siddeshwar
2012-10-31 11:21:30 UTC
HI,
I am trying to build and use libcurl 7.27v on linux with --enable-threaded-resolver support to have asynchronous DNS resolution. Curl not able to resolve the hostname and connect. But if I build the libcurl without --enable-threaded-resolver, its able to resolve the same host name and connect.
What are the things I need to take care while building with --enable-threaded-resolver option ? anything I am missing ?
I am using below configuration for building.
--disable-debug \
--disable-dict \
--disable-ipv6 \
--disable-ldap \
--disable-static \
--disable-telnet \
--enable-file
\
--enable-threaded-resolver\
--with-gnu-ld \
--with-random=/dev/urandom \
--without-ca-bundle \
--without-libidn \
--without-libssh2
Thanks in advance,
Regards,
-Siddeshwar
I am trying to build and use libcurl 7.27v on linux with --enable-threaded-resolver support to have asynchronous DNS resolution. Curl not able to resolve the hostname and connect. But if I build the libcurl without --enable-threaded-resolver, its able to resolve the same host name and connect.
What are the things I need to take care while building with --enable-threaded-resolver option ? anything I am missing ?
I am using below configuration for building.
--disable-debug \
--disable-dict \
--disable-ipv6 \
--disable-ldap \
--disable-static \
--disable-telnet \
--enable-file
\
--enable-threaded-resolver\
--with-gnu-ld \
--with-random=/dev/urandom \
--without-ca-bundle \
--without-libidn \
--without-libssh2
Thanks in advance,
Regards,
-Siddeshwar