I want to test run a completely developed site. While i was in location "localhost/install/" called "Easy Installer by Viserlab" there is showing GMP PHP Extension is Required. How I can install it and where to.
Asked
Active
Viewed 1,256 times
1 Answers
-1
There is already a topic about this at How to install GMP for PHP7 on Ubuntu
To install GMP for PHP7.0 on Ubuntu, run: sudo apt-get install php7.0-gmp
Make sure your php.ini contains the following: extension=php_gmp.so
To find out where your php.ini is located, run: php --ini
Or using
sudo apt-get install php-gmp

trainmania100
- 382
- 2
- 21