Hi,
I am working on a system that I do not have root access on.. Therefore I am installing some modules that I need to my home directory.
So far when I installed the DBI class it worked fine. But when I go to install the DBD::Oracle module I get the error that
Since the Oracle DBD module is dependant on the DBI class I assume I will someone need to add my home directory to the @INC list. Is this even possible?
Can someone give me a heads up on how to go about this if it is?
Thanks
I am working on a system that I do not have root access on.. Therefore I am installing some modules that I need to my home directory.
So far when I installed the DBI class it worked fine. But when I go to install the DBD::Oracle module I get the error that
Code:
perl Makefile.PL PREFIX=/homedirectory/PerlModules Can't locate DBI.pm in @INC (@INC contains: ../../perl5/5.8.8/aix-thread-multi /usr/opt/perl5/lib/5.8.8 ../../perl5/lib/site_perl/5.8.8/aix-thread-multi ../../perl5/lib/site_perl/5.8.8 p../../perl5/lib/site_perl .) at Makefile.PL line 21. BEGIN failed--compilation aborted at Makefile.PL line 21.
Can someone give me a heads up on how to go about this if it is?
Thanks
Comment