php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9037 Multiple Extensions Fail to Load
Submitted: 2001-01-31 15:48 UTC Modified: 2001-02-18 16:57 UTC
From: jmegerman at xcurrent dot com Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 4.0.4pl1 OS: WinNT 4.0 SP6
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jmegerman at xcurrent dot com
New email:
PHP Version: OS:

 

 [2001-01-31 15:48 UTC] jmegerman at xcurrent dot com
Doing a stock Win32 binary installation, I get PHP to work.  However, a number of extensions all fail to load with the the same error: "PHP Warning: Unable to load dynamic library 'C:\PHP4\extensions\php_<ext>.dll' - The specified module could not be found. in Unknown on line 0"...
<ext> = {curl, fdf, gettext, ifx, interbase, ldap, mssql65, oci8, openssl, oracle, sablot, sybase_ct, yaz}
All other extensions load successfully.  All of the failed extensions are located in the correct path to be loaded.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-17 17:52 UTC] sbergmann@php.net
The extentions you mentioned all rely on external libraries that need to be in your system's path in order to be found.

It strikes me odd, though, that you want to run the extensions to interface with Informix, MS SQL, OCI8, Oracle and Sybase at the same time for instance.

 [2003-09-20 01:15 UTC] knobbyman at yahoo dot com
I don't quite follow when you say "The extentions you mentioned all rely on external libraries that need to
be in your system's path in order to be found."

I'm trying to use gettext and I'm running into the exact same problem can you help me out?

The only thing I can think of is instead of putting PHP on the C drive it's on D in a sub folder..

WinXP
PHP 4.3.3
Apache/1.3.24
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 15:01:28 2024 UTC