cURL / Mailing Lists / curl-users / Single Mail

curl-users

RE: Install on RH6.0

From: Daniel Stenberg <Daniel.Stenberg_at_haxx.nu>
Date: Sat, 20 May 2000 17:54:52 +0200 (MET DST)

On Fri, 19 May 2000, Scott D. Allen wrote:

> I reran config and added those bits to the Makefile in lib. It fell over
> when I ran the make with an exit status of 2. See below....

> gcc -g -O2 -o curl main.o hugehelp.o urlglob.o ../lib/libcurl.a -lcrypto
> -ldl -L/usr/local/ssl/lib
> ../lib/libcurl.a(ftp.o): In function `GetLastResponse':
> /usr/local/curl-6.5.2/lib/ftp.c:220: undefined reference to `SSL_read'

Oops, you should have a -lssl before the -lcrypto on that gcc-line.

BTW, I got, compiled, built and installed OpenSSL 0.9.5a on my Linux 2.2.12
kernel and I got no problems at all when I run curl's configure!

-- 
   Daniel Stenberg - http://www.contactor.se/~dast - +46-705-44 31 77
   ech`echo xiun|tr nu oc|sed 'sx\([sx]\)\([xoi]\)xo un\2\1 is xg'`ol
Received on 2000-05-20