php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8765 Unable to load dynamic library
Submitted: 2001-01-17 12:49 UTC Modified: 2001-01-23 11:24 UTC
From: fred at emailforever dot com Assigned:
Status: Closed Package: IIS related
PHP Version: 4.0.4pl1 OS: NT 4.0 SP6
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: fred at emailforever dot com
New email:
PHP Version: OS:

 

 [2001-01-17 12:49 UTC] fred at emailforever dot com
Unable to load dynamic library 'c:\php\extentions/php_ldap.dll'- ...
Unable to load dynamic library 'c:\php\extentions/php_oci8.dll'- ...
Unable to load dynamic library 'c:\php\extentions/php_oracle.dll'- ...

My php.ini:
...
extension_dir	=	c:\php\extentions
...
extension=php_cpdf.dll
extension=php_cybercash.dll
extension=php_db.dll
extension=php_dbase.dll
;extension=php_domxml.dll
;extension=php_dotnet.dll
;extension=php_exif.dll
;extension=php_fdf.dll
 extension=php_gd.dll
extension=php_gettext.dll
;extension=php_ifx.dll
extension=php_imap.dll
;extension=php_interbase.dll
extension=php_java.dll
extension=php_ldap.dll
extension=php_mhash.dll
;extension=php_mssql65.dll
extension=php_mssql70.dll
extension=php_oci8.dll
extension=php_oracle.dll
extension=php_pdf.dll
extension=php_pgsql.dll
;extension=php_sablot.dll
;extension=php_swf.dll
;extension=php_sybase_ct.dll
extension=php_zlib.dll

I'm sure they are stored there like the other and i'm sure that there's no other php.ini hanging around in my system.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-23 11:24 UTC] cynic@php.net
php_ldap.dll needs libsasl.dll in system32, php_oci8.dll needs gds32.dll in the same location. not sure about php_oracle.dll.
 [2003-01-05 00:01 UTC] iq0099 at gawab dot com
Where can we find these DLL files for LDAP and Oracle support?
 [2004-09-24 14:19 UTC] i_robot73 at hotmail dot com
I had the same issues even if all the DLL's were present.

Trial & error found extension_dir in the INI on my machines had to include ONE folder only before it worked

IE: extension_dir = c:\php5\ext

any other paths ; in there hosed it up
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Tue May 06 15:01:30 2025 UTC