# [EMAIL PROTECTED] / 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

Reply via email to