}, 'Mojo::Content::Single' ),
'error' => [
'IO::Socket::SSL 1.75 required for TLS support'
],
I printed out the %inc in a dump and I get
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!
I believe the forum has migrated here: https://github.com/mojolicious/mojo/discussions
--
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...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/mojolicious/acb2d3f1-ae87-4ab9-96eb-5102d1e99c44n%40googlegroups.com.
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
--