cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: can't make WWW-Curl-2.0 for perl

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 3 Nov 2003 08:37:13 +0100 (CET)

On Sun, 2 Nov 2003, Thomas Braun wrote:

> I have installed openssl so I changed the paths in the makefile from
> /usr/ssl/lib to /usr/local/openssl/lib and lssl to libssl...

Changing the path sounds right, but the link option is '-lssl' to link with
libssl, so you should not change it. It looked good already.

> but it doesn't work...do I have to install an additional library?

The linker complained that it didn't find the ssl library, no other lib. But
of course, once it finds that lib I guess it might complain on some other if
you have path problems on more libraries.

The libcrypto is also an OpenSSL library, but it is generally store in the
same dir as the libssl library so you'll fix both at the same time when you
use a correct path.

-- 
 Daniel Stenberg -- curl: been grokking URLs since 1998
-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
Does SourceForge.net help you be more productive?  Does it
help you create better code?   SHARE THE LOVE, and help us help
YOU!  Click Here: http://sourceforge.net/donate/
Received on 2003-11-03