[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]

RE: Perl modules and Oracle 10g Client on RHEL 4



Title: Perl modules and Oracle 10g Client on RHEL 4
Try setting LD_LIBRARY_PATH somewhere before you call the perl script, if you can, or try putting
'/ou01/appracle/product/10.2.0/lib' in /etc/ld.so.conf and running ldconfig.
 
I've never had any luck setting the $ENV's inside perl scripts.  And if it was going to work, they would
probably have to go before your 'use DBI' line.
 
Also I noticed you mentioned you are using oracle client 10.2.0 but your cgi is looking for libclntsh.so.10.1
Would that have changed? 
 
hope this is of some help,
marc
 


From: nahant-list-bounces redhat com [mailto:nahant-list-bounces redhat com] On Behalf Of Diana Shepard
Sent: Monday, March 27, 2006 12:42 PM
To: nahant-list redhat com
Subject: Perl modules and Oracle 10g Client on RHEL 4

Diana Shepard
University of Colorado, Boulder
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]