You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by solo turn <so...@yahoo.com> on 2003/11/17 15:41:45 UTC

db40 configure problem solaris8

do you know what might be wrong when doing the following:

$ svn up
...
$ ./configure --prefix=/usr/local/svn-0.33 --with-berkeley-db=/usr/local/db40
--with-apxs=/usr/local/bin/apxs --with-apr=/usr/local --with-apr-util=/usr/local
--with-neon=/usr/local/neon-0.24.4/ --disable-static
...
checking for Apache module support via DSO through APXS... found at /usr/local/bin/apxs
checking httpd version... recent enough
checking for socket in -lsocket... yes
checking for Berkeley DB in /usr/local/db40 (as db4)... no
checking for Berkeley DB in /usr/local/db40 (as db)... no
configure: error: Could not find Berkeley DB 4.0.14 with names: db4 db

$ ls /usr/local/db40/
bin      docs     include  lib
$ ls /usr/local/db40/include/
cxx_common.h  cxx_except.h  db.h          db_cxx.h
$ ls /usr/local/db40/
bin      docs     include  lib
$ ls /usr/local/db40/lib/
libdb-4.0.a       libdb-4.so        libdb_tcl-4.0.a   libdb_tcl-4.so
libdb-4.0.la      libdb.a           libdb_tcl-4.0.la  libdb_tcl.so
libdb-4.0.so      libdb.so          libdb_tcl-4.0.so

how does this config-skript expect db4? db4 was installed with:
../dist/configure --prefix=/usr/local/db40 --enable-test --with-tcl=/usr/local/lib
make
make install



__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: db40 configure problem solaris8

Posted by solo turn <so...@yahoo.com>.
--- solo turn <so...@yahoo.com> wrote:
> another thing:
> having no working unix client any more, is there a possibility to do an "svn up" and getting
> unix-style line endings, so compiling does work again?
of course we have samba and are able to do "svn up".

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: db40 configure problem solaris8

Posted by solo turn <so...@yahoo.com>.
thanks, now it works ... but:

should this work like this? whats the point of using configure then?
there is a -R flag, which configure should set by itself?
or you mean the bdb test in configure has a bug?


another thing:
having no working unix client any more, is there a possibility to do an "svn up" and getting
unix-style line endings, so compiling does work again?



--- Ben Collins-Sussman <su...@collab.net> wrote:
> On Mon, 2003-11-17 at 09:41, solo turn wrote:
> 
> > $ ./configure --prefix=/usr/local/svn-0.33 --with-berkeley-db=/usr/local/db40
> 
> Put /usr/local/db40 into your LD_LIBRARY_PATH.  That's the reason
> configure's tests are failing.
> 
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: dev-help@subversion.tigris.org
> 


__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

Re: db40 configure problem solaris8

Posted by Ben Collins-Sussman <su...@collab.net>.
On Mon, 2003-11-17 at 09:41, solo turn wrote:

> $ ./configure --prefix=/usr/local/svn-0.33 --with-berkeley-db=/usr/local/db40

Put /usr/local/db40 into your LD_LIBRARY_PATH.  That's the reason
configure's tests are failing.



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org