Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Install Problem - Does not match bootstrap paramet

Quote Reply
Install Problem - Does not match bootstrap paramet
Hi there,

I get erros when I try to run setup.cgi (Links SQL 2.0), the error i receive is below, any ideas how to solve the problem? Any help would be very appricated. I'm running Redhat 7.0 on a dedicated server and to be true I'm no expert at Mysql.
=======================
is A fatal error has occured:
install_driver(mysql) failed: DBD::mysql object version 2.0415 does not match bootstrap parameter 2.0414 at /usr/lib/perl5/5.6.0/i386-linux/DynaLoader.pm line 219.
Compilation failed in require at /usr/lib/perl5/5.6.0/i386-linux/DynaLoader.pm line 219.

at /disk2/vhosts/a/t/my.domain.com/cgi-bin/lsqldev-2.0.0/admin/GT/SQL/Driver.pm line 78
Please enable debugging in setup for more details.
========================

Best, Tomas


Quote Reply
Re: Install Problem - Does not match bootstrap paramet In reply to
Hi,

This means DBD::mysql module is not load properly, try re-installing it which as root can be done:

perl -MCPAN -e 'install DBD::mysql'

Cheers,

Alex

--
Gossamer Threads Inc.
Quote Reply
Re: Install Problem - Does not match bootstrap paramet In reply to
Dear Alex,

Thanks for your speedy reply. I re installed as per your instructions, also upgraded to version 1.52. I still get the same error, very strange any more ideas?

Best, Tomas

Quote Reply
Re: Install Problem - Does not match bootstrap paramet In reply to
Hmm, I haven't seen the bootstrap error before, but it's still a DBD::mysql problem. I came across:

http://marc.theaimsgroup.com/...678196931179&w=2

which doesn't help much unfortunately. Try and remove all occurrences of the DBD::mysql module, and then do a reinstall.

Cheers,

Alex

--
Gossamer Threads Inc.