cURL / Mailing Lists / curl-library / Single Mail

curl-library

libcurl with yassl, take 2

From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 19 Jun 2006 11:23:44 +0200 (CEST)

Hey

I just tried building curl with the new yassl 1.3.5 (since they mention
"better libcurl support" in their changelog), and it seems they've actually
addressed some of the previous problems and now you _almost_ can build libcurl
with yassl!

First, their openssl/md5.h emulation lacks the MD5_DIGEST_LENGTH define which
(recent) libcurl needs and when that minor thing is fixed, everything compiles
fine until the final link:

../lib/.libs/libcurl.so: undefined reference to `SSL_peek'
../lib/.libs/libcurl.so: undefined reference to `RAND_bytes'

Both of these should be rather easily worked arund with some silly
replacements, but...

-- 
  Commercial curl and libcurl Technical Support: http://haxx.se/curl.html
Received on 2006-06-19