Errors created by scripts causing extreme site lag

I am having an issue where dynamic libraries are failing to load but it is not everywhere only 4 out of about 20 of my scripts produce them and 2 of which are extremely simple scripts. This is causing my front page to take in excess of 20 seconds some times to load in IE but it loads just fine in FF.

The error is.


[09-May-2008 12:56:57] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo.so: cannot open shared object file: No such file or directory in Unknown on line 0 

[09-May-2008 12:56:57] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0 

[09-May-2008 12:56:57] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/sqlite.so: cannot open shared object file: No such file or directory in Unknown on line 0 

[09-May-2008 12:56:57] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_mysql.so' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/pdo_mysql.so: cannot open shared object file: No such file or directory in Unknown on line 0 

[09-May-2008 12:56:57] PHP Warning:  PHP Startup: Unable to load dynamic library '/usr/local/lib/php/extensions/no-debug-non-zts-20060613/ixed.5.2.lin' - /usr/local/lib/php/extensions/no-debug-non-zts-20060613/ixed.5.2.lin: cannot open shared object file: No such file or directory in Unknown on line 0 

each of the 4 scripts produces this error.Two of the scripts produce XML, and the other two are for registration which sends a lot info to the database. I am stuck Any one have any suggestions?

Any help is greatly appreciated.

Bump.

:\


No such file or directory

Yes we frown too, the error is only created when someone goes to the site in ie7, ie 6 and 8 are just fine.

Have a look at what IE’s doing differently by monitoring the browser<->server conversation (packet details) for which I recommend wireshark/ethereal.

If your script is using part of the information contained here then that might be a cause if it is different. We can’t help you with what your problem simply by knowing you have a lag issue.