LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Programming (https://www.linuxquestions.org/questions/programming-9/)
-   -   Configure problem with xmlrpc-c and curl-client! (https://www.linuxquestions.org/questions/programming-9/configure-problem-with-xmlrpc-c-and-curl-client-702475/)

david1983 02-05-2009 08:04 AM

Configure problem with xmlrpc-c and curl-client!
 
Hello everyone,

I got a problem when i tried to make a configure command line for a programm. The problem is like this:

configure: error: xmlrpc-c needs to be compiled with curl-client enabled.

The last error was about xmlrpc-c-config not found, then I installed xmlrpc-c.
I have totally no idea about curl-client, and I don't know how I can get xmlrpc-c compiled with curl-client.

Can anyone help me out with this annoying error?
Thanks very much!!

raconteur 02-06-2009 05:40 PM

AFAIK the xmlrpc-c package has curl support enabled by default. If you haven't explicitly disabled that in the configure script, then check config.log where it checks for curl-config. If configure for xmlrpc-c didn't find it, it is likely that it isn't installed on your system. You can get it for most distributions from the developer site here.

david1983 02-08-2009 05:28 PM

Quote:

Originally Posted by raconteur (Post 3434621)
AFAIK the xmlrpc-c package has curl support enabled by default. If you haven't explicitly disabled that in the configure script, then check config.log where it checks for curl-config. If configure for xmlrpc-c didn't find it, it is likely that it isn't installed on your system. You can get it for most distributions from the developer site here.


Hi,

thanks for your reply, I have solve it. Like you said, it isn't installed. Thank you very much!


All times are GMT -5. The time now is 08:29 PM.