Re: xml-rpc service C implementation compatible with HTTP or tomcat server

[email protected] 21 Nov 2007 16:25:36 +0000
Newsgroups gmane.text.xml.rpc.specification
Message-ID <[email protected]>
>Its loading the ruby_errinfo symbol when I use g++ instead of gcc .

I have no idea why that would be.  The reason it isn't found in the
original attempt is that you have the link options in the wrong order.
When static linking, you have to link the module that refers to a symbol
_before_ the library that defines it, because that's the only way the
linker knows that you need that library member in the link.

>server: /home/tools/ravit/usr/local/httpd/modules/mod_xmlrpc.so: undefined
>symbol: xmlrpc_registry_add_method_w_doc

This comes from libxmlrpc_server.so, which is not in your link.  The
reason it's not is that in the 'xmlrpc-c-config' invocations, you don't
say you want the server functions.  See 'xmlrpc-c-config --help'.


BTW, while I know something about linking Xmlrpc-c, I don't know anything
about mod_xmlrpc.  I've never built it myself.

-- 
Bryan Henderson                                   San Jose, California


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/xml-rpc/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/xml-rpc/join
    (Yahoo! ID required)

<*> To change settings via email:
    mailto:[email protected] 
    mailto:[email protected]

<*> To unsubscribe from this group, send an email to:
    [email protected]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/