% pwd
/export/appl/myperl/Perl-5.8.8/downloads/DBD-Oracle-1.19
%
% perl Makefile.PL
Using DBI 1.54 (for perl 5.008008 on sun4-solaris-thread-multi) installed in /export/appl/myperl/Perl-5.8.8/exlib/sun4-solaris-thread-multi/auto/DBI/
Configuring DBD::Oracle for perl 5.008008 on solaris (sun4-solaris-thread-multi)
Remember to actually *READ* the README file! Especially if you have any problems.
Using Oracle in /export/apps/oracli/DSM/9.2.0
DEFINE _SQLPLUS_RELEASE = "902000500" (CHAR)
Oracle version 9.2.0.5 (9.2)
Unable to locate an oracle.mk, proc.mk or other suitable *.mk
file in your Oracle installation.
(I looked in
/export/apps/oracli/DSM/9.2.0/rdbms/demo/demo_xe.mk /export/apps/oracli/DSM/9.2.0/rdbms/lib/oracle.mk /export/apps/oracli/DSM/9.2.0/rdbms/demo/oracle.mk /export/apps/oracli/DSM/9.2.0/rdbms/demo/demo_rdbms.mk /export/apps/oracli/DSM/9.2.0/precomp/demo/proc/proc.mk /export/apps/oracli/DSM/9.2.0/precomp/demo/proc/demo_proc.mk /export/apps/oracli/DSM/9.2.0/proc/lib/proc.mk /export/apps/oracli/DSM/9.2.0/proc16/lib/proc16.mk under /export/apps/oracli/DSM/9.2.0)
The oracle.mk (or demo_rdbms.mk) file is part of the Oracle
RDBMS product. The proc.mk (or demo_proc.mk) file is part of
the Oracle Pro*C product. You need to build DBD::Oracle on a
system which has one of these Oracle components installed.
(Other *.mk files such as the env_*.mk files will not work.)
Alternatively you can use Oracle Instant Client.
In the unlikely event that a suitable *.mk file is installed
somewhere non-standard you can specify where it is using the -m option:
perl Makefile.PL -m /path/to/your.mk
See README.clients.txt for more information and some alternatives.
at Makefile.PL line 1074.