[Date Prev][Date Next] [Chronological] [Thread] [Top]

Re: installation problems (ITS#128)



Sihem Amer-Yahia wrote:
> 
> >libdb_java?  Try LDFLAGS="-L/n/fs052/didi/db-2.7.3/lib"
> 
> i know but they don't have it in the distribution !

Like OpenLDAP, Sleepycat BerkeleyDB is a source distribution.
You must build it!  They have installation instructions in
the distribution and on their web site <http://www.sleepycat.com/>.

Also, I noticed you used LIBS="-lpthread -lposix4" and --without-threads.
Seems kind of pointless to link in pthread libraries if you aren't going
to use them.

Kurt