[Oisf-users] Bug in compilation
Victor Julien
victor at inliniac.net
Thu Jun 7 10:09:11 UTC 2012
On 06/07/2012 12:03 PM, Travel Factory S.r.l. wrote:
>
> 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
Yes, I just fixed this today. Please resync your git.
>
> I installed libnss/nspr and had to specify their location on configure
> line, also if I installed them using standard apt-get.
Yeah you need to specify it, might look at that later.
--
---------------------------------------------
Victor Julien
http://www.inliniac.net/
PGP: http://www.inliniac.net/victorjulien.asc
---------------------------------------------
More information about the Oisf-users
mailing list