Hey Bryan,

I think you need to install the development package for OpelSSL for your 
distro, in CENTOS you might want to run
yum install -y openssl-devel

and then try and install IO::Socket::SSL again with your local Perl



From: mojolicious@googlegroups.com <mojolicious@googlegroups.com> on behalf of 
Bryan Carney <bryancar...@gmail.com>
Date: Tuesday, 6 August 2024 at 18:51
To: Mojolicious <mojolicious@googlegroups.com>
Subject: [Mojolicious] Migrated to CENTOS now IO::Socket::SSL failing
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'<http://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'<http://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 
mojolicious+unsubscr...@googlegroups.com<mailto:mojolicious+unsubscr...@googlegroups.com>.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojolicious/acb2d3f1-ae87-4ab9-96eb-5102d1e99c44n%40googlegroups.com<https://groups.google.com/d/msgid/mojolicious/acb2d3f1-ae87-4ab9-96eb-5102d1e99c44n%40googlegroups.com?utm_medium=email&utm_source=footer>.

-- 
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 mojolicious+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojolicious/PH7P223MB06904237A1B83118180775F4FBBF2%40PH7P223MB0690.NAMP223.PROD.OUTLOOK.COM.

Reply via email to