php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32119 Unable to load dynamic library
Submitted: 2005-02-26 08:49 UTC Modified: 2005-02-27 10:51 UTC
From: basheer98 at yahoo dot com Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 5.0.3 OS: Windows 2000
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: basheer98 at yahoo dot com
New email:
PHP Version: OS:

 

 [2005-02-26 08:49 UTC] basheer98 at yahoo dot com
Description:
------------
I have install PHP 5.0.3. and running Oracle 8.1.7 and install IIS. I have tested the ODBC connection for SQL Server its working fine, but when i am trying to connect to ORacleits giving me error ubale to load dynamic library.

I have download the php_*dll from PHP 4


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-02-26 23:27 UTC] tony2001@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.


What's the exact error message?
What webserver do you use?
What server API do you use?
Did you installed Oracle Client libraries?
 [2005-02-27 10:22 UTC] basheer98 at yahoo dot com
Please check out this complete error msg..

Fatal error:  Call to undefined function ocilogon() in c:\Inetpub\wwwroot\MYWEB\ora_test.php on line 4
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\PHP\extensions\php_oracle.dll' - The specified module could not be found.
 in Unknown on line 0

my extension path 
extension_dir = ".;C:\PHP\extensions"
extension=php_oci8.dll

And using Microsoft IIS web server with ORACLE SERVER

I have copy the php5ts.dll to windows/system32 directory.

Is there any thing more i have to configure please let me know in one article i came to know that we have to copy the ora.dll from oracle home to IIS home exactly where i have to paste this ora.dll file.

awating for your early reponse.....
 [2005-02-27 10:23 UTC] basheer98 at yahoo dot com
Please check out this complete error msg..

Fatal error:  Call to undefined function ocilogon() in c:\Inetpub\wwwroot\MYWEB\ora_test.php on line 4
PHP Warning:  PHP Startup: Unable to load dynamic library 'C:\PHP\extensions\php_oci8.dll' - The specified module could not be found.
 in Unknown on line 0

my extension path 
extension_dir = ".;C:\PHP\extensions"
extension=php_oci8.dll

And using Microsoft IIS web server with ORACLE SERVER

I have copy the php5ts.dll to windows/system32 directory.

Is there any thing more i have to configure please let me know in one article i came to know that we have to copy the ora.dll from oracle home to IIS home exactly where i have to paste this ora.dll file.

awating for your early reponse.....
 [2005-02-27 10:51 UTC] tony2001@php.net
You need to install Oracle Client libraries, that come with Oracle installation.
php_oracle.dll & php_oci8.dll are different modules, don't mess them.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 12:01:29 2024 UTC