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

RE: Subversion 1.6 and Apache 2.2.11 problems

From: Giulio T <giulio.troccoli_at_uk.linedata.com>
Date: Thu, 9 Apr 2009 14:01:58 +0100

>

Linedata Services (UK) Ltd
Registered Office: Bishopsgate Court, 4-12 Norton Folgate, London, E1 6DB
Registered in England and Wales No 3027851 VAT Reg No 778499447

-----Original Message-----

> From: Ryan Schmidt [mailto:subversion-2009a_at_ryandesign.com]
> Sent: 09 April 2009 13:15
> To: Patricia A Moss
> Cc: Subversion Users
> Subject: Re: Subversion 1.6 and Apache 2.2.11 problems
>
> On Apr 9, 2009, at 07:00, Patricia A Moss wrote:
>
> > The ./configure completed without error, but the make did not. I
> > received the following:
> > libtool: link: cannot find the library
> `/disk01/httpd-2.2.11/srclib/
> > apr-util/libaprutil-1.la' or unhandled argument `/disk01/
> > httpd-2.2.11/srclib/apr-util/libaprutil-1.la'
> > make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1
> >
> > That library is actually located:
> > /usr/lib/libaprutil-1.la
> > /usr/local/apache2/lib/libaprutil-1.la
> > /usr/local/apr/lib/libaprutil-1.la
> >
> > Should I just copy the library from the apache2 directory into the
> > directory where it is trying to find it?
>
> I should probably stop trying to advise, as clearly the
> process differs from the one I'm familiar with. I'm sending
> your message back to the mailing list so someone else can
> give it a try.
>

I have recently build both Apache 2.2.11 and Subversion 1.6.0 (and other dependencies) from source on a RHEL4 systems. This is how I configured them

cd /usr/local/src/httpd-2.2.11
./configure --enable-modules=all --enable-mods-shared=all --enable-authn-dbm --enable-authn-alias --enable-authz-dbm --enable-authnz-ldap --enable-deflate --enable-logio --enable-mime-magic --enable-version --enable-ssl --enable-http --enable-dav --enable-cgi --enable-cgid --enable-dav-fs --enable-dav-lock --enable-vhost-alias --enable-ldap --with-ldap
make
make install
cd /usr/local/src/subversion-1.6.0
./configure --enable-shared --disable-static --with-apxs=/usr/local/apache2/bin/apxs --disable-mod-activation
make
make install

------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=1617536

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-09 22:31:28 CEST

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.