copy /libeay32.dll /ssl.dll copy /bin/libeay32.dll /bin/ssl.dll copy /lib/libeay32.lib /bin/ssl.lib #### perl Makefile.PL LIBDIR="/lib" INCDIR="/include" #### -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. #### nmake nmake test nmake install