Portal Home > Knowledgebase > Articles Database > PHP: Unable to load dynamic librarry
PHP: Unable to load dynamic librarry
Posted by kshazad86, 08-17-2011, 07:59 PM |
My log file (/usr/local/apache/logs/error_log) is constantly showing the following error:
Can anyone let me know of a quick fix to this?
|
Posted by kshazad86, 08-17-2011, 09:25 PM |
I've tried re-compiling PHP via easyapache - but it makes no difference.
|
Posted by quantumphysics, 08-17-2011, 09:34 PM |
does the file/path actually exist?
|
Posted by kshazad86, 08-17-2011, 09:40 PM |
Yes...all the .so files exist in the path given in the error message, which is why I dont understand why it says "No such file or directory"
|
Posted by kshazad86, 08-17-2011, 10:00 PM |
Is it possible that the modules are actually loaded correctly on the server, but a user on a server is using custom php.ini file which is not configured properly?
If so, how can I find out which user?
|
Posted by Hostify Networks, 08-17-2011, 10:20 PM |
I'm going to guess that you're running a flavor of PHP 5.3. If I remember correctly, going back to 5.2 "fixed" that for me.
|
Posted by kshazad86, 08-18-2011, 07:04 AM |
No, I'm running PHP v.5.2.17
|
Add to Favourites Print this Article
Also Read
mysql not work (Views: 1215)