Help for this page

Select Code to Download


  1. or download this
    use ExtUtils::MakeMaker;
    
    ...
        'VERSION_FROM'     => 'lib/Net/SSLeay.pm',
        'LIBS'             => ['-lssl -lcrypto -lcrypt32 -lz'],
    );
    
  2. or download this
    use ExtUtils::MakeMaker;
    
    ...
        'INC'              => '-IC:/someplace/include',
        'LIBS'             => ['-LC:/someplace/lib -lssl -lcrypto -lcrypt3
    +2 -lz'],
    );