----- Forwarded message from Regis Biassala <[EMAIL PROTECTED]> -----
From: "Regis Biassala" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Subject: RE: Perl DBD with Oracle 10g Date: Fri, 24 Jun 2005 10:38:17 +0100 Nevermind...go it working....bloody ORACLE_HOME path issue (copy and paste so dangerous)... All the best, Regis -----Original Message----- From: Regis Biassala [mailto:[EMAIL PROTECTED] Sent: 24 June 2005 10:16 To: '[EMAIL PROTECTED]' Subject: Perl DBD with Oracle 10g Hi Tim, can you please help if you can...I know you are busy. [EMAIL PROTECTED] DBD-Oracle-1.16]# perl Makefile.PL -v Multiple copies of Driver.xst found in: /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/DBI /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/auto/DBI at Makefile.PL line 39 Using DBI 1.28 installed in /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/DBI Configuring DBD::Oracle ... >>> Remember to actually *READ* the README file! Especially if you have any problems. The ORACLE_HOME environment variable must be set. It must be set to hold the path to an Oracle installation directory on this machine (or a machine with a compatible architecture). See the README.clients file for more information. ABORTED! [EMAIL PROTECTED] DBD-Oracle-1.16]# [EMAIL PROTECTED] DBD-Oracle-1.16]# [EMAIL PROTECTED] DBD-Oracle-1.16]# whoami root [EMAIL PROTECTED] DBD-Oracle-1.16]# export ORACLE_HOME=/u01/app/oracle/product/10.1.0/db_2 [EMAIL PROTECTED] DBD-Oracle-1.16]# echo $ORACLE_HOME /u01/app/oracle/product/10.1.0/db_2 [EMAIL PROTECTED] DBD-Oracle-1.16]# perl Makefile.PL Multiple copies of Driver.xst found in: /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/DBI /usr/lib/perl5/vendor_perl/5.8.3/i386-linux-thread-multi/auto/DBI at Makefile.PL line 39 Using DBI 1.28 installed in /usr/lib/perl5/site_perl/5.8.3/i386-linux-thread-multi/auto/DBI Configuring DBD::Oracle ... >>> Remember to actually *READ* the README file! Especially if you have any problems. The ORACLE_HOME environment variable value (/u01/app/oracle/product/10.1.0/db_2) is not valid. It must be set to hold the path to an Oracle installation directory on this machine (or a machine with a compatible architecture) See the README.clients file for more information. ABORTED! [EMAIL PROTECTED] DBD-Oracle-1.16]# My problem is with the ORACLE_HOME environment....it is not working !!? Thanks, Regis ----- End forwarded message -----
