Help for this page

Select Code to Download


  1. 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
    #);
    
  2. 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",
    
  3. or download this
    $libs = $rsaref ? "-lssl -lcrypto -lRSAglue -lrsaref" : "-lssl -lcrypt
    +o";