curl-library
Re: perform() is crashing
From: Daniel Stenberg <daniel_at_haxx.se>
Date: Mon, 17 Aug 2009 17:00:54 +0200 (CEST)
Date: Mon, 17 Aug 2009 17:00:54 +0200 (CEST)
On Mon, 17 Aug 2009, Brandon Tate wrote:
> /usr/include/curl/curlver.h
> #define LIBCURL_VERSION "7.19.5"
>
> /usr/local/include/curl/curlver.h
> #define LIBCURL_VERSION "7.12.2"
My advice:
1. Make sure the /usr/local crap is moved away to not interfere. If you have
anything else you want to use in there, just move away the libcurl stuff.
2. Clarify to us what "crashing" or "dieing" means. Like if you run your app
with gdb, does it crash and if so what does 'bt' show? (Assuming you build
with debug symbols enabled which you really should to track this down).
If it doesn't crash with gdb, does the perform call return an error code?
If so, which?
And finally: please trim your quotes.
-- / daniel.haxx.seReceived on 2009-08-17