You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by ha...@datacon.at on 2003/05/07 15:25:43 UTC

bekeley database problem with subversion




Hi everybody,

i´m trying to install subversion with http support.
everything works fine until i want to compile the subversion with berkeley
support.
then i get this error.

checking for Berkeley DB in /usr/local/subversion-0.21.0 (as db4)... no
checking for Berkeley DB in /usr/local/subversion-0.21.0 (as db)... no
configure: error: Could not find Berkeley DB 4.0.14 with names: db4 db


I´m using debian, the apache 2.0.45 and the berkely database db-4.0.14.

can anybody tell me what is wrong?

thanks
hannes




Hannes Holzhammer
Internal Systemadministration
mailto:hannes.holzhammer@datacon.at

Datacon Semiconductor Equipment GmbH
Innstrasse 16, 6240 Radfeld
Phone: ++43-5337-600-632
Handy: ++43 664 255 0827
Fax-ext.: ++43-5337-600-660
World Wide Web: http://www.datacon.at/


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


Re: bekeley database problem with subversion

Posted by Roland Bramm <ro...@butlers-djihad.de>.
At 17:25 Uhr +0200 07.05.2003, hannes.holzhammer@datacon.at wrote:
>Hi everybody,
>
>i´m trying to install subversion with http support.
>everything works fine until i want to compile the subversion with berkeley
>support.
>then i get this error.
>
>checking for Berkeley DB in /usr/local/subversion-0.21.0 (as db4)... no
>checking for Berkeley DB in /usr/local/subversion-0.21.0 (as db)... no
>configure: error: Could not find Berkeley DB 4.0.14 with names: db4 db
>
>
>I´m using debian, the apache 2.0.45 and the berkely database db-4.0.14.
>
>can anybody tell me what is wrong?

maybe you berkeley DB is in a starnge place
make the cnfig of svn like
./ configure --with-berkeley-db="Path to your berekley DB"

if there is still somthin strange (in the macosXcase the include path 
of the db ist uncommen)
you can set the include files per
setenv CPPFLAGS "-I Path"

regards Roland

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