in reply to Re: SSL
in thread SSL

Well, here's my situation. I have been developing a tool using Perl for testing an online application. Now my boss says I need to make it work with an SSL server as well. I would like to avoid rewriting all of the modules I've created. Is there a way to make this transparent, so I simply install a module and "use" it? I finally got openssl to install, but when I try to create the makefile for SSLeay, it asks "Which SSLeay do you want to link against?". What does this mean?

Replies are listed 'Best First'.
Re: Re: Re: SSL
by Anonymous Monk on Dec 15, 2001 at 16:53 UTC
    you could try using CPAN to install it.. perl -MCPAN -e install Net::SSLeay