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

Re: Solaris report: svn 0.37 success on sparc solaris 8 (was: Solaris report: Subversion-1.0.0)

From: anton <anton_at_nezzwerk.com>
Date: 2004-02-24 18:06:18 CET

quick informal notes for 0.37 installation (same as 1.0.0) on sparc
solaris 8 (i have been using it on solaris since 0.25):

grab latest:
============

* autoconf (http://www.sunfreeware.com)
* libtool (http://www.sunfreeware.com)
* berkeley db (http://www.sleepycat.com/download/patchlogs.shtml)

cd /usr/lib; ln -s /usr/local/bdb/db/lib/libdb-4.1.so libdb-4.1.so

(you also might have to install python and gcc (or at least libgcc))

apache:
=======

* grab latest apache2
* at the top of the httpd-2.0 tree:

./buildconf
./configure --prefix=/opt/apache2/apache_2.0.48 --enable-dav=shared
--enable-so --with-dbm=db4 --with-berkeley-db=/usr/local/bdb/db
--with-gdbm=no --enable-deflate=shared
make && make instal

* make sure symlink /opt/apache2/apache points to the version you just
installed
* if buildconf fails with /usr/ccs/bin/m4 error, you might have to
symlink it to correct m4 under /usr/local/bin/m4

subversion:
===========

* at the top of the subversion installation tree run

./autogen.sh
./configure --with-apxs=/opt/apache2/apache/bin/apxs --prefix=/usr/local
--with-berkeley-db=/usr/local/bdb/db --with-apr=/opt/apache2/apache
--with-zlib=yes --with-apr-util=/opt/apache2/apache
make && make install

all in all, it is not as seamless as it should have been. but this list
was a great help.

-a

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Feb 24 18:06:34 2004

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.