![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Perl + Oracle + bind_param_inout() | mirage4d | Shell Programming and Scripting | 4 | 04-08-2008 04:30 PM |
| How to connect ORACLE using PERL | Vijayakumarpc | Shell Programming and Scripting | 1 | 02-27-2008 08:20 AM |
| perl dbi to oracle getting disconnect_all for oracle dbi help | poggendroff | High Level Programming | 1 | 02-13-2008 02:49 PM |
| PERL - Oracle | satguyz | UNIX for Dummies Questions & Answers | 1 | 02-15-2006 04:35 AM |
| perl module DBD-Oracle | hassan1 | UNIX for Advanced & Expert Users | 1 | 07-11-2005 08:22 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
perl-DBD-Oracle
I am trying to install perl-DBD-Oracle-1.16-1.2.rpm on Suse (SLE 9), like
rpm -Uvh perl-DBD-Oracle-1.16-1.2.rpm but I keep getting the following error message error: Failed dependencies: libclntsh.so.10.1 is needed by perl-DBD-Oracle-1.16-1.2.el4 libnnz10.so is needed by perl-DBD-Oracle-1.16-1.2.el4 libocci.so.10.1 is needed by perl-DBD-Oracle-1.16-1.2.el4 libociei.so is needed by perl-DBD-Oracle-1.16-1.2.el4 libocijdbc10.so is needed by perl-DBD-Oracle-1.16-1.2.el4 the above oracle libraries are all available in /u01/app/oracle/product I set ORACLE_HOME=/u01/app/oracle/product and LD_LIBRARY_PATH what are my doing wrough? how do tell rpm were oracle libraries are? can you help please? Thanks |
|
||||
|
Can you find the missing libraries indicated in your Oracle installation? But RPM will not honor even if you have it as they are installed manually in "nonstandard" locations.
Why not just install the module manually? According to the README file in DBD::Oracle, you can set the envvar ORACLE_HOME to help locate your Oracle installation: Quote:
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|