Alexander Foken wrote:
login as oracle user
execute -> env | grep ORACLE_HOME
remember value
logout
login as root
execute -> ORACLE_HOME=/whatever/you/saw/a/few/seconds/ago
execute -> export ORACLE_HOME
execute -> perl -MCPAN -e "install 'DBD::Oracle'"
Alexander
/10general.t 255 65280 33 66 200.00% 1-33
t/30long.t 255 65280 470 940 200.00% 1-470
t/31lob.t 255 65280 2 4 200.00% 1-2
14 tests and 9 subtests skipped.
Failed 3/19 test scripts, 84.21% okay. 505/519 subtests failed, 2.70% okay.
*** Error exit code 255
Stop.
/usr/bin/make test -- NOT OK
Running make install
make test had returned bad status, won't install without force
It tried to connect with the scott/tiger thing on a lot of tests...and
they fail (of course).
Robert