Unable to load dynamic libraries

Need help installing PHP, configuring a script, or configuring a server? Then come on in and post your questions! We'll try to help the best we can!

Moderator: General Moderators

Post Reply
soniaa
Forum Newbie
Posts: 1
Joined: Sat Nov 03, 2007 9:03 am

Unable to load dynamic libraries

Post 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!!!
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

Is PHP installed to C:\PHP? Do those DLL files exist? Do you have their dependents installed?
Post Reply