Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

setting location of dbi.pm manually 1

Status
Not open for further replies.

ksbrace

Programmer
May 13, 2000
501
US
Hello,
I'm getting the "Can't locate DBI.pm" error. I know where the DBI.pm is located, how do I tell the Makefile.pl the location of it? Thanks in advance

Can't locate DBI.pm in @INC (@INC contains: /exlibris/aleph/a16_1/product/perl-5.8.2/lib/5.8.2/aix /exlibris/aleph/a16_1/product/perl-5.8.2/lib/5.8.2 /exlibris/aleph/a16_1/product/perl-5.8.2/lib/site_perl/5.8.2/aix /exlibris/aleph/a16_1/product/perl-5.8.2/lib/site_perl/5.8.2 /exlibris/aleph/a16_1/product/perl-5.8.2/lib/site_perl .) at Makefile.PL line 23.

 
I think this will work.

Put this in the top of the makefile.pl

use lib 'C:/something/something';
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top