[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: libtool: link: warning: libexpat.la seems to be moved

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2006-08-02 12:28:21 CEST

On Tuesday 01 August 2006 21:32, Joe Sparks wrote:
> I have been tasked with converting our data from CVS to SVN. Let me
> first stress that I am NOT an expert. We have a +5GB CVS repository
> that I need to convert. I first tried the pre-installed copy of
> Subversion that came with SUSE 10.1 (version 1.3.0). I was having a
> problem converting the data using cvs2svn.

What problem? Also, but I'm not sure, it could be possible that cvs2svn is its
own, separate project - in that case you should rather ask on their
mailinglist.

> After reading the mail
> archive, I got the impression it was highly recommended to have the
> newest version installed and running before asking for help.

Well, asking about problems with an obsolete version doesn't make sense, but
1.3.0 is pretty recent so I'd stick with that version, in particular since it
comes packaged for your OS. You avoid all the problems building Subversion,
for example...

> -----------------------------------
> libtool: link: warning: `/usr/lib/libexpat.la' seems to be moved
> libtool: link: warning:
> `/usr/lib/gcc/i586-suse-linux/4.1.0/../../..//libexpat.la' seems to be
> moved
> /usr/lib/gcc/i586-suse-linux/4.1.0/../../../../i586-suse-linux/bin/ld:
> warning: libexpat.so.1, needed by /usr/local/apr/lib/libaprutil-1.so,
> may conflict with libexpat.so.0
> -----------------------------------

FYI, those .la files are textfiles that describe where a library expects to be
installed, what other libs it depends on etc. The warning means that the
library was moved to a different place than the one it expected to be,
possibly causing it to not function or not function properly.

Lastly, you can install Subversion from source without any root privileges at
all, the only thing you need is to pass e.g. '--prefix ~/svn-install' to
configure and adapt a few things like PATH and LD_LIBRARY_PATH. This helps
keeping this install from affecting other stuff on the system. In fact that
is a feature of autotools, so every program that comes with a configure
script should be installable like that.

Uli

****************************************************
Visit our website at <http://www.domino-printing.com/>
****************************************************
This Email and any files transmitted with it are intended only for the person or entity to which it is addressed and may contain confidential and/or privileged material. Any reading, redistribution, disclosure or other use of, or taking of any action in reliance upon, this information by persons or entities other than the intended recipient is prohibited. If you are not the intended recipient please contact the sender immediately and delete the material from your computer.

E-mail may be susceptible to data corruption, interception, viruses and unauthorised amendment and Domino UK Limited does not accept liability for any such corruption, interception, viruses or amendment or their consequences.
****************************************************

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 2 12:44:53 2006

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.