in reply to Can't install Net::SSL

I think this may be because No library found for -lssl32 or the output as follow:

# Failed test 'Net::SSL->new' # at t/01-connect.t line 28. # Connect failed: connect: refused connection: at t/01-connect.t line +11.

Can you help me ?

Replies are listed 'Best First'.
Re^2: Can't install Net::SSL
by Corion (Patriarch) on Feb 23, 2014 at 15:53 UTC

    Are the libssl headers installed on your machine? Maybe you need to install the appropriate (OpenSSL?) developer package to your system so that Net::SSL and your C compiler pick up the library headers.