Re: dbi not installing
- From: "zorro" <myahact@xxxxxxxx>
- Date: 28 Jun 2006 14:40:09 -0700
Paul Lalli wrote:
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?
It displayed a lot of html - I think it was as a result of a soap
request, yet it looked like a regular html page code. There was no
error displayed at the bottom, just the command prompt. I could'nt see
at the top though because I had the last screen only.
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.
That was the real code, I just removed blank lines for readability.
I think I'll run the whole thing again and double check...
Paul Lalli
.
- References:
- dbi not installing
- From: zorro
- Re: dbi not installing
- From: Paul Lalli
- dbi not installing
- Prev by Date: Re: Trouble parsing text with bioperl
- Next by Date: Re: dbi not installing
- Previous by thread: Re: dbi not installing
- Next by thread: Re: dbi not installing
- Index(es):
Relevant Pages
|