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

Building Subversion

From: Oxley, David <David.Oxley_at_workplace-systems.plc.uk>
Date: 2003-01-20 14:50:03 CET

I have a Subversion src tree of 0.16 and built it against Apache 2.0.43 with
the following commands:

./autogen.sh

./configure --prefix=/usr/local/subversion
--with-apxs=/usr/local/apache-2.0.43/bin/apxs --with-ssl --with-force-ssl

make clean

make

make install

 

I just upgraded to 2.0.44 from the same src tree using these commands:

./autogen.sh

./configure --prefix=/usr/local/subversion
--with-apxs=/usr/local/apache-2.0.44/bin/apxs --with-ssl --with-force-ssl

make clean

make

make install

 

but when 'make install' runs it installs to the apache 2.0.43 directory.

Should make clean be run before configure? Any other ideas?

Dave.

________________________________________________________________________
This e-mail has been scanned for all viruses by Star Internet. The
service is powered by MessageLabs. For more information on a proactive
anti-virus service working around the clock, around the globe, visit:
http://www.star.net.uk
________________________________________________________________________
Received on Mon Jan 20 19:29:40 2003

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.