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

Re: libtool: install: error: cannot install `libsvn_subr-1.la' to a directory not ending in /usr/local/lib

From: VK Sameer <sameer_at_collab.net>
Date: 2005-10-14 12:19:55 CEST

On Thu, 2005-10-13 at 10:32 -0700, Daniel Koning wrote:

> I downloaded the subversion source tar into /tmp/subversion-1.2.3 and
> did the following:
>
> ./configure --prefix /opt
> make all
> make install

Did you do this more than once? Perhaps without the --prefix? In that
case, I suggest blowing away /tmp/subversion-1.2.3, and re-running the
steps above, with a slight change:

sudo make install

If configure is run once, a 'make clean' or 'make realclean' is
necessary before re-running it to pick up any new option changes.
Otherwise, the changes won't make it into the Makefiles.

HTH
Sameer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 14 12:23:27 2005

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.