Help for this page

Select Code to Download


  1. 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
    
  2. or download this
    perl Makefile.PL LIBDIR="<ossldir>/lib" INCDIR="<ossldir>/include"
    
  3. 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.
    
  4. or download this
    nmake
    nmake test
    nmake install