Skip to Content.
Sympa Menu

en - [sympa-users] sympa_wizard undefined value as a HASH error

Subject: The mailing list for listmasters using Sympa

List archive

Chronological Thread  
  • From: Brian Eliassen <address@concealed>
  • To: address@concealed
  • Subject: [sympa-users] sympa_wizard undefined value as a HASH error
  • Date: Sun, 7 Feb 2016 04:14:36 -0800

Well, I'm finally migrating from Solaris 10 over to CentOS 7 so I'm building out my new server and I think I've found a new error.

This is a brand new Sympa 6.2.12 installation and after running "sympa_wizard.pl -check" and confirming no missing modules, I ran the normal "sympa_wizard.pl" configuration creator. The following error occurred during the run:

Can't use an undefined value as a HASH reference at /usr/local/sympa/ bin/Conf.pm line 207.

I checked /etc/sympa and there is a new sympa.conf file. I also looked in /usr/local/sympa and everything appears to be in there as well. So it appears to have created the necessary files but I just thought I'd let everyone know that a key value is missing from the hash. Below are the "sympa_wizard.pl" outputs and the error at the bottom.

Brian

***

frodo:root [1879] /home/brian/software/sympa-6.2.12> /usr/local/sympa/ bin/sympa_wizard.pl --check
##############################################################################
# This process will help you install all Perl (CPAN) modules required by Sympa
# software.
# Sympa requires from 50 to 65 additional Perl modules to run properly.
# The whole installation process should take around 15 minutes.
# You'll first have to configure the CPAN shell itself and select your
# favourite CPAN server.
# Note that you might prefer to install the required Perl modules using your
# favourite DEB/RPM mechanism.
# Feel free to interrupt the process if needed ; you can restart it safely
# afterward.
##############################################################################
Press the Enter key to continue...



Which RDBMS will you use for core database:
1: MySQL/MariaDB
2: PostgreSQL
3: SQLite
4: Oracle
5: Sybase
-> Select RDBMS [1-5] 1

Checking for PERL version:

Your version of perl is OK (5.016003 >= 5.008)

Checking for REQUIRED modules:

perl module from CPAN STATUS
----------- --------- ------
Archive::Zip Archive-Zip OK (1.30 >= 1.05)
CGI CGI OK (3.63 >= 3.51)
Class::Singleton Class-Singleton OK (1.4 >= 1.03)
DBD::mysql DBD-mysql OK (4.023 >= 4.008)
DBI DBI OK (1.627 >= 1.48)
DateTime::Format::Mail DateTime-Format-Mail OK (0.3001 >= 0.28)
DateTime::TimeZone DateTime-TimeZone OK (1.63 >= 0.59)
Digest::MD5 Digest-MD5 OK (2.52 >= 2.00)
Encode Encode OK (2.51 >= 1.0)
File::Copy::Recursive File-Copy-Recursive OK (0.38 >= 0.36)
File::NFSLock File-NFSLock OK (1.21 >= 1.0)
File::Path File-Path OK (2.09 >= 2.08)
HTML::FormatText HTML-Format OK (2.10 >= 1.0)
HTML::StripScripts::ParserHTML-StripScripts-ParserOK (1.03 >= 1.03)
HTML::TreeBuilder HTML-Tree OK (5.03 >= 1.0)
IO::File IO OK (1.16 >= 1.10)
IO::Scalar IO-stringy OK (2.110 >= 1.0)
LWP::UserAgent libwww-perl OK (6.05 >= 1.0)
List::Util::XS Scalar-List-Utils OK (1.27 >= 1.20)
Locale::Messages libintl-perl OK (1.24 >= 1.22)
MHonArc::UTF8 MHonArc OK (2.6.19 >= 2.6.18)
MIME::Base64 MIME-Base64 OK (3.13 >= 3.03)
MIME::Charset MIME-Charset OK (1.012 >= 1.011.3)
MIME::EncWords MIME-EncWords OK (1.014.3 >= 1.014)
MIME::Lite::HTML MIME-Lite-HTML OK (1.24 >= 1.23)
MIME::Tools MIME-tools OK (5.505 >= 5.423)
Mail::Address MailTools OK (2.12 >= 1.70)
Net::CIDR Net-CIDR OK (0.17 >= 0.16)
Proc::ProcessTable Proc-ProcessTable OK (0.48 >= 0.44)
Sys::Syslog Sys-Syslog OK (0.33 >= 0.03)
Template Template-Toolkit OK (2.24 >= 2.21)
Term::ProgressBar Term-ProgressBar OK (2.17 >= 2.09)
Text::LineFold Unicode-LineBreak OK (2012.04 >= 2011.05)
Time::HiRes Time-HiRes OK (1.9725 >= 1.29)
URI::Escape URI-Escape OK (3.31 >= 1.35)
XML::LibXML XML-LibXML OK (2.0018 >= 1.70)

Checking for OPTIONAL modules:

perl module from CPAN STATUS
----------- --------- ------
AuthCAS AuthCAS was not found on this system.
CGI::Fast CGI-Fast OK (1.09 >= 1.08)
Crypt::CipherSaber Crypt-CipherSaber was not found on this system.
Crypt::OpenSSL::X509 Crypt-OpenSSL-X509 was not found on this system.
Crypt::SMIME Crypt-SMIME was not found on this system.
DBD::ODBC DBD-ODBC was not found on this system.
DBD::Oracle DBD-Oracle was not found on this system.
DBD::Pg DBD-Pg was not found on this system.
DBD::SQLite DBD-SQLite was not found on this system.
DBD::Sybase DBD-Sybase was not found on this system.
Data::Password Data-Password was not found on this system.
Encode::Locale Encode-Locale OK (1.03 >= 1.02)
FCGI CGI-Fast OK (0.74 >= 0.67)
IO::Socket::SSL IO-Socket-SSL OK (1.94 >= 0.90)
Mail::DKIM::Verifier Mail-DKIM OK (0.39 >= 0.39)
Net::DNS Net-DNS OK (0.72 >= 0.65)
Net::LDAP perl-ldap was not found on this system.
Net::SMTP libnet OK (2.31 >= 1.0)
SOAP::Lite SOAP-Lite was not found on this system.
******* NOTE *******
You can retrieve all theses modules from any CPAN server
(for example ftp://ftp.pasteur.fr/pub/computing/CPAN/CPAN.html)
frodo:root [1880] /home/brian/software/sympa-6.2.12> /usr/local/sympa/ bin/sympa_wizard.pl
Can't use an undefined value as a HASH reference at /usr/local/sympa/ bin/Conf.pm line 207.




Archive powered by MHonArc 2.6.19+.

Top of Page