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

Re: make fails on sparc solaris 5.8

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-07-10 17:08:43 CEST

anton <anton@nezzwerk.com> writes:

> ./autogen.sh
> ./configure --with-apxs=/opt/apache2/apache/bin/apxs
> --prefix=/tmp/svn_install --with-berkeley-db=/usr/local/bdb/db
> --with-apr=/opt/apache2/apache --with-apr-util=/opt/apache2/apache
> make
>
> (i did have to edit out -lgdbm and -lz from the Makefile as before)

Editing the Makefile like that won't work! If you want to build
without gdbm then use --with-gdbm=no when you configure Apache. If
you want to build without zlib then use --with-zlib=no when you
configure Subversion.

No wonder you get complaints about missing gdbm symbols!

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Jul 10 17:09:45 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.