Re: Errors with installing DBD-Oracle-1.27
[email protected] (John Scoles)
| Newsgroups | perl.dbi.users |
|---|---|
| Message-ID | <[email protected]> |
On 11/02/2011 1:16 AM, Jayadevan M wrote: Hmm looking at the env and the MakeFile.pl output perhaps your ORACLE_HOME is not correct I would give /u01/app/oracle/product/10.2.0/ a try rather than /u01/app/oracle/product/10.2.0/db_1 just a suggestion Cheers John > Hi, > I am tying to install DBD-Oracle-1.27 on CentOS (32 bit). Details of > path, version etc are all available in the log files attached as per > instructions in README. > > 1) perl Makefile.PL - Output is in perlMake.log > > 2) make - Output is in make.log > > 3) make test - Output is in maketest.log > > 4)Environment variables are there in env.log > > The issue seems to be that it is trying to get files from lib32 when > my libraries are there in lib. For example, perl Makefile.PL says > cat: /u01/app/oracle/product/10.2.0/db_1/lib32/sysliblist: No such > file or directory > > I have > > -bash-3.2# ls -al /u01/app/oracle/product/10.2.0/db_1/*lib32*/sysliblist > ls: /u01/app/oracle/product/10.2.0/db_1/lib32/sysliblist: No such file > or directory > > -bash-3.2# ls -al /u01/app/oracle/product/10.2.0/db_1/lib/sysliblist > -rw-rw-rw- 1 oracle oinstall 31 Jun 22 2005 > /u01/app/oracle/product/10.2.0/db_1/*lib*/sysliblist > > > How can I fix this? > > Thanks and Regards, > Jayadevan M > > > > > > > > DISCLAIMER: > > "The information in this e-mail and any attachment is intended only > for the person to whom it is addressed and may contain confidential > and/or privileged material. If you have received this e-mail in error, > kindly contact the sender and destroy all copies of the original > communication. IBS makes no warranty, express or implied, nor > guarantees the accuracy, adequacy or completeness of the information > contained in this email or any attachment and is not liable for any > errors, defects, omissions, viruses or for resultant loss or damage, > if any, direct or indirect." > > > >