cURL / Mailing Lists / curl-users / Single Mail

curl-users

Re: undefined reference to `DES_set_odd_parity'

From: greg strockbine <Greg.Strockbine_at_hitachi-ps.us>
Date: Wed, 14 Jul 2004 12:05:48 -0700

Solved:
I googled on DES_ecb_encrypt and got a manpage
for des(3). It mentioned the include file des.h.

So I looked around on my system and saw there was
a /usr/local/ssl/include/des.h and an older install
of /usr/local/include/openssl/des.h. I removed the older
install and rebuilt and all is well.

there was an old version of openssl installed
as /usr/local/
On Wed, 14 Jul 2004 09:41:15 -0700
greg strockbine <Greg.Strockbine_at_hitachi-ps.us> wrote:

> Can't figure this one out:
> ../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'
>
> curl 7.12.0
> openssl 0.9.7d
> zlib 1.2.1
>
> Red Hat Enterprise 2 ( I think)
>
> any pointers?
> - greg strockbine
Received on 2004-07-14