Intento instalar de todas la maneras posibles un módulo que me hace falta de Perl... y nada... no hay manera... No tendría manera de agradecer a quién me echara un cable o me diera alguna pista de qué puedo hacer para solucionarlo.
El módulo en cuestión es Crypt::OpenSSL::CA... y el mensaje de error que recibo es:
A problem was encountered while attempting to compile and install your Inline
C code. The command that failed was:
make > out.make 2>&1
The build directory was:
/root/.cpanm/work/1382369997.16253/Crypt-OpenSSL-CA-0.23/_Inline/build/Crypt/OpenSSL/CA/ExtractVersionNumber
To debug the problem, cd to the build directory, and inspect the output files.
at (eval 59) line 10.
...propagated at /usr/local/share/perl/5.14.2/Inline/C.pm line 772.
BEGIN failed--compilation aborted at (eval 59) line 25.
Compiling and linking a test OpenSSL program failed; please examine
the errors above. You may have to install OpenSSL's development kit
according to your distribution's instructions.
Maybe you could try re-running Build.PL with appropriate values for
--openssl-cflags and --openssl-ldflags, for instance:
perl Build.PL --openssl-cflags=-I/usr/local/lib/openssl/include \
--openssl-libs=-L/usr/local/lib/openssl/lib
Hint: don't sprinkle spaces where not necessary, as they are known to
confuse the GNU linker!
-> N/A
-> FAIL Configure failed for Crypt-OpenSSL-CA-0.23. See /root/.cpanm/build.log for details.