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

Re: Strange error with libtool / shared build again? libsvn_xxx.so.0.0.0U

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-01-25 18:30:13 CET

"Sander Striker" <striker@apache.org> writes:
> libtool 1.4.2
> autoconf 2.52 (<f)
>
> I might add that it started failing on me yesterday (no changes to
> my setup).

This may not be relevant, but do you clean out old libs before making
install? As in the /usr/local/cleanup.sh that have on my system:

   #!/bin/sh
   
   # Take care of libs
   cd /usr/local/lib
   rm -f APRVARS
   rm -f libapr*
   rm -f libexpat*
   rm -f libneon*
   rm -f libsvn*
   
   # Take care of headers
   cd /usr/local/include
   rm -f apr*
   rm -f svn*
   rm -f neon/*
   
   # Take care of headers
   cd /usr/local/apache2/lib
   rm -f *

-K

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:59 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.