in reply to DBD::Oracle install fails
You could also try installing without perl -MCPAN -e shell by downloading the tar ball from CPAN untaring it and installing with ...ORACLE_HOME=/usr/somewhere/oracle10g LD_LIBRARY_PATH=$ORACLE_HOME/lib
# perl Makefile.PL # make # make test # make install
|
|---|