On 4/27/07, Jefferson Kirkland <[EMAIL PROTECTED]> wrote:
snip
OpenSSL.xs:5:25: error: openssl/bio.h: No such file or directory
OpenSSL.xs:6:25: error: openssl/err.h: No such file or directory
OpenSSL.xs:7:25: error: openssl/pem.h: No such file or directory
OpenSSL.xs:8:25: error: openssl/evp.h: No such file or directory
OpenSSL.xs:9:26: error: openssl/hmac.h: No such file or directory
OpenSSL.xs:19:25: error: openssl/md5.h: No such file or directory
OpenSSL.xs:21:28: error: openssl/ripemd.h: No such file or directory
OpenSSL.xs:22:25: error: openssl/rsa.h: No such file or directory
OpenSSL.xs :23:41: error: openssl/sha.h: No such file or directory
OpenSSL.xs:24:66: error: openssl/blowfish.h: No such file or directory
snip

It looks like you are missing the header files.  The rest of the
problems look like they are related, so I would try

sudo apt-get install libssl-dev
sudo perl -MCPAN -e "install OpenSSL"

--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/


Reply via email to