http://www.perlmonks.org?node_id=1016300


in reply to can't install Net::SSLeay

Your error message suggests that you probably have not installed the OpenSSL library/headers or it is in a location not known to perl. Install it with the package manager of your operating system, or compile and install it.

Replies are listed 'Best First'.
Re^2: can't install Net::SSLeay
by marto (Cardinal) on Jan 31, 2013 at 12:10 UTC

    They're aware that they don't have openssl installed. They said:

    "one Win7, one Win2k3 64bit"

    Neither of these Operating systems have a package manager in the sense that you're thinking of. The openssl release notes include INSTALL.W32/INSTALL.W64 which provide installation instructions.