php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20717 Unable to load dynamic library 'e:/webserver/php/extensions/php_oci8.dll' - The
Submitted: 2002-11-29 05:03 UTC Modified: 2002-11-29 06:26 UTC
From: art at artstower dot com Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 4.2.3 OS: Windows XP Pro SP 1
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: art at artstower dot com
New email:
PHP Version: OS:

 

 [2002-11-29 05:03 UTC] art at artstower dot com
Unable to load dynamic library 'e:/webserver/php/extensions/php_oci8.dll' - The specified module could not be found.

Okay, I'm running under Windows XP with Apache 1.3.27 + PHP 4.2.3 the big zip package.

The problem just is:
NO module works!
For every module I get the same error message:

Unable to load dynamic library 'e:/webserver/php/extensions/php_oci8.dll' - The specified module could not be found.

But e:/webserver/php/extensions/php_oci8.dll is the correct path -> if copied it and opended it with the windows-explorer: he can find it.

What I also have to mention:
ANY PHP_*.DLL seems to have problems!
Normally when you right-click a .dll you can get some extra information like company name, versoin, internal name, ...

but not any of the php_*.dll

BTW:
Oracle 8.1.7.0 is also installed on this machine.
Oracle works, TOra can connect to it, Oracle Desinger works, Oracle Forms works ...

I also copied many o*.dll from the Oracle\bin directory into the c:\winnt\system32 and e:\webserver\php\extensions\ directory...

Still the same error message.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-29 05:12 UTC] art at artstower dot com
Found it :)

the
etxtensions_dir =
in the php.ini

must have \ and not / in it :)

suddenly the zlib and oci work :)
 [2002-11-29 06:26 UTC] sniper@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 05:01:27 2024 UTC