Running openser on FreeBSD-6.2 stable:
version: openser 1.2.2-tls (i386/freebsd)
When starting openser with the mi_xmlrpc module enabled this is returned:
0(56397) ERROR: load_module: could not open module
</usr/local/lib/openser/modules/mi_xmlrpc.so>:
/usr/local/lib/libxmlrpc_client.so.7: Undefined symbol "HTThroughLine"
On Monday Aug 13 2007 Bogdan-Andrei Iancu wrote:
As xmlrpc-c generates a bunch of libs (prefix
llibxmlrpcxxxxxx), try to
add them all for module linking. See modules/mi_xmlrpc/Makefile, the
LIBS line.
I have added them all to the modules/mi_xmlrpc/Makefile but the problem remains.
Using xmlrpc-c and libwww from recent FreeBSD ports.
Looking at libxmlrpc_clent.so.7
nm -B libxmlrpc_client.so.7 | grep HTThroughLine
returns
U HTThroughLine
If anyone can shed some light on this it would be very greatly apprecated.
regards
-kim
--