here the answer to your question https://stackoverflow.com/a/27454654/2789312
> On 24 November 2019 at 02:49 Roberto Carna <[email protected]> wrote: > > > Dear, what can I do in order to install Perl without thread support from > the official repo??? > > Is it possible, maybe makeing the package from source from the same repo ??? > > Thanks again !!!! > > El vie., 22 nov. 2019 a las 15:40, <[email protected]> escribió: > > > I guess you have to install perl without threads support. > > Seek a solution in mail list archive: > > https://sourceforge.net/p/nfsen/mailman/search/?q=tid > > > > > On 22 November 2019 at 18:34 Roberto Carna <[email protected]> > > wrote: > > > > > > > > > Thnks a lot to both of you....I've installed the three Debian packages > > you > > > suggested to me, the email alerts are sending OK, but the nfsen web > > > interface access has an error again: > > > > > > ERROR: nfsend connect() error: No such file or directory! > > > ERROR: nfsend - connection failed!! > > > ERROR: Can not initialize globals! > > > > > > And now I can see in /var/log/syslog this new message: > > > > > > PANIC nfsend dies: Can't locate object method "tid" via package "threads" > > > at /usr/share/perl/5.28/XSLoader.pm line 111 > > > > > > Please can you help me again? I'm just finishing nfsen implementation > > and I > > > wanna enjoy this amazing tool. > > > > > > Greetings !!! > > > > > > El vie., 22 nov. 2019 a las 13:21, <[email protected]> escribió: > > > > > > > Try to install debian packages libio-socket-ssl-perl, > > libnet-smtps-perl. > > > > > > > > > On 22 November 2019 at 16:38 Roberto Carna <[email protected] > > > > > > > wrote: > > > > > > > > > > > > > > > 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 > > > > > [email protected] > > > > > https://lists.sourceforge.net/lists/listinfo/nfsen-discuss > > > > > > > _______________________________________________ > > > Nfsen-discuss mailing list > > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/nfsen-discuss > > _______________________________________________ Nfsen-discuss mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nfsen-discuss
