------------------------------
Message: 4
Date: Tue, 27 Jun 2006 17:03:22 +0800
From: " ?? " <zrong.xu@xxxxxxxxx>
Subject: Re: [Wireshark-users] Installation problem on FC4
To: Wireshark-users@xxxxxxxxxxxxx
Message-ID:
<207aa9ac0606270203hf9178a1v3d29805c5f13e0aa@xxxxxxxxxxxxxx>
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Hi,Grepet Cyril
./configure --without-net-snmp --without-ucd-snmp
then recompile the source ....
--with-net-snmp[=PATH] use Net-SNMP library (with PATH as the location of the
net-snmp-config shell script that comes with the net-snmp package, if supplied)
[default=yes, if available]
--with-ucd-snmp[=DIR] use UCD SNMP client library (located in directory DIR,
if supplied). [default=yes, if available]
------------------------------
_______________________________________________
Wireshark-users mailing list
Wireshark-users@xxxxxxxxxxxxx
http://www.wireshark.org/mailman/listinfo/wireshark-users
End of Wireshark-users Digest, Vol 1, Issue 15
**********************************************
Hello Zrong.xu
Thanks a lot, my first problem is solve :)
But i have a new compilation error now :(
May you help me again ?
/In file included from /usr/include/glib-2.0/glib/gmacros.h:36,
from /usr/lib/glib-2.0/include/glibconfig.h:9,
from /usr/include/glib-2.0/glib/gtypes.h:30,
from /usr/include/glib-2.0/glib/galloca.h:30,
from /usr/include/glib-2.0/glib.h:30,
from version_info.c:29:
/usr/lib/gcc/i386-redhat-linux/4.0.2/include/stddef.h:152: erreur:
syntax error before ‘typedef’
make[2]: *** [version_info.o] Erreur 1
make[2]: Leaving directory `/work/wireshark-0.99.1pre1'
make[1]: *** [all-recursive] Erreur 1
make[1]: Leaving directory `/work/wireshark-0.99.1pre1'
make: *** [all] Erreur 2/
Regards