curl-and-php
Re: undefined reference to `des_set_odd_parity'
Date: Fri, 23 Jul 2004 15:38:36 -0500
is there a way i can comment out the offending part and curl still make and work?
----- Original Message -----
From: Robert
To: curl-and-php_at_cool.haxx.se
Sent: Friday, July 23, 2004 1:12 AM
Subject: undefined reference to `des_set_odd_parity'
Curl used to work on my server until i upgraded php to 4.3.8 and now I have to get it working again with curl, but am getting these errors on make:
../lib/.libs/libcurl.so: undefined reference to `des_set_odd_parity'
../lib/.libs/libcurl.so: undefined reference to `des_set_key'
../lib/.libs/libcurl.so: undefined reference to `des_ecb_encrypt'
collect2: ld returned 1 exit status
make[2]: *** [curl] Error 1
make[2]: Leaving directory `/home/cpapachebuild/buildapache/curl-7.11.2/src'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/cpapachebuild/buildapache/curl-7.11.2/src'
make: *** [all-recursive] Error 1
I have used curl 7.12.0 and 7.11.2 and got same results on both. Can someone please help me out? I dont know what to do and our server admin piece requires curl to work.
Received on 2004-07-23