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

brayden
asked Feb 7, 2017
2 Answer
1

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...!!!

View More
jagannatharumugam
answered Feb 12, 2017
0

Now working fine...!!

View More
brayden
answered Mar 12, 2017
Your Answer
||||
 
100:0

Related News in Cannot install php_fileinfo.dll

Related News in Cannot install php_fileinfo.dll