-6

How to fix this message ?

PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/20151012/gd.so' - /usr/lib/php/20151012/gd.so: cannot open shared object file: No such file or directory in Unknown on line 0

Milan Chheda
  • 8,159
  • 3
  • 20
  • 35
Arza Aldi
  • 11
  • 1
  • 2
  • you need to instal GD library depending on your PHP version. – Milan Chheda Aug 08 '17 at 07:00
  • 3
    Possible duplicate of [PHP Warning: PHP Startup: Unable to load dynamic library](https://stackoverflow.com/questions/5282264/php-warning-php-startup-unable-to-load-dynamic-library) – localheinz Aug 08 '17 at 07:04

1 Answers1

0

i think you need to install MCrypt module for php5. Follow the step

 sudo apt-get install php5-mcrypt

This might happen when you remove php pakage improperly Hope this will resolve your problem

Abid
  • 344
  • 1
  • 4
  • 21