php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9233 Unable to load extensions
Submitted: 2001-02-12 19:38 UTC Modified: 2001-04-10 09:57 UTC
From: valjok2000 at yahoo dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.4pl1 OS: windows 2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
11 + 39 = ?
Subscribe to this entry?

 
 [2001-02-12 19:38 UTC] valjok2000 at yahoo dot com
I am using IE5 + IIS5 + PHP4.exe (php4isap.dll have tried too).

Some dlls that actually exist are reported as 
"PHP Warning: Unable to load dynamic library 'C:\Kettad\PHP\extensions\php_oci8.dll' - The specified module could not be found. "
But the half of dlls in the same directory "C:\Kettad\PHP\extensions\" are loaded OK. 
FileMon shows that dlls are found and readable by php.exe.

In addition I retieve such a stuff to the end of my page 

Cannot find module (IP-MIB): At line 0 in (none)
Cannot find module (IF-MIB): At line 0 in (none)
Cannot find module (TCP-MIB): At line 0 in (none)
Cannot find module (UDP-MIB): At line 0 in (none)
Cannot find module (SNMPv2-MIB): At line 0 in (none)
Cannot find module (SNMPv2-SMI): At line 0 in (none)

My be that's because parser cannt load such libraries?

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-24 13:41 UTC] jmoore@php.net
does php_oci8.dll exists?

James
 [2001-02-24 19:46 UTC] valjok2000 at yahoo dot com
> Reported By: valjok2000@yahoo.com
> does php_oci8.dll exists?

Of course it exists. I'am talking to you that FileMon.exe shows how php.exe reads the dll file, the same way as correctly loaded dlls. FileMon shows also that all files are found(no failed requests to disk).

 [2001-02-25 08:01 UTC] sbergmann@php.net
Are the OCI8 client libraries installed? Those are needed by php_oci8.dll.
 [2001-04-10 09:57 UTC] sniper@php.net
No feedback.

--Jani

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Apr 29 02:01:29 2024 UTC