recently moved to a new server. nothing was working, so I installed speedycgi. now I get:
"A fatal error has occured:
I did a locate from command line and get this:
# locate DBI.pm
/home/.cpan/Bundle/DBI.pm
/usr/lib/perl5/site_perl/5.8.1/i686-linux/DBI.pm
/usr/lib/perl5/site_perl/5.8.1/i686-linux/Bundle/DBI.pm
so the problem I think is that @INC isn't looking in the right place?
this from lsql debugging on page giving error:
System Information
======================================
Perl Version: 5.008
Links SQL Version: 2.1.2
Persistant Env: mod_perl (0) SpeedyCGI (1)
@INC =
../..
/home/fotu/public_html/cgi-bin/directory/admin
/usr/lib/perl5/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0
/usr/lib/perl5/vendor_perl
what do I do about this? I actually tried copying DBI.pm from /i686-linux into /i386-linux and got a little farther, but received new errors about not finding a loadable object. so I deleted the copied file and am back where I started.
Please help. What should I do? Install dbi in a new place? how do I do that? I can follow instructions
Thanks,
Will
"A fatal error has occured:
Can't locate DBI.pm in @INC "
I did a locate from command line and get this:
# locate DBI.pm
/home/.cpan/Bundle/DBI.pm
/usr/lib/perl5/site_perl/5.8.1/i686-linux/DBI.pm
/usr/lib/perl5/site_perl/5.8.1/i686-linux/Bundle/DBI.pm
so the problem I think is that @INC isn't looking in the right place?
this from lsql debugging on page giving error:
System Information
======================================
Perl Version: 5.008
Links SQL Version: 2.1.2
Persistant Env: mod_perl (0) SpeedyCGI (1)
@INC =
../..
/home/fotu/public_html/cgi-bin/directory/admin
/usr/lib/perl5/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/5.8.0
/usr/lib/perl5/site_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/site_perl/5.8.0
/usr/lib/perl5/site_perl
/usr/lib/perl5/vendor_perl/5.8.0/i386-linux-thread-multi
/usr/lib/perl5/vendor_perl/5.8.0
/usr/lib/perl5/vendor_perl
what do I do about this? I actually tried copying DBI.pm from /i686-linux into /i386-linux and got a little farther, but received new errors about not finding a loadable object. so I deleted the copied file and am back where I started.
Please help. What should I do? Install dbi in a new place? how do I do that? I can follow instructions

Thanks,
Will