Re: dbi not installing
- From: "Paul Lalli" <mritty@xxxxxxxxx>
- Date: 28 Jun 2006 12:45:12 -0700
zorro wrote:
Do i have to be in a particular directory to install dbi?
I have ActiveState and followed the manual ...
ppm install DBI
What, exactly, were the results of this command? Did it produce any
errors? Did you read the results?
then ran x.cgi, but error reported :
Software error:
Can't locate DBI.pm in @INC (@INC contains: C:/Perl/lib
C:/Perl/site/lib .) at c:\PROGRA~1\EASYPH~1\cgi-bin\x.cgi line 4.
my code is correct i think...
#!C:/Perl/bin/perl
use CGI::Carp "fatalsToBrowser";
use DBI;
This is line 3 of your file, but your error message is saying it tried
to load DBI on line 4. Therefore, either the source or the error you
posted are not accurate. Please copy and paste the real error message
and the real code.
Paul Lalli
.
- Follow-Ups:
- Re: dbi not installing
- From: zorro
- Re: dbi not installing
- From: zorro
- Re: dbi not installing
- From: zorro
- Re: dbi not installing
- From: zorro
- Re: dbi not installing
- References:
- dbi not installing
- From: zorro
- dbi not installing
- Prev by Date: dbi not installing
- Next by Date: Re: Windows XP ppm and perldoc problems
- Previous by thread: dbi not installing
- Next by thread: Re: dbi not installing
- Index(es):
Relevant Pages
|