wrote:
> ...For a number of reasons (which I won't get into
> here) I need to use this perl installation.
Go into them, it may help. Why can't you use a "normal" perl?
> ...I believe @INC includes paths that do not exist on my server.
Yes, as shown in your perl -V output. You can always edit @INC.
> ...I don't have an /ade directory. I am assuming this existed in Oracle's
> environment when they compiled perl.
....and where the sources and headers are being sought. I suppose, since
Perl -V gives you the info,l you could re-create the original build
environment, put the sources where they're expected. Have you looked to
see if you can edit Makefile.PL to change the expections (perldoc
ExtUtils::MakeMaker)?
Sorry not much help, just saw the post was going unanswered.