unresolved reference when building subversion-r117 milestone
From: Timothee Besset <timo_at_qeradiant.com>
Date: 2001-09-28 18:55:12 CEST
I have downloaded the subversion-M3-r117.tar.gz milestone and tried to build it. It goes some way through the configure and the building process until I get unresolved reference errors:
/usr/local/lib/libsvn_subr.so.0: undefined reference to `XML_SetElementHandler'
I have libxml1 and libxml2 installed though, I'm using them for other projects:
timo@antares:~/Alliance/subversion-r117$ xml2-config --version
I didn't see anything about XML in the configure script, and it also looked like svn has it's own XML code. Searched in the mailing list, didn't find anything related..
let me know if you need more info to track the problem, I'm gonna have a quick look see what's happening.. my box is a debian woody, I downloaded Berkeley DB to put it in subversion tree (in db/)
regards
TTimo
cd subversion/tests/libsvn_ra_local && /bin/sh /home/timo/Alliance/subversion-r117/libtool --silent --mode=link gcc -DLINUX=2 -D_REENTRANT -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -D_SVID_SOURCE -g -Wall -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -pthread -I/usr/local/include/neon -Wpointer-arith -Wwrite-strings -Wshadow -DSVN_DEBUG -DAP_DEBUG -I./subversion/include -I. -I./apr/include -I./neon/src -I./expat-lite -I/home/timo/Alliance/subversion-r117/db/dist -rpath /usr/local/lib -o ra-local-test ra-local-test.o ../../../subversion/tests/libsvn_test.la ../../../subversion/libsvn_ra/libsvn_ra.la ../../../subversion/libsvn_fs/libsvn_fs.la ../../../subversion/libsvn_delta/libsvn_delta.la ../../../subversion/libsvn_subr/libsvn_subr.la /home/timo/Alliance/subversion-r117/apr/libapr.la ../../../expat-lite/libexpat.la -lm -lcrypt -lnsl -ldl
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.