On 04-Sep-11 15:48, Daniel Stenberg wrote:

And you're 100% sure you have only one libcurl installed and all approaches use the same lib?

I'm puzzled too and have no other explanation than that they somehow differ.

That could be a good pointer here: strace output of the curl executable reveils:

open("/usr/lib/libcurl.so.4", O_RDONLY) = 3


The strace output of my program reveils:

open("/usr/lib/libcurl-gnutls.so.4", O_RDONLY) = 3

So it appears they are using a different library. Question now (for me at least) is why and how to fix this.
-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette:  http://curl.haxx.se/mail/etiquette.html

Reply via email to