PHP Loading on Server but with .dll errors

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
dforbes
Forum Newbie
Posts: 2
Joined: Wed Sep 13, 2006 4:29 pm

PHP Loading on Server but with .dll errors

Post by dforbes »

Hello,

I am running Windows Server 2003 and PHP 5. When the php service is started the server lists many dll erros but all the dll's referred to are in the ext directory. I am not sure why they are nt loading but it also does it everytime a PHP page is loaded from the server. t won't then function normally until "OK" is pressed on all the errors.

Please help.

Darren
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

If you look in your php.ini file, is extension_dir a full path to the existing extensions directory?
dforbes
Forum Newbie
Posts: 2
Joined: Wed Sep 13, 2006 4:29 pm

Post by dforbes »

I checked the php.ini file and the extension_dir maps to c:\php\ext\ The error says something like:

PHP startup: error loading the dynamic link library "c:\php\ext\php_cpdf.dll". The specified module could not be found.

There are about twenty dll's that come up with this error. Once I press OK on all of them php seems to run normally.

I copied all the dll's from the root directory into the ext directory just in case. I also copied the errored dll's to the windows directory as well just in case. This made no difference.


Darren
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

Did you meet the requirements of those extensions?
e.g.
http://de2.php.net/cpdf wrote:Requirements

In order to use the ClibPDF functions you need to install the ClibPDF package. It is available for download from FastIO, but requires that you purchase a license for commercial use. PHP requires that you use cpdflib >= 2.
Post Reply