Re: [PHP-DB] Error loading module: "Unable to load dynamic library

2004-06-07 Thread Philippe
Thank you, that got me in the right direction. The OCI.DLL file on my system was an older version and dependency walker determined this. After that it was a simple matter of finding the right file version. Thanks! Christopher Jones wrote: Philippe wrote: Well, the exact message is: "Unable to lo

Re: [PHP-DB] Error loading module: "Unable to load dynamic library

2004-06-06 Thread Christopher Jones
Philippe wrote: Well, the exact message is: "Unable to load dynamic library php_oci8.dll: The specified procedure could not be found" If I remove the library the message becomes "The specified module could not be found." It seems to be able to find the library (all the paths are correct) but it

Re: [PHP-DB] Error loading module: "Unable to load dynamic library 'c:\tools\php\extensions\php_oci8.dll' - The specified procedure could not be found

2004-06-05 Thread Daniel Clark
Another person had the same problem, found this. http://forums.devshed.com/archive/t-23692 They suggested: Try setting the extension dir to C:/WINNT/SYSTEM or where your dll-files resides >>Yes, and as I was writing earlier, the message talks about a missing >>procedure. If I remove the

Re: [PHP-DB] Error loading module: "Unable to load dynamic library 'c:\tools\php\extensions\php_oci8.dll' - The specified procedure could not be found

2004-06-05 Thread Phlippe
Yes, and as I was writing earlier, the message talks about a missing procedure. If I remove the file temporarily, the message talks about a missing library. So I think it can find the file OK, but that this php_oci8.dll file is the wrong version or that it is looking for an additional DLL that

Re: [PHP-DB] Error loading module: "Unable to load dynamic library 'c:\tools\php\extensions\php_oci8.dll' - The specified procedure could not be found

2004-06-04 Thread Daniel Clark
Is the file in c:\tools\php\extensions\php_oci8.dll ? >>Hi, >>I am experiencing the message in the title of this message when starting >>or restarting Apache. I have the following configuration: >> >>- Windows XP >>- Apache 2.0.49 >>- PHP 4.3.6 >>- Oracle Client 8i >> >>If anyone has any informat

Re: [PHP-DB] Error loading module: "Unable to load dynamic library

2004-06-04 Thread Philippe
Well, the exact message is: "Unable to load dynamic library php_oci8.dll: The specified procedure could not be found" If I remove the library the message becomes "The specified module could not be found." It seems to be able to find the library (all the paths are correct) but it seems that this

Re: [PHP-DB] Error loading module: "Unable to load dynamic library

2004-06-04 Thread Christopher Jones
The error sounds like an environment problem. Check phpinfo() to see what paths are being used - see the FAQ. Chris Philippe wrote: Thanks for your quick reply, Chris. My oracle 8i client setup does work on XP independently of PHP. I can connect to Oracle using PERL, ODBC, Java as well as a data

Re: [PHP-DB] Error loading module: "Unable to load dynamic library

2004-06-04 Thread Philippe
Thanks for your quick reply, Chris. My oracle 8i client setup does work on XP independently of PHP. I can connect to Oracle using PERL, ODBC, Java as well as a database management tool called Aqua Data Studio which uses native connections. Christopher Jones wrote: Philippe wrote: Hi, I am expe

Re: [PHP-DB] Error loading module: "Unable to load dynamic library 'c:\tools\php\extensions\php_oci8.dll' - The specified procedure could not be found

2004-06-04 Thread Christopher Jones
Philippe wrote: Hi, I am experiencing the message in the title of this message when starting or restarting Apache. I have the following configuration: - Windows XP - Apache 2.0.49 - PHP 4.3.6 - Oracle Client 8i If anyone has any information as to why this is happening and how I can solve it, I

[PHP-DB] Error loading module: "Unable to load dynamic library 'c:\tools\php\extensions\php_oci8.dll' - The specified procedure could not be found

2004-06-04 Thread Philippe
Hi, I am experiencing the message in the title of this message when starting or restarting Apache. I have the following configuration: - Windows XP - Apache 2.0.49 - PHP 4.3.6 - Oracle Client 8i If anyone has any information as to why this is happening and how I can solve it, I would be very gra