Hi Friends,
I'm facing an issue while installing the DBD:

racle on 64 bit linux. I'm installing this for iwperl. I'm getting the following error while doing so.
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:
racle: /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.
at (eval 1) line 3Please see the environment and version details below.
TS: 6.7.2 SP2
DBD:: DBI: 1.38
DBD:: Oracle: 1.16
Linux: RHEL 5.3 64 bit
OracleClient: 10g 64 bit
Steps followed for installing the DBD:

racle.
- Login to linux as
root
.
- Download and extract the
DBD-Oracle-1.16.zip
from cpan website.
- Set and export the perl path to
export PATH=/Interwoven/TeamSite/iw-perl/bin/:${PATH}
- Set and export the oracle home to
export ORACLE_HOME=/opt/oracle/current.
- Set and export the oracle library path to
export LD_LIBRARY_PATH=$ORACLE_HOME/lib32.
- Check that all the paths have been set correctly by issuing the
echo
command.
- Navigate to the directory /autonomy/TS6.7.2Installable/DBD-Oracle-1.16
- Run
/Interwoven/TeamSite/iw-perl/bin/iwperl Makefile.PL
- Run
make
- Run
make test
[color=Red][font=Verdana][color=Black]The above error comes
.
make test fails.
[/color][/color][/font]
We've looked over internet and checked support
articles regarding the same. However, nothing helped. It would be great if you can provide your inputs on the same.