Hi,
Thank you for replying me.
From: Marcus Rueckert <darix@web.de>
Subject: Re: [PATCH] Correct error in printing FS module list
Date: Thu, 31 Mar 2005 06:47:15 +0200
> > The following repository back-end (FS) modules are available:
> >
> > * fs_base : ^Cq^B
> > * fs_fs : Module for working with a plain file (FSFS) repository.
>
> [[[
> The following repository back-end (FS) modules are available:
>
> * fs_fs : Module for working with a plain file (FSFS) repository.
> ]]]
>
> my configure line was
>
> [[[
> $ cat config.nice
> #! /bin/sh
> #
> # Created by configure
>
> "./configure" \
> "--enable-maintainer-mode" \
> "--with-apxs=/opt/apache2.1/bin/apxs" \
> "--with-apr=/opt/apache2.1" \
> "--with-apr-util=/opt/apache2.1/" \
> "--disable-javahl" \
> "--with-neon=/usr" \
> "--without-berkeley-db" \
> "--disable-dso" \
> "--prefix=/opt/apache2.1" \
> "$@"
> ]]]
Mine was:
#! /bin/sh
#
# Created by configure
"./configure" \
"--prefix=/home/nori1/tmp" \
"$@"
When building, I don't specify "--without-berkeley-db" explicitly,
but I do not compile with bdb source, so it is implicitly specified.
It is no problem, I think.
I always do so.
> maybe some build error on your side? i had similar funny issues when
> en-/disabling bdb in between. i needed a "make clean" to get rid of it.
> i have to second i have a fully working bdb to build against.
Oh, really?
I ran 'make clean' and rebuilt from './autogen.sh' and './configure
--prefix=$HOME/tmp', but failed.
Also I updated source and recompiled against r13800, but it occurs too...
What should I check...?
Thanks,
- nori
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 31 11:58:00 2005