Re: Trouble exporting LD_LIBRARY_PATH

2005-09-30 Thread Tim Bunce
On Thu, Sep 29, 2005 at 07:49:52PM -0700, Shah wrote: > Setting: Perl 5.8.2 on Solaris 9 > > We need to set these 2 environment variables from Perl: > > $ENV{DB2INSTANCE} = 'db2inst3'; > $ENV{LD_LIBRARY_PATH} = '/export/home/db2inst3/sqllib/lib'; > > We even tried enclosing them in a BEGIN block

RE: Trouble exporting LD_LIBRARY_PATH

2005-09-30 Thread Reidy, Ron
Ignore this - It is way too early after a long night of patching and I have Oracle on the brain. My apologies. -Original Message- From: Reidy, Ron Sent: Friday, September 30, 2005 8:20 AM To: Shah; dbi-users@perl.org Subject: RE: Trouble exporting LD_LIBRARY_PATH Your library path

RE: Trouble exporting LD_LIBRARY_PATH

2005-09-30 Thread Reidy, Ron
Your library path needs to include $ORACLE_HOME/lib at a minimum. -- Ron Reidy Lead DBA Array BioPharma, Inc. -Original Message- From: Shah [mailto:[EMAIL PROTECTED] Sent: Thursday, September 29, 2005 8:50 PM To: dbi-users@perl.org Subject: Trouble exporting LD_LIBRARY_PATH Setting

Re: Trouble exporting LD_LIBRARY_PATH

2005-09-30 Thread perl
It seems that your DBD::DB2-installation does not work. Reinstall DBD::DB2 via perl -MCPAN -le "install DBD::DB2" regards, Renée Am 30.09.2005 um 04:49 Uhr haben Sie geschrieben: > Setting: Perl 5.8.2 on Solaris 9 > > We need to set these 2 environment variables from Perl: > > $ENV{DB2INSTANCE} =

Trouble exporting LD_LIBRARY_PATH

2005-09-30 Thread Shah
Setting: Perl 5.8.2 on Solaris 9 We need to set these 2 environment variables from Perl: $ENV{DB2INSTANCE} = 'db2inst3'; $ENV{LD_LIBRARY_PATH} = '/export/home/db2inst3/sqllib/lib'; We even tried enclosing them in a BEGIN block, but we're getting: install_driver(DB2) failed: Can't load '/usr/iw