cURL and c-ares support

youds

Verified User
Joined
Jul 11, 2008
Messages
490
Location
Lancashire, UK
Hi

I first encountered this problem when compiling the latest rtorrent from source and have run into it here with custombuild.
cURL needs to be compiled with c-ares support on CentOS 5.4 64bit. I can only vouch for this OS.

I came across it this time using cURL in PHP. I was unable to connect to an ecommerce provider through an existing Web site that I'd moved across from another server (not DirectAdmin). I compiled c-ares from source, and edited /usr/local/directadmin/custombuild/build to have the --enable-ares option in the doCURL function. This solved the problem.

Anybody else had this problem?

Kind regards
 
Back
Top