PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : Tcpdump 3.6.2 und Libpcap 0.6.2


12.02.01, 22:57
Hi zusammen,

ich habe mir die o.g. Quellpakete gezogen und beide entpackt. Nach dem Kompilieren von libpcap bin ich ins Verzeichnis von Tcpdump gewechselt und habe dann versucht, auch Tcpdump zu kompilieren - Fehlanzeige.

Nach ->

./configure
make

erscheint immer folgende Fehlermeldung


gcc -O2 -DHAVE_CONFIG_H -I. -I../libpcap-0.6.2 -I./missing -I/usr/include -I/us
r/include/openssl -c ./print-snmp.c
./print-snmp.c: In function `smi_check_range':
./print-snmp.c:970: structure has no member named `module'
./print-snmp.c:970: too many arguments to function `smiGetFirstRange'
./print-snmp.c:987: structure has no member named `parentmodule'
./print-snmp.c:987: structure has no member named `parentname'
./print-snmp.c:992: structure has no member named `parentmodule'
./print-snmp.c:993: structure has no member named `parentname'
./print-snmp.c: In function `smi_print_variable':
./print-snmp.c:1020: structure has no member named `module'
./print-snmp.c: In function `smi_print_value':
./print-snmp.c:1073: structure has no member named `typemodule'
./print-snmp.c:1073: structure has no member named `typename'
./print-snmp.c:1083: structure has no member named `basetype'
./print-snmp.c:1112: structure has no member named `module'
./print-snmp.c:1132: structure has no member named `basetype'
./print-snmp.c:1133: structure has no member named `typemodule'
./print-snmp.c:1133: structure has no member named `typename'
./print-snmp.c:1134: structure has no member named `typemodule'
./print-snmp.c:1135: structure has no member named `typename'
./print-snmp.c:1135: too many arguments to function `smiGetFirstNamedNumber'
make: *** [print-snmp.o] Error 1


Kann jemand diesen Fehler deuten bzw. hat die neue Version von Tcpdump schon installiert?

Danke im voraus.

Thomas