Skip to Content.
Sympa Menu

en - RE: [sympa-users] Infinite loop in sympa_wizard.pl

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Steve Shipway <address@concealed>
  • To: Dag Erik Vikan <address@concealed>
  • Cc: "address@concealed" <address@concealed>
  • Subject: RE: [sympa-users] Infinite loop in sympa_wizard.pl
  • Date: Tue, 2 Apr 2013 01:46:13 +0000

>> I would suggest you install DBD::mysql manually (IE, separate from the
>> sympa_wizard install)
>>
>> $ perl -MCPAN -e shell
>> > install DBD::mysql
>
>I successfully installed this module. Still sympa_wizard.pl prompt me to
>install it;
>...
> DBD::mysql Msql-Mysql-modules was not found on this system.

Looks like something else is being looked for by the install script.

Does this complain about any missing modules? If so, maybe they are
additional requirements that the install script is not checking for.

$ perl -e "use DBD:mysql;"

Looking at the script, it seems that it checks for the following modules
being installed:

mysql-devel
mysql-server

Also, it requires v4.008 or later of the DBD::mysql - possibly that is the
issue. Try upgrading to the latest version if you can?

Steve


Steve Shipway
University of Auckland ITS
UNIX Systems Design Lead
address@concealed
Ph: +64 9 373 7599 ext 86487





Archive powered by MHonArc 2.6.19+.

Top of Page