Dear, I've implemented two nfsen servers:

1) Debian 9 + nfsen 1.3.6 + PHP 7.0 + 5.24.1-3+deb9u5
2) Debian 10 + nfsen 1.3.8 + PHP 7.3 +  5.28.1-6

I've setup alerts with email sending, and everything is OK. But when a
alert appears, the email is sent but I can't connect to the web interface
because I get this error message:

Nov 22 11:00:15 mitlpnfw01 nfsen[825]: PANIC nfsend dies: Can't locate
IO/Socket/SSL.pm in @INC (you may need to install the IO::Socket::SSL
module) (@INC contains: /data/nfsen/libexec /etc/perl
/usr/local/lib/x86_64-linux-gnu/perl/5.24.1 /usr/local/share/perl/5.24.1
/usr/lib/x86_64-linux-gnu/perl5/5.24 /usr/share/perl5
/usr/lib/x86_64-linux-gnu/perl/5.24 /usr/share/perl/5.24
/usr/local/lib/site_perl /usr/lib/x86_64-linux-gnu/perl-base) at  require
IO::Socket::SSL; line 28.

Effectivily line 28 from  /usr/share/perl/5.24/Net/SMTP.pm file shows this:

require IO::Socket::SSL;

So I try to install the missing module:

cpan> install  IO::Socket::SSL

but I fail in both cases.

Please what can I do in order to install that module or put nfsen to work
in a correct way ?

Special thanks !!!
_______________________________________________
Nfsen-discuss mailing list
Nfsen-discuss@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nfsen-discuss

Reply via email to