Howdy Crew,
I have just installed the DBI.pm module manually.
However, Perl cannot seem to find the module.
eg.
Can't locate DBI.pm in @INC (@INC contains: /usr/perl5/5.00503/sun4-solaris
/usr/perl5/5.00503 /usr/perl5/site_perl/5.005/sun4-solaris /usr/perl5/site_perl/5.005
.) at ./run-all-tests line 36.
BEGIN failed--compilation aborted at ./run-all-tests line 36.
Question: How can I add something to my path for Perl to check for its modules ?
I have installed the Perl Module in:
/usr/local/lib/perl5/site_perl/5.6.1/sun4-solaris/DBI.pm
/usr/local/bin/perl5.6.1 -v
This is perl, v5.6.1 built for sun4-solaris
Thanks
- Alex