update (thanks to Rick)

OpenSSL and TLS email work on newest OmniOS with the OpenSSL patch when you
install net-ssleay, SSL and TLS with notest:

perl -MCPAN -e shell
(on questions, answer with defaults, at cpan shell, enter)

notest install Net::SSLeay
notest install IO::Socket::SSL
notest install Net::SMTP::TLS
exit;



Am 10.06.2014 01:27, schrieb Günther Alka:
more about:
http://hardforum.com/showthread.php?t=1573272&page=304

last threads


Am 09.06.2014 um 21:51 schrieb Guenther Alka <a...@hfg-gmuend.de>:

about: sending encrypted statusmails via TLS (Googlemail)

I use OmniOS + net-ssleay + Perl module Tls.pm to send encrypted mails
over Googlemail and orthers from napp-it (or from a a console script)

Up to last week this was done by a
pkg set-publisher -g http://pkg.omniti.com/omniti-perl/ perl.omniti.com
pkg install net-ssleay

followed by a install Net::SMTP::TLS from CPAN
(more http://napp-it.org/downloads/omnios_en.html)

After updating SSL (or using OmniOS 151010j) the install of Tls failed with a "Can't 
locate Net/SSLeay.pm"


I then compared both settings and found:

OmniOS net-ssleay prior SSL Update
find / -name SSLeay.pm

/usr/perl5/site_perl/5.16.1/i86pc-solaris-thread-multi-64int/Net/SSLeay.pm
/opt/OMNIperl/lib/site_perl/5.14.2/i86pc-solaris-thread-multi-64/Net/SSLeay.pm
/opt/OMNIperl/lib/site_perl/5.14.2/i86pc-solaris-thread-multi-64int/Net/SSLeay.pm


OmniOS net-ssleay after SSL Update (or OmniOS 151010j)
find / -name SSLeay.pm
/opt/OMNIperl/lib/site_perl/5.14.2/i86pc-solaris-thread-multi-64/Net/SSLeay.pm
/opt/OMNIperl/lib/site_perl/5.14.2/i86pc-solaris-thread-multi-64int/Net/SSLeay.pm


When I just copy
/opt/OMNIperl/lib/site_perl/5.14.2/i86pc-solaris-thread-multi-64int/Net/  to 
/usr/perl5/site_perl/5.16.1/i86pc-solaris-thread-multi-64int/


i got a
Deep recursion on subroutine "Net::SSLeay::AUTOLOAD" at 
/usr/perl5/site_perl/5.16.1/i86pc-solaris-thread-multi-64int/Net/SSLeay.pm line 348.


Out of memory!


Someonae an idea?

_______________________________________________
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss
_______________________________________________
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss


--
H          f   G
Hochschule für Gestaltung
university of design

Schwäbisch Gmünd
Marie-Curie-Str. 19
73529 Schwäbisch Gmünd

Guenther Alka, Dipl.-Ing. (FH)
Leiter des Rechenzentrums
head of computer center

Tel 07171 602 627
Fax 07171 69259
guenther.a...@hfg-gmuend.de
http://rz.hfg-gmuend.de

_______________________________________________
OmniOS-discuss mailing list
OmniOS-discuss@lists.omniti.com
http://lists.omniti.com/mailman/listinfo/omnios-discuss

Reply via email to