RE: SVN 1.8.x build fail
From: Chen, Peter <Peter.Chen_at_itg.com>
Date: Wed, 18 Mar 2015 01:27:48 +0000
Hi Philip,
Thanks for replying
Yes, my svn-1.6.11 client uses APR-1.3.x.
The APR-1.3.x files are in /home/bin, /home/lib, etc
The APR-1.4.x files are located in /home/Svn/bin, /home/Svn/lib, etc
Sorry, but I'm not that familiar w/ linking, but how do I ensure that the linker finds the right version?
Thanks!
Peter
-----Original Message-----
"Chen, Peter" <Peter.Chen_at_itg.com> writes:
> My configure command was:
apr_hash_do is a symbol in libapr and it's present in 1.4.x but not in the earlier versions. Subversion 1.6 doesn't use apr_hash_do so it can be linked against older versions of libapr that do not provide the symbol. I guess your Subversion 1.6 build uses an older version of libapr. Since you now have multiple versions of libapr on your system you have to be careful to arrange them so that the linker finds the right version.
One way to organise this is to put things that can be shared by Subversion 1.6 and Subversion 1.8, such as zlib, in a common dir such as /home/lib. When you have different versions of a library for Subversion
-- Philip Martin | Subversion Committer WANdisco // *Non-Stop Data* -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- This message is for the named person's use only. This communication is for informational purposes only and has been obtained from sources believed to be reliable, but it is not necessarily complete and its accuracy cannot be guaranteed. It is not intended as an offer or solicitation for the purchase or sale of any financial instrument or as an official confirmation of any transaction. Moreover, this material should not be construed to contain any recommendation regarding, or opinion concerning, any security. It may contain confidential, proprietary or legally privileged information. No confidentiality or privilege is waived or lost by any mistransmission. If you receive this message in error, please immediately delete it and all copies of it from your system, destroy any hard copies of it and notify the sender. You must not, directly or indirectly, use, disclose, distribute, print, or copy any part of this message if you are not the intended recipient. Any views expressed in this message are those of the individual sender, except where the message states otherwise and the sender is authorized to state them to be the views of any such entity. Securities products and services provided to Canadian investors are offered by ITG Canada Corp. (member CIPF and IIROC - Investment Industry Regulatory Organization of Canada), an affiliate of Investment Technology Group, Inc. Investment research products and services are produced and offered by ITG Investment Research, Inc. and not ITG Inc. (a FINRA member firm and SIPC member). For CANADIANS Only: In accordance with the Canadian AntiSpam Legislation, ITG Canada has implied consent from you as a member of the investment community with whom we have already established a relationship through business discussions or dealings, or your email address was made available to ITG. However, if you are Canadian and wish to stop receiving ANY emails from ITG, please click on this button Unsubscribe <mailto:can-casl_at_itg.com?subject=Unsubscribe>. Please note that this does not apply if you are an existing client, and IIROC & OSC rules & regulations require us to continue to send you critical email communications ITG Inc. and/or its affiliates reserves the right to monitor and archive all electronic communications through its network. ITG Inc. Member FINRA, SIPC -+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-Received on 2015-03-18 02:28:17 CET |
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.