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

Re: Problems compiling version 0.14.3

From: Andreas J. Koenig <andreas.koenig_at_anima.de>
Date: 2002-10-28 23:27:20 CET

>>>>> On Mon, 28 Oct 2002 20:03:02 +0100, Volker Goetz <goetz@sectionone.de> said:

> running buildconf in apache's source directory does not help in any way.
> Indeed it breaks apache's build too, so that make ends up with the same
> libtool error libtool: link: cannot find the library `'

> Running autogen.sh in subversions source directory, as suggested in another
> follow up, does not help either; still the same error.

> I also tried using a separately installed neon library, also no success.

In this case, I'll repost the workaround that I found on this mailing
list several weeks ago and which worked for me:

Find all instances of ltmain.sh in the httpd and svn sources and
replace them with the version you have in /usr/share/libtool/ltmain.sh
or /usr/local/share/libtool/ltmain.sh.

Then restart the configure/make cycle.

I believe the bug is only in the httpd sources which come with three
ltmain.sh:

% tar tvzf httpd-2.0.43.tar.gz| grep ltmain
-rw-r--r-- wrowe/wrowe 138312 2002-03-20 06:54:14 httpd-2.0.43/srclib/pcre/ltmain.sh
-r--r--r-- wrowe/wrowe 113489 2002-10-03 07:42:59 httpd-2.0.43/srclib/apr/build/ltmain.sh
-r--r--r-- wrowe/wrowe 113489 2002-10-03 07:43:17 httpd-2.0.43/srclib/apr-util/xml/expat/conftools/ltmain.sh

Size and MD5 of my ltmain.sh from libtool 1.4.2:

Size: 138911
MD5: 9e3e9c419bbdddf5515196ad466df8a7

-- 
andreas
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Oct 28 23:28:08 2002

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.