cURL / Mailing Lists / curl-library / Single Mail

curl-library

Re: Daemon hang after curl_easy_perform

From: Nick Zitzmann <nick_at_chronosnet.com>
Date: Tue, 28 May 2013 11:44:17 -0600

(please don't top-post)

On May 28, 2013, at 10:56 AM, Arjun SM <arjun.sm_at_gmail.com> wrote:

> Thanks for clearing the confusion here. Obviously i am linking to the libcurl.dylib which is Mac OS X provided.
>
> For now what would be the best solution so as to overcome the hang issue? Should i build the curl on my own for Mac OS X 10.8.3 Mountain Lion and link the same with my daemon ?

Yes, you can build your own static library and use that in the daemon instead. Just run the configure script with the --disable-shared option in addition to any others you want to use, and after building, you can copy the static library out of the lib/.libs folder.

Nick Zitzmann
<http://www.chronosnet.com/>

-------------------------------------------------------------------
List admin: http://cool.haxx.se/list/listinfo/curl-library
Etiquette: http://curl.haxx.se/mail/etiquette.html
Received on 2013-05-28