0

Cannot install php_fileinfo.dll

I have tried to install php package php_fileinfo.dll..... I got the following error....!!

[RuntimeException]
Could not delete: PHP Startup: Unable to load dynamic library ' /usr/local/lib/php/extensions/no-debug-non-zts-20131226/php_fileinfo.dll'  - /usr/local/lib/php/e
xtensions/no-debug-non-zts-20131226/php_fileinfo.dll: cannot open shared object file: No such file or directory
Php Add a comment
brayden
asked Feb 07 2017

Answer

0

Assumed that you have tried installing php_fileinfo in Linux system. This error appears because .dll file is for loading in windows, So when you try installing in Linux with same php.ini file, this error appears. Try after enabling that particular extension as shown below and try again...

extension=php_fileinfo.dll

Remove the Hash in front and save. Restart the apache service and try installing, it will work fine...!!!

Add a comment
jagannatharumugam
asked Feb 12 2017
edited Oct 05 2018
Post your Answer
0

Now working fine...!!

Add a comment
brayden
asked Mar 12 2017
edited Oct 05 2018
Post your Answer