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