I've installed Perl 5.6.1 on Solaris 8 and Perl DBI 1.37 module. When I try to install DBD:Oracle 1.14 module, it complains:

----
Using DBI 1.37 installed in /usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/auto/DBI

Configuring DBD::Oracle ...

>>> Remember to actually *READ* the README file!
Especially if you have any problems.

The ORACLE_HOME environment variable must be set.
It must be set to hold the path to an Oracle installation directory
on this machine (or a machine with a compatible architecture).
See the README.clients file for more information.
ABORTED!
----

I am running it as root and pretty sure ORACLE_HOME is set:

ORACLE_BASE=/ora01/app/oracle9
ORACLE_HOME=/ora01/app/oracle9/product/9.2.0
LD_LIBRARY_PATH=/ora01/app/oracle9/product/9.2.0/lib

Has anybody tried this on 9i yet?

Thanks,