Re: [Lessfs-users] hamsterdb is not found
Brought to you by:
mruijter
From: David H. R. C. <da...@ze...> - 2013-04-16 01:41:36
|
On Tue, Apr 09, 2013 at 05:20:20PM +0000, Gruher, Joseph R wrote: > Hello- > > I am trying to set up lessfs with hamsterdb. I have hamsterdb installed, basically I copied down the 2.1.0 tree, extracted, configured, then ran make and make install. Everything ran successfully as far as I can tell. > > However, when I try to configure lessfs with the --with-hamsterdb flag, I get this error: > > configure: error: "Hamsterdb is not found" > > Does anyone have any suggestions as to the cause? I am running on Ubuntu 12.10. I can provide a more complete log of how the system has been set up if that would be of interest. > I would guess that it is not finding the development files for hamsterdb. Where was hamsterdb installed? Perhaps you will have to mess with CPPFLAGS, LIBS, or LDFLAGS. You didn't mention what version of lessfs you were trying to compile. Does your config.log give you any hints? -davidc |