On Sun, Jul 03, 2005 at 12:10:10PM +1000, Zoong PHAM wrote: > On Saturday, 2 July 2005 at 7:32:23 -0700, Matt Phillips wrote: > > Stupid question: what version of Apache do you actually have installed? > > 2.0.54 > > > OpenBSD still uses Apache 1.3.x by default; > > I know. And I have no plan to replace the default one. > > > you have to actually install > > Apache 2.x before subversion's going to work with it (duh). > > I did that. > Here are how I configured and compiled Apache-2.0.54: > $ ./configure --prefix=/usr/local/apache2 --enable-ssl --enable-dav > --enable-dav-fs > $ make; make install > > And hre are how I configured and compiled Subversion-1.2.0: > $ ./configure --prefix=/usr/local/subversion-1.2.0 --with-neon=/usr/local > --with-apr=/usr/local --with-apr-util=/usr/local --with-zlib --without-jdk > --with-apache=/var/www/home/zoong/tmp/httpd-2.0.54 > --with-editor=/usr/local/bin/vim --enable-dav --enable-so > > It is very much like the one in OBSD-3.7 /dev/subversion's Makefile.
if you want to use libtool from the port and not the libtool included in the subversion sources, which _might_ clear up your problem, you should set LIBTOOL in the environment. $ ./configure ... $ env LIBTOOL=/usr/local/bin/libtool make $ env LIBTOOL=/usr/local/bin/libtool make install -- <[EMAIL PROTECTED]>