Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re^3: Installing Net::SSLeay on Linux

by PodMaster (Abbot)
on Mar 07, 2006 at 19:54 UTC ( [id://535016]=note: print w/replies, xml ) Need Help??

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";
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://535016]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (4)
As of 2024-04-23 19:48 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found