in reply to Installation of perl modules
The compiler does not find the OpenSSL include files:
... SSLeay.xs:163:25: error: openssl/err.h: No such file or directory ...
The Makefile.PL claims that it finds OpenSSL 0.9.8j in /usr:
*** Found OpenSSL-0.9.8j installed in /usr
Please verify that the OpenSSL header files actually exist in /usr/local/include, because that's where your C compiler goes looking for them:
-I/usr/local/include
|
|---|