I'm trying to follow these instructions for installing DBD::Oracle on a Mac (Snow Leopard 10.6.8): How do you install perl DBD::Oracle on OSX Snow Leopard 10.6
Everything worked fine up until the point where I tried to run
perl Makefile.pl
When I try to run this command, I receive the following error:
Can't open perl script "Makefile.pl": No such file or directory
The instructions are a little confusing as to which directory this command should be run from, if that matters. I tried running it from the oracle_instantClient64 directory while logged in as the root user, from the oracle_instantClient64 directory while logged in as a regular user, and from the ~/.cpan/build directory while logged in a regular user. The post seems to imply that the command should be run from the ~/.cpan/build directory when logged in as the root user, but I don't see that directory when logged in as root.