Thursday, 7 March 2013

Issu ( PHP) : Error message _ Unable to load dynamic library

Problem : When start web page it show error
 
Error message : 
PHP Warning: PHP Startup: Unable to load dynamic library \'/usr/local/lib/php/extensions/no-debug-non-zts-20060613/uploadprogress.so\' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/uploadprogress.so: cannot open shared object file: No such file or directory in Unknown on line 0

Reason :  /usr/local/lib/php/extensions/no-debug-non-zts-20060613/uploadprogress.so this page not found on required location


Solution : Check this file in location given in error message.
If not found then check in php.ini  and comment it. Or make changes in path.
-------
grep extension /usr/local/lib/php.ini 
------ 
 
 

Best Luck.......


No comments:

Post a Comment