cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: SSL library linking failed

From: Ralph Mitchell <ralphmitchell_at_gmail.com>
Date: Fri, 9 May 2008 09:54:26 -0500

On Fri, May 9, 2008 at 9:37 AM, Vijay <nags.vijay_at_gmail.com> wrote:

> make[2]: Entering directory `/home/kodiak/curl-7.18.0/src'
> /bin/sh ../libtool --tag=CC --mode=link gcc -g -O2 -L/usr/local/ssl//lib
> -o curl main.o hugehelp.o urlglob.o writeout.o writeenv.o getpass.o
> homedir.o curlutil.o strtoofft.o strdup.o ../lib/libcurl.la
> gcc -g -O2 -o .libs/curl main.o hugehelp.o urlglob.o writeout.o writeenv.o
> getpass.o homedir.o curlutil.o strtoofft.o strdup.o -L/usr/local/ssl//lib
> ../lib/.libs/libcurl.so
> /usr/bin/ld: warning: libssl.so.0.9.8, needed by ../lib/.libs/libcurl.so,
> not found (try using -rpath or -rpath-link)
>

I don't know if it makes a difference, but there's a double-slash in that
path:

     -L/usr/local/ssl//lib

I've seen that cause issues in other things.

Ralph Mitchell
Received on 2008-05-09