RE: [PHP] Can't get PHP extension to Load
- From: Aaron.Smith@xxxxxxxx ("Aaron Smith")
- Date: Tue, 30 Jan 2007 16:58:28 -0500
Interesting. Running that comes up with 2 missing dependencies:
MSJAVA.DLL (delay-load dependency) and MSVCR71.DLL (apparently a
required dependency). However, running the SAME thing on the test
server results in the same errors...but it works over there. I did a
search for those two files on both servers and they both have the
MSVCR71.dll file in the same location but neither of them have the
MSJAVA.dll file.
--------------------------------------------------------------------
Aaron Smith Aaron.Smith@xxxxxxxx
System Administrator (269) 337-7496
Kalamazoo College
-----Original Message-----
From: Roman Neuhauser [mailto:neuhauser@xxxxxxxxxx]
Sent: Tuesday, January 30, 2007 4:00 PM
To: Aaron Smith
Cc: php-general@xxxxxxxxxxxxx
Subject: Re: [PHP] Can't get PHP extension to Load
# Aaron.Smith@xxxxxxxx / 2007-01-30 12:09:44 -0500:
It loads a PHP extension called php_dblib.dll that replaces (the sameit
way ODBTP does) the php_mssql.dll. The problem is that on the
production machine, even though it is the same version of everything,
refuses to load the php_dblib.dll. The only error it says is that the
"specified module could not be found". The DLL file is definitely in
extensions directory, and the path that the error message presents has
been triple checked to exist.
use depends.exe to see which library php_dblib.dll depends on is missing
on the production server.
--
How many Vietnam vets does it take to screw in a light bulb?
You don't know, man. You don't KNOW.
Cause you weren't THERE. http://bash.org/?255991
.
- Prev by Date: Re: Passing a url-specified value through a form
- Next by Date: Fwd: [PHP] Fwd: Entries no longer appear in search
- Previous by thread: RE: [PHP] Can't get PHP extension to Load
- Next by thread: RE: [PHP] Can't get PHP extension to Load
- Index(es):
Relevant Pages
|