Jim J Wigginton wrote:
: I'm trying to compile Crypt-SSLeay-0.22, and I get the following error,
: midway through the process:
: crypt_ssleay_version.h:1:17: ssl.h: No such file or directory.
: crypt_ssleay_version.h:2:20: crypto.h: No such file or directory.
Looks like either you don't have one of OpenSSL or SSLeay installed, or
it's installed in a non-standard directory. If it's installed in a
non-standard place, try editing the Makefile.PL, adding the place where
it's installed to the @POSSIBLE_SSL_DIRS array. If neither OpenSSL or
SSLeay is installed, read the README file about getting it.
-- tdk