php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11810 unable to load dynamic library
Submitted: 2001-06-30 14:58 UTC Modified: 2002-02-26 05:24 UTC
From: delolwai1121 at i-cable dot com Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0.4pl1 OS: win2000 advanced server with SP2
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: delolwai1121 at i-cable dot com
New email:
PHP Version: OS:

 

 [2001-06-30 14:58 UTC] delolwai1121 at i-cable dot com
when i test whether the PHP work or not with the test.php with code <?phpinfo()?> , it will show the error message box. i.e 
"unable to load dynamic library "PATH/FILE NAME" . the module can not be found."
I'm sure that the path of all .dll files are right.

PATH = C:\PHP\extionsions\
FILE NAME = php_ifx.dll
            php_mssql65.dll
            php_oci8.dll
            php_oracle.dll
            php_sybase_ct.dll

The test.php is certainly in the wwwroot folder.
Actually I have tried all the version but all can't work.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-06-30 17:13 UTC] sniper@php.net
For example for Oracle modules, you need to have the
oracle client libs in your system for them to work.


 [2002-02-26 04:45 UTC] okw at narod dot ru
I have the same problem.
I've installed the last PHP version from here as it described in the manual e.g. in c:\php
and it "works"... rather strange! I mean  - when I uncommented the php_gettext.dll in php.ini, I've got the message "Unable to load dynamic library php_gettext.dll" while that file is present in c:\php\extensions and extension_dir value is c:\php\extensions!
That's wrong????????????
Help or I'll die "by the headache I got from all of this!"
 [2002-02-26 04:54 UTC] okw at narod dot ru
oooooopssss... sorry.
I forgot to write my server's configuration...
here it is:

platform - windows 2000 (server) + IIS 5.0 + SP 2
PHP version - Win32 Binaries PHP 4.0.4 downloaded from 
http://www.php.net/downloads.php
 [2002-02-26 05:24 UTC] sander@php.net
You apparently need other dll's.
For more information, ask support questions on the appropriate mailinglist.
 [2002-02-26 07:06 UTC] okw at narod dot ru
whew!!!!!!! Jet answer, he! :)

Thanks for support.

And as for Your reply - You mean mailing lists on this site? If not could You give me a direct link???
Esp. link for that dll???? Is it possible?
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Dec 27 01:01:28 2024 UTC