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

Re: tarball compile on HP-UX 11 can't find db4 but is installed

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-06-26 15:35:19 CEST

Alexis Huxley <ahuxley@gmx.net> writes:

> checking for Berkeley DB in /home/ahuxley/opt/HP-UX_B.11.00/db4... no
> configure: error: Could not find Berkeley DB 4.0.14.

There should be a file called config.log in the directory where you
ran configure. That should contain details of the test that failed.
At a guess I would assume that the db4 library was not found at
runtime, in which case you need to do whatever is necessary for HPUX
to find runtime libraries -- perhaps add the directory
/home/ahuxley/opt/HP-UX_B.11.00/db4/lib to the environment variable
LD_LIBRARY_PATH.

-- 
Philip
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jun 26 15:35:50 2002

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.