
kams_24
New User
Dec 14, 2009, 1:49 PM
Post #1 of 1
(5861 views)
|
problem installing DBD:oralce module on a 64 bit linux sytem
|
Can't Post
|
|
Hi I am trying to install DBD:oracle 1.19 on perl v5.58 on my 64 bit Linux operationg system. I tried the following steps for this 1. Navigate to the directory “/autonomy/TS6.7_Installation_Files/Oracle-1.19/” 2. Run “tar –xvf DBD-Oracle-1.19.tar” 3. Navigate to “cd /Oracle-1.19” 4. Set environment variable for Perl “export PATH=/Interwoven/TeamSite/iw-perl/bin/:${PATH}” 5. Set environment variable for oracle home “ORACLE_HOME=/opt/oracle/current” 6. Set environment variable for oracle lib home “LD_LIBRARY_PATH=$ORACLE_HOME/lib” 7. Run “iwperl Makefile.pl > makefile.log” 8. Run “make > make.log” 9. Run “make test > maketest.log 2>&1” But getting the below error install_driver(Oracle) failed: Can't load '/autonomy/TS6.7.2Installable/DBD-Oracle-1.16/blib/arch/auto/DBD/Oracle/Oracle.so' for module DBD::Oracle: /autonomy/TS6.7.2Installable/DBD-Oracle-1.16/blib/arch/auto/DBD/Oracle/Oracle.so: cannot open shared object file: No such file or directory at /Interwoven/TeamSite/iw-perl/lib/DynaLoader.pm line 229. Any pointers on this will be much helpful Regards Kamal
|