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

2007-01-31 Thread Richard Lynch
Check permissions on all the intermediary directories from C: down to the DLL. Check the environment PATH on the two machines -- If dev has a different PATH that leads to the DLL... Some folks advocate putting the DLLs in System or System32 or whatever... If there are any directories with SPACE

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

2007-01-30 Thread Aaron Smith
-7496 Kalamazoo College -Original Message- From: Aaron Smith Sent: Tuesday, January 30, 2007 4:58 PM To: php-general@lists.php.net 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 M

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

2007-01-30 Thread Aaron Smith
-Original Message- From: Roman Neuhauser [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 30, 2007 4:00 PM To: Aaron Smith Cc: php-general@lists.php.net Subject: Re: [PHP] Can't get PHP extension to Load # [EMAIL PROTECTED] / 2007-01-30 12:09:44 -0500: > It loads a PHP extensio

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

2007-01-30 Thread Roman Neuhauser
# [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.

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

2007-01-30 Thread Aaron Smith
cu [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 30, 2007 12:54 PM To: Aaron Smith Subject: Re: [PHP] Can't get PHP extension to Load Hello Aaron Check to see if this module doesn't require other external libraries, that you don't have on the production machine. Also try to us