-4

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.

Marc Glisse
  • 7,550
  • 2
  • 30
  • 53

1 Answers1

-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