cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: AIX autobuild: libcares not linked

From: Yang Tse <yangsita_at_gmail.com>
Date: Wed, 14 May 2008 14:43:56 +0200

2008/5/14, Tor Arntsen wrote:

> I (re-)started an AIX autobild with ares enabled, which coredumps:
> http://curl.haxx.se/auto/log.cgi?id=20080514021735-14764
>
> Ideas anyone?

From the log...

> testcurl: CONFOPTS = --without-ssl --enable-debug --disable-ipv6 --enable-ares
> [...]
> checking whether to build shared libraries... yes
> checking whether to build static libraries... no
> [...]

Due to the low level libcurl memory debugging stuff, libcurl built
with c-ares enabled and debug enabled might not work properly unless
--disable-shared is also used.

Just to take the above out of the equation could you try it with the
following options ?

"--without-ssl --enable-debug --disable-ipv6 --enable-ares --disable-shared"

-- 
-=[Yang]=-
Received on 2008-05-14