Anyone still alive here?
I migrated everything from a Gentoo server to a CENTOS server. Inclding all
local libraries, and for some reason an SSL connection is failing like this:
}, 'Mojo::Content::Single' ),
'error' => [
'IO::Socket::SSL 1.75 required for TLS
support'
],
I printed out the %inc in a dump and I get
$VAR475 = 'IO/Socket/SSL.pm';
$VAR476 = undef;
And
$VAR161 = 'Net/SSLeay.pm';
$VAR162 = undef;
Whereas on the working (current, old server)
It’s printing out correctly:
$VAR479 = 'IO/Socket/SSL.pm';
$VAR480 = '/var/home/tyeeapps/
support.thetyee.ca/www/local/lib/perl5/IO/Socket/SSL.pm';
$VAR161 = 'Net/SSLeay.pm';
$VAR162 = '/var/home/tyeeapps/
support.thetyee.ca/www/local/lib/perl5/x86_64-linux/Net/SSLeay.pm';
Any ideas? I've tried reinstalling those modules in the sytem-wide perl,
the local perl i'm using with perlbrew, and in the requirements for Carton
which this app is using. All three have a working version and same setup
as on the old server!
--
You received this message because you are subscribed to the Google Groups
"Mojolicious" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/mojolicious/acb2d3f1-ae87-4ab9-96eb-5102d1e99c44n%40googlegroups.com.