building subversion fails: /etc/httpd/lib/libaprutil-1.so: undefined reference to `XM

DJohnAnderson

Verified User
Joined
Mar 7, 2005
Messages
10
I've been trying to build the latest subversion and I ran into a problem with libaprutil-1.so. Building subversion fails with:

/etc/httpd/lib/libaprutil-1.so: undefined reference to `XML_StopParser'

I tracked it down to a bug in the apache config. /usr/local/directadmin/custombuild/configure/ap2 needs to include "--with-expat=builtin", e.g.

.....
"--with-ssl=/usr" \
"--enable-headers" \
"--with-expat=builtin"
 
Hello,

Thanks for the report.

That looks similar to this:
http://help.directadmin.com/item.php?id=174

I'm not sure if it's related.. but we'll keep our eyes open for other reports, in case it's a common issue.

John

Yes that's the same issue. I'm using CustomBuild 2.0 which doesn't have this directory:

/usr/local/directadmin/custombuild/custom

It would be great if you could update CustomBuild so other people won't have this problem.
 
Back
Top