Page 1 of 1

Error running phpipam in xampp

PostPosted: 16. October 2014 02:42
by liang
Hi,

I have install XAMPP 1.8.3 and try to use it with phpipam.

I encountered this error,

The following required PHP extensions are missing:
gmp
Please recompile PHP to include missing extensions and restart Apache.

Is it possible to include this gmp extension without recompile the xampp.

Thanks for any help
Liang
Singapore

Re: Error running phpipam in xampp

PostPosted: 17. October 2014 03:23
by liang
Please ignore the post. Realize quite a few of modules needed for phpipam is not there.
Will have to recompile the php.

From the install.txt
- PHP version 5.2+ with following modules (on Windows php 5.3 is required!)
+ + mysqli : Adds support for the improved mySQL libraries
+ + session : Adds persistent session support
+ + gmp : Adds support for dev-libs/gmp (GNU MP library) -> to calculate IPv6 networks
+ + ldap : Adds LDAP support (Lightweight Directory Access Protocol)
+ + json : Adds supports for JSON data-interexchange format
+ + SimpleXML : Adds SimpleXML support for parsin XML files
- PHP PEAR support (dev-php/pear)