PHP error: unable to load dynamic library

Found a bug? Tell us!!
Post Reply
bdconnolly
Regular
Posts: 140
Joined: Tue Apr 04, 2006 9:37 pm

PHP error: unable to load dynamic library

Post by bdconnolly »

Sorry gang, got another recursive issue associated with PHP. Error log is producing this:

Code: Select all

[11-Apr-2008 10:22:14] PHP Warning:  Unknown(): Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20020429/php5_cybersource.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20020429/php5_cybersource.so: cannot open shared object file: No such file or directory in Unknown on line 0
[11-Apr-2008 10:22:14] PHP Warning:  Unknown(): Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20020429/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20020429/pdo.so: cannot open shared object file: No such file or directory in Unknown on line 0
[11-Apr-2008 10:22:14] PHP Warning:  Unknown(): Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20020429/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20020429/pdo_sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0
[11-Apr-2008 10:22:14] PHP Warning:  Unknown(): Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20020429/sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20020429/sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0
[11-Apr-2008 10:22:14] PHP Warning:  Unknown(): Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20020429/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20020429/pdo_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0
Thoughts? PHP setup issue?
bdconnolly
Regular
Posts: 140
Joined: Tue Apr 04, 2006 9:37 pm

Post by bdconnolly »

PHP issue. resolution: add this to .htaccess:

AddHandler application/x-httpd-php5 .php .html .htm
judebert
Regular
Posts: 2478
Joined: Sat Oct 15, 2005 6:57 am
Location: Orlando, FL
Contact:

Post by judebert »

Glad you figured it out! Thanks for supplying the solution. I'm sure it will be useful for others.
Judebert
---
Website | Wishlist | PayPal
Post Reply