On Thu, Jun 9, 2011 at 9:45 AM, ZXGLOSTER118, ext <
ext.ZXGLOSTER118_at_astrium.eads.net> wrote:
> Hi,
>
> I’m trying to install subversion 1.6.15 without bekerley DB (which is not
> installed).
>
> I have launch the command ./configure –without-berkeley-db but when doing
> make install the following error occurs:
>
> grep: can't open /usr/local/BerkeleyDB.4.2/lib/libdb-4.2.la
>
> Can't open /usr/local/BerkeleyDB.4.2/lib/libdb-4.2.la
>
> libtool: link: `/usr/local/BerkeleyDB.4.2/lib/libdb-4.2.la' is not a valid
> libtool archive
>
> make: *** [subversion/libsvn_subr/libsvn_subr-1.la] Error 1
>
>
>
> How could I resolve this error ?
>
>
>
>
>
First: if you're building by hand, grab 1.6.17 for the latest updates.
Second. Why does it think Berkeley DB is install in
/usr/local/BerkeleyDB.4.2? You should be able to run "sh -x configure
--without-berkeley-db" or something like it and see what happens.
Received on 2011-06-10 03:05:23 CEST