show what is printed when perl -e 'use IO::Socket::SSL; print 
$INC{"IO/Socket/SSL.pm"};'

вторник, 6 августа 2024 г. в 20:51:53 UTC+5, bryan...@gmail.com: 

> 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 mojolicious+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/mojolicious/36f14d96-7fcd-4038-8e28-aa22001c591fn%40googlegroups.com.

Reply via email to