cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: curl 7.12.2 compile fail on Mac OS X

From: Daniel Stenberg <daniel-curl_at_haxx.se>
Date: Sat, 13 Nov 2004 11:27:34 +0100 (CET)

On Fri, 12 Nov 2004, Jim Napier wrote:

> On Mac OS X 10.2.3 when building the curl binary and linking against OpenSSL
> 0.9.7e I get the following error:

> /usr/bin/ld: Undefined symbols:
> _DES_ecb_encrypt
> _DES_set_key
> _DES_set_odd_parity

Make sure that you really have and use a 0.9.7 series of OpenSSL. Those
symbols should be present in libcrypto.

When libcurl is built to use an older verison of OpenSSL, it redefines those
symbols to use those that are present in the older versions instead.

-- 
      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-13