[Oisf-users] Bug in compilation
Travel Factory S.r.l.
mc8647 at mclink.it
Thu Jun 7 10:03:09 UTC 2012
git clone ....
autogen.sh
./configure (no parameters)
make
detect-filemd5.c: In function DetectFileMd5Match:
detect-filemd5.c:165:53: error: File has no member named md5
detect-filemd5.c:165:71: error: File has no member named md5
detect-filemd5.c: At top level:
detect-filemd5.c:121:12: warning: MD5MatchLookupString defined but not
used
make[3]: *** [detect-filemd5.o] Error 1
I think this is a bug since member md5 is guarded by defines in
util-file.h:
#ifdef HAVE_NSS
HASHContext *md5_ctx;
uint8_t md5[MD5_LENGTH];
#endif
I installed libnss/nspr and had to specify their location on configure
line, also if I installed them using standard apt-get.
More information about the Oisf-users
mailing list