[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Berkeley 4 / DAV install problem.

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-03-02 16:37:31 CET

On Sunday, March 2, 2003, at 10:33 AM, Garrett Rooney wrote:

>
> On Sunday, March 2, 2003, at 05:11 AM, Fredrik Karlsson wrote:
>
>> Hi,
>>
>> Trying ot install subversion, but I cannot get it to compile with my
>> compiled version of db4.
>>
>> The configure command used is:
>> ./configure --enable-ssl --enable-dav --enable-dav-fs
>> --libdir=/usr/local/BerkeleyDB.4.0/lib
>> --includedir=/usr/local/BerkeleyDB.4.0/include --with-dbm=db4
>
> try "--with-berkeley-db=/usr/local/BerkeleyDB.4.0/include".

crap, cut and pasto. it either needs to be
"--with-berkeley-db=/usr/local/BerkeleyDB.4.0" or
"--with-berkeley-db=/usr/local/BerkeleyDB.4.0/include:/usr/local/
BerkeleyDB.4.0/lib". the first option should work, the second is only
needed if the includes and libs are in nonstandard locations...

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Mar 2 16:38:16 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.