Question
Hi,
I always get the same Errormessage regardeless which email-settings I take in the configure:
| 15 Jan 2007 - 11:35 | Can't locate Authen/SASL.pm in @INC (@INC contains: /home/httpd/twiki/lib/CPAN/lib//arch/ /home/httpd/twiki/lib/CPAN/lib//5.8.4/i386-linux-thread-multi/ /home/httpd/twiki/lib/CPAN/lib//5.8.4/ /home/httpd/twiki/lib/CPAN/lib// /home/httpd/twiki/lib . /etc/perl /usr/local/lib/perl/5.8.4 /usr/local/share/perl/5.8.4 /usr/lib/perl5 /usr/share/perl5 /usr/lib/perl/5.8 /usr/share/perl/5.8 /usr/local/lib/site_perl) at /usr/share/perl/5.8/Net/SMTP.pm line 102.
Net::SMTP::auth('Net::SMTP=GLOB(0x8f1ab68)', 'mailadmin', 'LS68427631') called at /home/httpd/twiki/lib/TWiki/Net.pm line 309
TWiki::Net::_sendEmailByNetSMTP('TWiki::Net=HASH(0x8a86d70)', 'Date: Mon, 15 Jan 2007 10:35:30 GMT\x{a}From: LS - Site Administr...') called at /home/httpd/twiki/lib/TWiki/Net.pm line 197
TWiki::Net::__ANON__() called at /home/httpd/twiki/lib/CPAN/lib///Error.pm line 379
eval {...} called at /home/httpd/twiki/lib/CPAN/lib///Error.pm line 371
Error::subs::try('CODE(0x8457a44)', 'HASH(0x8f259a8)') called at /home/httpd/twiki/lib/TWiki/Net.pm line 213
TWiki::Net::sendEmail('TWiki::Net=HASH(0x8a86d70)', 'From: LS - Site Administrator <info@lohse-plus-schilling.de>\x{a}...') called at /home/httpd/twiki/lib/TWiki/UI/Register.pm line 1142
TWiki::UI::Register::_sendEmail('TWiki=HASH(0x814cad4)', 'mailresetpassword', 'HASH(0x84582a8)') called at /home/httpd/twiki/lib/TWiki/UI/Register.pm line 542
TWiki::UI::Register::_resetUsersPassword('TWiki=HASH(0x814cad4)', 'TestTest', '', 'SCALAR(0x8a4032c)') called at /home/httpd/twiki/lib/TWiki/UI/Register.pm line 490
TWiki::UI::Register::resetPassword('TWiki=HASH(0x814cad4)') called at /home/httpd/twiki/lib/TWiki/UI/Register.pm line 146
TWiki::UI::Register::passwd_cgi('TWiki=HASH(0x814cad4)') called at /home/httpd/twiki/lib/TWiki/UI.pm line 109
TWiki::UI::__ANON__() called at /home/httpd/twiki/lib/CPAN/lib///Error.pm line 379
eval {...} called at /home/httpd/twiki/lib/CPAN/lib///Error.pm line 371
Error::subs::try('CODE(0x8457e1c)', 'HASH(0x8457f90)') called at /home/httpd/twiki/lib/TWiki/UI.pm line 158
TWiki::UI::run('CODE(0x89e5d4c)') called
Can anyone help? I think it has something to do with this SASL perlmodule. But how could this be? I couldn't find anyone else on twiki.org who had the same error.
Environment
--
MathiasReiche - 15 Jan 2007
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
I am not aware of the core TWiki using
Authen::SASL. It could be required by one of the additional extensions.
In any case, please learn
HowToInstallCpanModules.
--
PeterThoeny - 16 Jan 2007
I've got the same issue, using the VMWare download. Could be an issue with the initial configuration inside the VMWare download I guess. I'm far from a Linux expert so hopefully someone who is can figure this out for us.
--
ScottRapsey - 17 Jan 2007
The VMWare download is missing the
Authen:SASL . Our Systemadministrator fixed this issue. He told that he took the
Authen:SASL from www.debian.org.
You can install it, by logging into your VWWare-console and start the automatical update with
apt-get install libauthen-sasl-perl
This should also work for you, if you are using the Debian-based VMWare.
I wonder why this module isn't includet in the VMWare-installation from twiki.org ...
--
MathiasReiche - 18 Jan 2007
This is probably due to the way
TWikiVMDebianStable has been configured - it certainly doesn't normally require the
CPAN:Authen::SASL
module in the default installation.
I'll put a note in
TWikiVMComments.
--
RichardDonkin - 20 Jan 2007
Glad cause is known, setting to answered...
--
PeterThoeny - 20 Jan 2007