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

Subversion 1.6 and Apache 2.2.11 problems

From: Patricia A Moss <pmoss4_at_csc.com>
Date: Wed, 8 Apr 2009 07:56:45 -0400

I am trying to get Subversion 1.6 built correctly. I followed these
steps:

httpd-2.2.11
 
Download httpd-2.2.11
Unpack it (tar xvzf httpd-2.2.11.tar.gz)
cd httpd-2.2.11
./buildconf
./configure --enable-dav --enable-so --with-included-apr
make
su root
make install
 
SVN
Download svn 1.6 from
http://subversion.tigris.org/downloads/subversion-1.6.0.tar.gz
Unpack it (tar xvzf subversion-1.6.0.tar.gz)
cd subversion-1.6.0
rm –rf apr apr-utils
ln –s ../httpd-2.2.11/srclib/apr apr
ln –s ../httpd-2.2.11/srclib/apr-utils apr-utils
./autogen.sh
./configure --with-apr=/disk01/subversion-1.6.0/apr/
--with-apr-util=/disk01/subversion-1.6.0/apr-util/
make
make install

 I got as far as the make command in the subversion directory and received
this error:
libtool: link: cannot find the library
`/disk01/subversion-1.6.0/apr-util/libaprutil-1.la' or unhandled argument
`/disk01/subversion-1.6.0/apr-util/libaprutil-1.la'
make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1

I have been struggling with this for some time and can not figure out the
correct way to get this configured with the right version of the APR
libraries. Can someone please assist? Thank you.

PATI MOSS
System Engineer Sr. Professional
CSC

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-04-08 13:59:44 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.