- or download this
copy <ossldir>/libeay32.dll <ossldir>/ssl.dll
copy <ossldir>/bin/libeay32.dll <ossldir>/bin/ssl.dll
copy <ossldir>/lib/libeay32.lib <ossldir>/bin/ssl.lib
- or download this
perl Makefile.PL LIBDIR="<ossldir>/lib" INCDIR="<ossldir>/include"
- or download this
-lssl -lcrypto not found. Need to install the openssl devel packages.
'INCDIR' is not a known MakeMaker parameter name.
'LIBDIR' is not a known MakeMaker parameter name.
- or download this
nmake
nmake test
nmake install