Ludwig, Michael wrote:
Just a note Oracle in its wisdom has I think dropped the proc.mk from 11
and has added something else in its place. Not that it matters much in
this case as the user is not
playing with proc.
I wish I had an AIX box with 11g on it and I would be able to get a fix
in there perhaps.
Right now I am of the opinion that the user that is trying the install
does not have full execute permission to the .mk files or AIX has hidden
them someplace else where the makefile cannot find them
cheers
John
-----Original Message-----
From: vkum...@metlife.com [mailto:vkum...@metlife.com]
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.
The advice given here should supply you with a solution to the problem.
Did you consider the non-standard location eventuality?
Did you consider the Oracle Instant Client possibility?