Re: [Lessfs-users] hamsterdb is not found
Brought to you by:
mruijter
From: David H. R. C. <da...@ze...> - 2013-04-27 01:29:01
|
On Tue, Apr 16, 2013 at 01:22:37AM +0000, Gruher, Joseph R wrote: > > >>>> However, when I try to configure lessfs with the --with-hamsterdb flag, I get this error: > >>>> > >>>> configure: error: "Hamsterdb is not found" > > >> -----Original Message----- > >> From: David H. Rhodes Clymer [mailto:da...@ze...] > >> 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. > > Thanks for responding. On the hamsterdb install I just ran the "make install", so wherever installs to by default. > > I don't see any obvious clues in lessfs config.*. I have attached for reference. > > >> You didn't mention what version of lessfs you were trying to compile. > > This is with lessfs 1.5.13. It does seem to compile OK if I run make but since the configure throws an error I assume it is not set up correctly. I can even run the binaries but nothing seems to happen when I move data into the mounted lessfs (for example database never grows at all no matter how much random data I copy into the lessfs mount). I think these problems go back to hamsterdb and the configure failure. I am going to try with BDB and see if I get a better result. > > >> Does your config.log give you any hints? > > I don't see anything obvious. I have attached for reference. > It does appear to find header files for hamsterdb. However, looking at your config.log (starting line 1184), it appears that a test for a particular hamsterdb function fails. That suggests to me that the version of hamsterdb that lessfs requires is different from the version it is finding. -davidc |