On Tue, 22 Feb 2005 18:29:10 +0100 Richard van den Berg <[EMAIL PROTECTED]> wrote:
> You need to have libmhash as a static library. See the mailing list > archives. Thank you very much. After some searching (a link from the archive page https://mailman.cs.tut.fi/pipermail/aide/ to http://www.mail-archive.com/aide%40cs.tut.fi/ would have been great), I found out how to do it in theorie: Mhash: ./configure --enable-static=yes --enable-shared=no make But make failed, when using version 0.9.1, or when configuring with --enable-shared=no So I dit it with 0.8.18, like this: ./configure --enable-static=yes make make install and everything went good. But then Aide: ./configure --with-extra-libs=-L/usr/src/mhash-0.8.18/lib/.libs/ --with-extra-includes=-I/usr/src/mhash-0.8.18/lib The result was again: > checking for mhash_get_block_size in -lmhash... no > configure: error: You must have libmhash properly installed. The same problem, when just typing: ./configure Thanks in advance Jan Trukenm�ller _______________________________________________ Aide mailing list [email protected] https://mailman.cs.tut.fi/mailman/listinfo/aide
