cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: Can't get curl to compile with SSL option, PLEASE HELP!!!

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Tue, 16 Nov 2004 14:48:46 +0100 (CET)

On Mon, 15 Nov 2004 sales_at_nitromax.com wrote:

> I am trying to get curl to compile with SSL support, but I keep getting the
> following errors when runing the ./configure:
>
> gcc -g -O2 -o .libs/curl main.o hugehelp.o urlglob.o writeout.o writeenv.o
> getpass.o homedir.o strtoofft.o timeval.o -L/usr/local/ssl/lib
> ../lib/.libs/libcurl.so -lssl -lcrypto -ldl -lz
> ../lib/.libs/libcurl.so: undefined reference to `DES_set_odd_parity'
> ../lib/.libs/libcurl.so: undefined reference to `UI_OpenSSL'
> ../lib/.libs/libcurl.so: undefined reference to `DES_set_key'
> ../lib/.libs/libcurl.so: undefined reference to `DES_ecb_encrypt'

This means curl was built with OpenSSL 0.9.7 headers, but it didn't find a
0.9.7 libcrypto when linking.

-- 
      Daniel Stenberg -- http://curl.haxx.se -- http://daniel.haxx.se
       Dedicated custom curl help for hire: http://haxx.se/curl.html
Received on 2004-11-16