Re: Agggh! 64-bit bug still present in 1.3.2 (PATCH already in issue tracker)
From: Philip Martin <philip_at_codematters.co.uk>
Date: 2006-06-08 15:48:03 CEST
David Summers <david@summersoft.fay.ar.us> writes:
> I finally figured out a few months ago that it was the -rpath during
Using chrpath doesn't seem like the right way to fix this.
When I build Subversion the module in the build directory has an RPATH
$ objdump -x subversion/mod_dav_svn/.libs/mod_dav_svn.so | grep RPATH
When I run 'make install' it uses apxs to install the module and this
$ objdump -x subversion/mod_dav_svn/.libs/mod_dav_svn.soT | grep RPATH
The relink command uses Apache's installed libtool. After running
$ (cd subversion/mod_dav_svn/ && /usr/local/apache2/build/libtool --mode=install cp mod_dav_svn.la /home/pm/sw/subversion/obj/zz/usr/local/apache2/modules/)
I'm using Debian's patched libtool so perhaps it works slightly
-- Philip Martin --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Jun 8 15:49:19 2006 |
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.