How to Install GMP Math liberary

wget http://ftp.sunet.se/pub/gnu/gmp/gmp-4.2.2.tar.bz2
tar -xjvf gmp-4.2.2.tar.bz2
cd gmp-4.2.2
./configure
make
make check
make install

vi /var/cpanel/easy/apache/rawopts/all_php5

add

--with-gmp

to this file and recompile php with default settings

/scripts/easyapache

save and compile.

  • 2 Users Found This Useful
Was this answer helpful?

Related Articles

How to install Zend Optimizer

How to Install Zend Optimizer/Encoder on cPanel/WHM Zend Optimiser is a PHP addon which offers...

Protecting Yourself Against Viruses & Data Loss

It is vital to ensure your computer is protected from viruses and trojans. As well as installing...

How to install Crypt-DSA

What is Crypt-DSA Crypt::DSA is an implementation of the DSA (Digital Signature Algorithm)...

Static IP vs. Dynamic IP Address

A static IP address is one that remains fixed and never changes. The PC always sees the same...

Howto Upgrade perl

Run the following command. cd /usr/local/src ; wget...