You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Plase note that Net::SSLeay is packaged by Ubuntu. If you don't need the latest CPAN version of Net::SSLeay, you can use the Ubuntu package management tools to install the package named libnet-ssleay-perl.
The compilation seems to fail because your host doesn't have a C compiler installed. Try installing Ubuntu package named gcc. You'll likely need Ubuntu package named libssl-dev too beause it brings in headers which are needed when compiling software that requires OpenSSL.
chmod 644 "SSLeay.bs"
"/usr/bin/perl" -MExtUtils::Command::MM -e 'cp_nonempty' -- SSLeay.bs blib/arch/auto/Net/SSLeay/SSLeay.bs 644
"/usr/bin/perl" "/usr/share/perl/5.34/ExtUtils/xsubpp" -typemap '/usr/share/perl/5.34/ExtUtils/typemap' -typemap '/root/.cpanm/work/1718192473.12700/Net-SSLeay-1.94/typemap' SSLeay.xs > SSLeay.xsc
mv SSLeay.xsc SSLeay.c
x86_64-linux-gnu-gcc -c -I"/usr/include" -DOPENSSL_API_COMPAT=908 -DNET_SSLEAY_PERL_VERSION=5034000 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fwrapv -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE >
/bin/sh: 1: x86_64-linux-gnu-gcc: not found
make: *** [Makefile:353: SSLeay.o] Error 127
-> FAIL Installing Net::SSLeay failed. See /root/.cpanm/work/1718192473.12700/build.log for details. Retry with --force to force install it.
The text was updated successfully, but these errors were encountered: