ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-users: [Wireshark-users] Building Wireshark on FreeBSD 4.11

From: "Tom Melendez" <tom@xxxxxxxxxxxx>
Date: Thu, 5 Jul 2007 21:34:30 -0700
(Possible repost - I didn't see it come through on my end and I just joined the list - I apologize if it really is a repost)

Hi Folks,

I'd like to use wireshark (tshark actually) on a FreeBSD 4.11 box.  I'm getting the following error while compiling with gcc-2.95:

dtd_grammar.c: In function `DtdParseTokenName':
dtd_grammar.c:405: warning: comparison between signed and unsigned
dtd_grammar.c: In function `yy_reduce':
dtd_grammar.c:1100: virtual memory exhausted

I'm also using glib-2.6.6.  Any ideas on how I can build this (hopefully without upgrading gcc, although if that is the bad news, then give it to me)?  My configure line is:

./configure --disable-wireshark --with-ssl --prefix=/usr/local/bin

Thanks,

Tom