Click to See Complete Forum and Search --> : My modules can't be


Anon
06-28-2000, 04:12 PM
I'm running IIS 5.0 and PHP4 and I can't get any of my modules to load. I've copied all the dll's to C:\Winnt\system32\php\modules
and changed php.ini to read

extension_dir = "c:\Winnt\system32\php\modules"

extension=php_gd.dll

I keep getting:

PHP Fatal error: Unable to load dynamic library 'php_gd.dll'
The specified procedure could not be found. in Unknown on line 0

I've tried it on other dll's and it's the same.

I know the directory is right and the dll's are there why can't it be found?

PS I've tried to load the module using dl('php_gd.dll'); with a similar result.

Fatal error: Unable to load dynamic library 'c:\Winnt\system32\php\modules/gd_php.dll'
The specified module could not be found.

The '/' right before gd_php.dll is no typo for some reason it just throws that in there.

If anyone can please help, I've been on this all #$#@# day.

Anon
06-29-2000, 08:04 PM
I have the same problem. What's the trick?

Anon
07-16-2000, 12:26 PM
Hello

me too. I am running omniHTTPd and php3. I can't get any of my dll to load. HEEEEELP.

HB

Anon
07-28-2000, 10:30 AM
same here.

Anyone... Anyone... Anyone...

Anon
05-30-2001, 02:29 AM
damn I thought there was gonna be an answer here.

Anon
08-01-2001, 04:52 PM
put a trailing \ on the end of the path.


c:\winnt\system32\


aparently if you leave off the trailing \ it defaults to /

-Govind

Anon
08-27-2001, 03:01 PM
Same problem, tried all solutions from everywhere... nothin seems to work, any ideas?

php 4.0.6
2k
any php_*.dll

Anon
08-27-2001, 03:17 PM
Following up my own thread.

I found that the dll modules included in the phptriad distribution work great with my 4.0.6 install in 2k.

Anon
12-08-2001, 12:14 AM
Thanks for the suggestion. I downloaded the phptriad package and replace my php_gd.dll with the one in the package and everything worked like a charm.

Anon
04-02-2002, 07:37 PM
I had the same problem. It turns out I had forgotten to copy the files in the "dlls" folder to a location in PATH (c:\windows\system32, c:\windows\system, c:\winnt\system32, etc. are common ones)

It works fine now