Page 1 of 1

Unable to load dynamic libraries

Posted: Sat Nov 03, 2007 9:16 am
by soniaa
I am getting the following error when I try to run any php page:

The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:


PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_exif.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_oci8.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pdo_oci.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pdo_oci8.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\PHP\ext\php_pdo_sqlite_external.dll' - The specified module could not be found.
in Unknown on line 0
PHP Warning: PHP Startup: Unable to load d


I have just installed php 5.2.4, and its running on Windows XP. I can' understand why I am getting this error.

Please help!!!

Posted: Sat Nov 03, 2007 10:47 am
by feyd
Is PHP installed to C:\PHP? Do those DLL files exist? Do you have their dependents installed?