php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #32343 I didn't install the oracle rpms
Submitted: 2005-03-16 22:01 UTC Modified: 2005-06-27 20:54 UTC
From: Gustavo_Portillo at cantv dot net Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 4.3.10 OS: suse 9.1
Private report: No CVE-ID: None
 [2005-03-16 22:01 UTC] Gustavo_Portillo at cantv dot net
Description:
------------
Good Afternoon.

   I need connect to a oracle 9 database from a php page.

   I installed oracle 9.2.0 client on my web sever, when I try to run the php-oci8-4.3.2-19.ent.O9206.i386.rpm its fail. The oracle client was installed ok, you can connect to the data base using sqplplus.

  I wish use oci8.so to connect to the data base, but oci8.so not exists in /usr/lib/php/extension paht, toh solve this I tried to run php-oci8-4.3.2-19.ent.O9206.i386.rpm but it?s fail an show the message:

warning: php-oci8-4.3.2-19.ent.O9206.i386.rpm: V3 DSA signature: NOKEY, key ID 0c98ff9d
error: Failed dependencies:
 libclntsh.so.9.0 is needed by php-oci8-4.3.2-19.ent.O9206

  I don?t know wath is happend. The variable LD_LIBRERY_PATH, was defined in .bashrc file, and it's contain : export LD_LIBRARY_PATH=$ORACLE_HOME/lib.

   If you could help me it?s going to be very pretiated.

Greettings

Gustavo.


Reproduce code:
---------------
rpm -ivh php-oci8-4.3.2-19.ent.O9206.i386.rpm


Expected result:
----------------
warning: php-oci8-4.3.2-19.ent.O9206.i386.rpm: V3 DSA signature: NOKEY, key ID 0c98ff9d
error: Failed dependencies:
 libclntsh.so.9.0 is needed by php-oci8-4.3.2-19.ent.O9206


Actual result:
--------------
warning: php-oci8-4.3.2-19.ent.O9206.i386.rpm: V3 DSA signature: NOKEY, key ID 0c98ff9d
error: Failed dependencies:
 libclntsh.so.9.0 is needed by php-oci8-4.3.2-19.ent.O9206


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-03-17 09:43 UTC] sniper@php.net
We don't support any binary releases which we don't release ourselves.. Ask SUSE support for help.

 [2005-03-18 13:21 UTC] Gustavo_Portillo at cantv dot net
Ok, thanks.

  Have you any rmp that conntain the oci8.so?

Greetings
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Nov 01 01:01:28 2024 UTC