Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Strange Install Problem!

Quote Reply
Strange Install Problem!
Hi there,

I try to install the new Links SQL 2.0, after the initial run of install.cgi I get problems to execute the next setup file setup.cgi

The lines below is from my servers error_log any idea about what can be wrong?

Any help is very appreciated.

Can't locate DBI.pm in @INC (@INC contains: /disk2/vhosts/a/t/atlantic-city-casi
no.aguacalientecasino.com/cgi-bin/lsqldev-2.0.0/admin /usr/lib/perl5/5.6.0/i386-
linux /usr/lib/perl5/5.6.0 /usr/lib/perl5/site_perl/5.6.0/i386-linux /usr/lib/pe
rl5/site_perl/5.6.0 /usr/lib/perl5/site_perl .) at /disk2/vhosts/a/t/atlantic-ci
ty-casino.aguacalientecasino.com/cgi-bin/lsqldev-2.0.0/admin/GT/SQL/Driver.pm li
ne 20.
BEGIN failed--compilation aborted at /disk2/vhosts/a/t/atlantic-city-casino.agua
calientecasino.com/cgi-bin/lsqldev-2.0.0/admin/GT/SQL/Driver.pm line 20.
Compilation failed in require at /disk2/vhosts/a/t/atlantic-city-casino.aguacali
entecasino.com/cgi-bin/lsqldev-2.0.0/admin/GT/SQL/Driver.pm line 20.
BEGIN failed--compilation aborted at /disk2/vhosts/a/t/atlantic-city-casino.agua
calientecasino.com/cgi-bin/lsqldev-2.0.0/admin/GT/SQL.pm line 20.
Compilation failed in require at /disk2/vhosts/a/t/atlantic-city-casino.aguacali
entecasino.com/cgi-bin/lsqldev-2.0.0/admin/GT/SQL.pm line 18.
BEGIN failed--compilation aborted at /disk2/vhosts/a/t/atlantic-city-casino.agua
calientecasino.com/cgi-bin/lsqldev-2.0.0/admin/setup.cgi line 18.
[Mon Feb 5 18:48:46 2001] [error] [client 216.34.244.231] Premature end of scri
pt headers: /disk2/vhosts/a/t/atlantic-city-casino.aguacalientecasino.com/cgi-bi
n/lsqldev-2.0.0/admin/setup.cgi


Best, Tomas

Quote Reply
Re: Strange Install Problem! In reply to
Looks like you don't have the DBI module, or atleast it can't locate it.

Robert Blackstone
Webmaster of Scato Search
http://www.scato.com
Quote Reply
Re: Strange Install Problem! In reply to
Check your database sofware install. You should see DBI and DBD which are needed to allow perl to access your database server. If you are running MYSQL try their site or CPAN for the packages needed. MYSQL DBI has some prereq packages which you may have to get separately. When you run Makefile and make you will get a message if anything is missing. Good Luck.