Re: building from tar ball, install fails when /usr/lib64 occurs
From: Martin J. Stumpf <mjs_at_jhu.edu>
Date: 2007-10-27 16:38:58 CEST does any one have any idea why it is trying to write to /usr/lib64 instead of <prefix>/lib64. The LD_LIBRARY_PATH can easily be modified to include the desire path, if it isn't already.The prefix does not change the LIBDIR variable. You need to add --libdir=<your prefix>/lib64. The GNU autotools do not automatically know that a box is x86_64 instead of i386. I found that on RHEL and FC where lib64 is used for x86_64 that you have to use the command line dir args. -Martin --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.org Received on Sat Oct 27 16:39:24 2007 |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.