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

Re: [Fwd: Re: 1.1.1 make fails on solaris 5.8 (expat)]

From: Ben Reser <ben_at_reser.org>
Date: 2004-12-01 04:17:54 CET

On Tue, Nov 30, 2004 at 12:45:12PM -0500, anton wrote:
> any comments on this?

Yes.

> seems like the issue is described in these bug reports:
> http://subversion.tigris.org/issues/show_bug.cgi?id=699
> http://subversion.tigris.org/issues/show_bug.cgi?id=1016
>
> should i append the info below to one of the bug reports above?

No completely unrelated

You say you have
> >libtool-1.5
installed.

And that you're running:
> >./autogen.sh && \
> >./configure \
> >--with-apxs=$APACHE_HOME/bin/apxs \
> >--without-berkeley-db \
> >--prefix=/opt/Svn \
> >--with-zlib \
> >--enable-shared \
> >--disable-mod-activation \
> >--with-ssl \
> >--with-libs=$SSL_HOME:$Z_LIB && \
> >make && \
> >make check

Remove the ./autogen.sh. You shouldn't be running it with that version
of libtool, since it has some known issues on Solaris. Basically you're
following the wrong instructions. You need to follow section II. A. not
II. B. in the INSTALL document. The only time autogen.sh should be
being run is when you're building out of a working copy, not from a
tarball.

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Dec 1 04:18:57 2004

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.