- or download this
# See lib/ExtUtils/MakeMaker.pm for details of how to influence
# the contents of the Makefile that is written.
...
# 'NAME' => 'Net::SSLeay::Handle',
# 'VERSION_FROM' => 'Handle.pm', # finds $VERSION
#);
- or download this
LIBS => ["-L$openssl_path -L$openssl_path/lib -L$openssl_path/o
+ut32dll $libs"],
INC => "-I$openssl_path/include -I$openssl_path/inc32 -I/usr/k
+erberos/include",
- or download this
$libs = $rsaref ? "-lssl -lcrypto -lRSAglue -lrsaref" : "-lssl -lcrypt
+o";