RE: [PHP] Can't get PHP extension to Load



AHA! I have discovered the culprit, but am uncertain WHY it is the
culprit. The production server as Microsoft.NET Framework 2.0 installed
on it and the test server does not. I installed the 2.0 framework on
the test server and BAM, the extension refused to load. I'll see if
uninstalling it causes it to work again as I have a feeling that .NET
2.0 is not needed on the production machine. If so, though, is there a
way around this?

--------------------------------------------------------------------
Aaron Smith Aaron.Smith@xxxxxxxx
System Administrator (269) 337-7496
Kalamazoo College

-----Original Message-----
From: Aaron Smith
Sent: Tuesday, January 30, 2007 4:58 PM
To: php-general@xxxxxxxxxxxxx
Subject: RE: [PHP] Can't get PHP extension to Load

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 same
way ODBTP does) the php_mssql.dll. The problem is that on the
production machine, even though it is the same version of everything,
it
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

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
.



Relevant Pages

  • Re: In-page navigation, was Re: Fails on IE?!
    ... requested (SSI, PHP etc.). ... In principle I'm using SSI - but actually it's Apache "XBitHack full", ... preprocessor step at the time of publishing to the server, ... http://localhost/ prior to uploading them to the production server ...
    (comp.infosystems.www.authoring.html)
  • Re: Image URL?
    ... I did not put MYWEBSITE under Inetput. ... Production Server c:\MYWEBSITE\userControls ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Code Behind vs not
    ... When inline code is deployed to a production server you now have server ... If you have an error during compile time it will occur on the production ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: php setting problem
    ... are you running PHP as a module or a CGI? ... What web server are you using? ... Warning - don't leave them like this on a production server. ...
    (comp.lang.php)
  • RE: Need for deployment project, VS 2008, WinXP
    ... is proper to put into the production server. ... copying updated DLL to Production server works fine. ... In the staging server, create a bat file named "ReinstallWebSetup.bat". ... Microsoft Online Community Support ...
    (microsoft.public.vsnet.general)