You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ro...@ga.gov.au on 2004/02/04 04:12:42 UTC

Install on Solaris2.6 fails as Berkeley not found

Hello everybody

I've been trying to compile the Subversion 0.37 on Solaris with Berkeley
4.1.25

Everything goes OK until I type in the command: 

./configure --with-berkeley-db=/export/packages/BerkeleyDB.4.1

This fails and tells me that I don't have Berkeley installed, but it is
installed in the directory above.

Any help greatly appreciated :)

Rob.

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


Re: Install on Solaris2.6 fails as Berkeley not found

Posted by Seth Falcon <sf...@fhcrc.org>.
You may want to try:

  $ export LD_LIBRARY_PATH=/export/packages/BerkeleyDB.4.1
  $ ./configure --with-berkeley-db=/export/packages/BerkeleyDB.4.1


  
On Wed, Feb 04, 2004 at 03:12:42PM +1100, Robin.Mules@ga.gov.au wrote:
> Hello everybody
> 
> I've been trying to compile the Subversion 0.37 on Solaris with Berkeley
> 4.1.25
> 
> Everything goes OK until I type in the command: 
> 
> ./configure --with-berkeley-db=/export/packages/BerkeleyDB.4.1
> 
> This fails and tells me that I don't have Berkeley installed, but it is
> installed in the directory above.
> 
> Any help greatly appreciated :)
> 
> Rob.
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 
> 


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

Re: Install on Solaris2.6 fails as Berkeley not found

Posted by John Peacock <jp...@rowman.com>.
Robin.Mules@ga.gov.au wrote:
> ./configure --with-berkeley-db=/export/packages/BerkeleyDB.4.1
> 

I strongly recommend that you install BerkeleyDB.4.2 instead; there are known 
issue with multiple CPU's, plus you don't get the nice autoclean log feature 
until 4.2.

In addition, you didn't say whether you weren't building Apache.  If you _are_ 
building Apache, this is a much more effective way to build svn:

   ./configure --with-apxs=/usr/local/apache2/bin/apxs

so that subversion will automatically use whatever BDB library that Apache is 
already using.  This is much more foolproof than the way you are currently doing it.

HTH

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4720 Boston Way
Lanham, MD 20706
301-459-3366 x.5010
fax 301-429-5747


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