Freetz stable tcpdump error

mcblack

Neuer User
Mitglied seit
14 Apr 2009
Beiträge
7
Punkte für Reaktionen
0
Punkte
0
Hi Leute ich habe hier ein kleines Problem mit der Erstellung eines neuen Images.

Sobald ich tcpdump hinzufüge bekomme ich folgende Meldung beim compilen :
[Edit frank_m24: Bitte benutzt CODE Tags für solche Ausgaben.]
Code:
configure.in:15: warning: AC_REQUIRE: `AC_PROG_CC' was expanded before it was required
../../lib/autoconf/c.m4:433: AC_LANG_COMPILER(C) is expanded from...
../../lib/autoconf/lang.m4:315: AC_LANG_COMPILER_REQUIRE is expanded from...
../../lib/autoconf/general.m4:2593: AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from...
aclocal.m4:45: AC_LBL_C_INIT is expanded from...
configure.in:15: the top level
configure: WARNING: unrecognized options: --with-gnu-ld, --disable-nls
configure: loading cache /home/mcblack/freetz-stable/make/config.cache
checking build system type... (cached) i386-pc-linux-gnu checking host system type... (cached) mipsel-unknown-linux-gnu
./configure: line 2548: syntax error near unexpected token `newline'
./configure: line 2548: `yes:'
make: *** [source/tcpdump-3.9.8/.configured] Error 2

Kann mir hier vielleicht jemand weiterhelfen ??

Bin für jeden Hinweis dankbar.

Gruß

McBlack
 
Was steht denn so auf

line 2548

in Deiner

.configure Datei?
 
Hi, also der Text vorher sieht so aus :
[Edit frank_m24: Bitte benutzt CODE Tags für solche Ausgaben.]
Code:
touch source/tcpdump-3.9.8/.unpacked
( cd source/tcpdump-3.9.8;  rm -f config.{cache,status} ; autoconf --force ; source /home/mcblack/freetz-stable/make/config.mipsel ;  PATH="/home/mcblack/freetz-stable/toolchain/target/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" CC="/home/mcblack/freetz-stable/toolchain/target/bin/mipsel-linux-uclibc-gcc" CXX="/home/mcblack/freetz-stable/toolchain/target/bin/mipsel-linux-uclibc-g++-uc" CFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CXXFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" LDFLAGS="" GLOBAL_LIBDIR=/home/mcblack/freetz-stable/toolchain/build/gcc-4.2.1-uClibc-0.9.29/mipsel-linux-uclibc/usr/lib BUILD_CC="/home/mcblack/freetz-stable/toolchain/target/bin/mipsel-linux-uclibc-gcc" HOSTCC="gcc" td_cv_buggygetaddrinfo="no" ./configure   --cache-file=/home/mcblack/freetz-stable/make/config.cache --target=mipsel-linux --host=mipsel-linux --build=i386-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --datadir=/usr/share --includedir=/usr/include --infodir=/usr/share/info --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var --mandir=/usr/share/man --sbindir=/usr/sbin --sysconfdir=/etc --with-gnu-ld --disable-nls  --disable-ipv6 --without-crypto )
configure.in:15: warning: AC_REQUIRE: `AC_PROG_CC' was expanded before it was required
../../lib/autoconf/c.m4:433: AC_LANG_COMPILER(C) is expanded from...
../../lib/autoconf/lang.m4:315: AC_LANG_COMPILER_REQUIRE is expanded from...
../../lib/autoconf/general.m4:2593: AC_COMPILE_IFELSE is expanded from...
../../lib/autoconf/general.m4:2601: AC_TRY_COMPILE is expanded from...
aclocal.m4:45: AC_LBL_C_INIT is expanded from...
configure.in:15: the top level
configure: WARNING: unrecognized options: --with-gnu-ld, --disable-nls
configure: loading cache /home/mcblack/freetz-stable/make/config.cache
checking build system type... (cached) i386-pc-linux-gnu
checking host system type... (cached) mipsel-unknown-linux-gnu
./configure: line 2548: syntax error near unexpected token `newline'
./configure: line 2548: `yes:'
make: *** [source/tcpdump-3.9.8/.configured] Error 2
 
@mcblack: Welche Build-Umgebung verwendest Du? Ubuntu karmic? Oder sonst welche mit autoconf >= 2.64 als default. Versuch eine ältere autoconf-Version zu installieren (unter karmic z.B. das Paket autoconf2.59) und ersetze in der Zeile autoconf durch autoconf2.59 und schaue ob's was bringt (tcpdump-dirclean nicht vergessen)
 
Hi,

@mcblack: Welche Build-Umgebung verwendest Du? Ubuntu karmic?

genau das.

Habe ein autoconf 2.63 für ubuntu 9.10 installiert und schon hats funktioniert.

Danke für den Tip !!!

Wie bist Du darauf gekommen ?
 
@er13 danke für den Tip.

War bei mir das selbe. Aktuelles Ubuntu Karmic mit autoconf Version 2.64.
Lösung war die von die beschriebene, habe für Leute, die es betrifft einen Patch erstellt, siehe Anhang.

Vorgehen also:
Patch downloaden und ins Freetz-Verzeichnis packen, dann
Code:
sudo apt-get install autoconf2.59
patch -p0 < tcpdump.patch.txt
make tcpdump-dirclean
make

Mit besten Dank, Matze
 

Anhänge

  • tcpdump.patch.txt
    433 Bytes · Aufrufe: 92
@Matze: könntest Du bitte testen, ob der angehängte Patch das Problem unter karmic löst, bin noch nicht auf karmic umgestiegen und fürs autoconf-manuell-updaten bin ich zu faul. Danke!
 

Anhänge

  • tcpdump_autoconf2.64-fix.patch.txt
    2.5 KB · Aufrufe: 40
Der build lief gestern abend bei mir durch damit. :)
 
Mit ausgewähltem Paket "tcpdump" geht die Erstellung des Images bei mir nicht.
Build-Umgebung: Ubuntu Gutsy
autoconf ist 2.61-4 (<2.64)

Log auf Level2:
Code:
make
mkdir -p packages/tcpdump-3.9.8/root
if test -d make/tcpdump/files; then tar -c -C make/tcpdump/files --exclude=.svn . | tar -x -C packages/tcpdump-3.9.8 ; fi
rm -f -r source/tcpdump-3.9.8
tar -C source -v -xzf dl/tcpdump-3.9.8.tar.gz
tcpdump-3.9.8/./
tcpdump-3.9.8/./print-atm.c
tcpdump-3.9.8/./nfsfh.h
tcpdump-3.9.8/./missing/
tcpdump-3.9.8/./missing/strlcat.c
tcpdump-3.9.8/./missing/sockstorage.h
tcpdump-3.9.8/./missing/getnameinfo.c
tcpdump-3.9.8/./missing/bittypes.h
tcpdump-3.9.8/./missing/snprintf.c
tcpdump-3.9.8/./missing/strsep.c
tcpdump-3.9.8/./missing/addrsize.h
tcpdump-3.9.8/./missing/resolv_ext.h
tcpdump-3.9.8/./missing/addrinfo.h
tcpdump-3.9.8/./missing/CVS/
tcpdump-3.9.8/./missing/CVS/Entries
tcpdump-3.9.8/./missing/CVS/Root
tcpdump-3.9.8/./missing/CVS/Repository
tcpdump-3.9.8/./missing/CVS/Tag
tcpdump-3.9.8/./missing/inet_aton.c
tcpdump-3.9.8/./missing/datalinks.c
tcpdump-3.9.8/./missing/dlnames.c
tcpdump-3.9.8/./missing/strlcpy.c
tcpdump-3.9.8/./missing/getaddrinfo.c
tcpdump-3.9.8/./missing/inet_ntop.c
tcpdump-3.9.8/./missing/strdup.c
tcpdump-3.9.8/./missing/inet_pton.c
tcpdump-3.9.8/./missing/resolv6.h
tcpdump-3.9.8/./ieee802_11_radio.h
tcpdump-3.9.8/./mib.h
tcpdump-3.9.8/./print-hsrp.c
tcpdump-3.9.8/./print-mobility.c
tcpdump-3.9.8/./Makefile-devel-adds
tcpdump-3.9.8/./cpack.h
tcpdump-3.9.8/./print-pim.c
tcpdump-3.9.8/./ipproto.h
tcpdump-3.9.8/./print-rip.c
tcpdump-3.9.8/./smb.h
tcpdump-3.9.8/./print-eap.c
tcpdump-3.9.8/./bootp.h
tcpdump-3.9.8/./rpc_auth.h
tcpdump-3.9.8/./print-beep.c
tcpdump-3.9.8/./pmap_prot.h
tcpdump-3.9.8/./parsenfsfh.c
tcpdump-3.9.8/./LICENSE
tcpdump-3.9.8/./sctpConstants.h
tcpdump-3.9.8/./print-ntp.c
tcpdump-3.9.8/./nlpid.h
tcpdump-3.9.8/./print-olsr.c
tcpdump-3.9.8/./print-rt6.c
tcpdump-3.9.8/./oui.c
tcpdump-3.9.8/./print-smb.c
tcpdump-3.9.8/./PLATFORMS
tcpdump-3.9.8/./config.h.in
tcpdump-3.9.8/./.cvsignore
tcpdump-3.9.8/./print-icmp6.c
tcpdump-3.9.8/./machdep.c
tcpdump-3.9.8/./print-ip.c
tcpdump-3.9.8/./CHANGES~
tcpdump-3.9.8/./l2vpn.c
tcpdump-3.9.8/./ieee802_11.h
tcpdump-3.9.8/./ether.h
tcpdump-3.9.8/./print-telnet.c
tcpdump-3.9.8/./ospf.h
tcpdump-3.9.8/./tftp.h
tcpdump-3.9.8/./print-ipx.c
tcpdump-3.9.8/./oakley.h
tcpdump-3.9.8/./print-cip.c
tcpdump-3.9.8/./print-aodv.c
tcpdump-3.9.8/./nfs.h
tcpdump-3.9.8/./config.sub
tcpdump-3.9.8/./ip6.h
tcpdump-3.9.8/./rpc_msg.h
tcpdump-3.9.8/./sctpHeader.h
tcpdump-3.9.8/./gmt2local.c
tcpdump-3.9.8/./extract.h
tcpdump-3.9.8/./enc.h
tcpdump-3.9.8/./Readme.Win32
tcpdump-3.9.8/./tcpdump-stdinc.h
tcpdump-3.9.8/./ipx.h
tcpdump-3.9.8/./ip.h
tcpdump-3.9.8/./print-sunatm.c
tcpdump-3.9.8/./print-frag6.c
tcpdump-3.9.8/./setsignal.h
tcpdump-3.9.8/./send-ack.awk
tcpdump-3.9.8/./print-chdlc.c
tcpdump-3.9.8/./print-netbios.c
tcpdump-3.9.8/./print-ppp.c
tcpdump-3.9.8/./af.h
tcpdump-3.9.8/./pcap_dump_ftell.c
tcpdump-3.9.8/./tests/
tcpdump-3.9.8/./tests/print-capX.out
tcpdump-3.9.8/./tests/isakmp1.out
tcpdump-3.9.8/./tests/lmp.pcap
tcpdump-3.9.8/./tests/isakmp2.sh
tcpdump-3.9.8/./tests/mpls-ldp-hello.pcap
tcpdump-3.9.8/./tests/08-sunrise-sunset-aes.puu
tcpdump-3.9.8/./tests/.#esp1.out.1.3
tcpdump-3.9.8/./tests/chdlc-slarp.pcap
tcpdump-3.9.8/./tests/esp1.gdbinit
tcpdump-3.9.8/./tests/02-sunrise-sunset-esp.pcap
tcpdump-3.9.8/./tests/isakmp-identification-segfault.pcap
tcpdump-3.9.8/./tests/isakmp4.sh
tcpdump-3.9.8/./tests/isakmp4.new
tcpdump-3.9.8/./tests/isakmp-delete-segfault.pcap
tcpdump-3.9.8/./tests/eapon1.sh
tcpdump-3.9.8/./tests/esp2.sh
tcpdump-3.9.8/./tests/.cvsignore
tcpdump-3.9.8/./tests/mpls-traceroute.pcap
tcpdump-3.9.8/./tests/isakmp-identification-segfault.puu
tcpdump-3.9.8/./tests/isakmp3.sh
tcpdump-3.9.8/./tests/print-flags.puu
tcpdump-3.9.8/./tests/print-flags.sh
tcpdump-3.9.8/./tests/print-x.out
tcpdump-3.9.8/./tests/eapon1.new
tcpdump-3.9.8/./tests/print-flags.pcap
tcpdump-3.9.8/./tests/isakmp4500.puu
tcpdump-3.9.8/./tests/print-X.new
tcpdump-3.9.8/./tests/mpls-ldp-hello.out
tcpdump-3.9.8/./tests/.#mpls-ldp-hello.out.1.3
tcpdump-3.9.8/./tests/isakmp3.new
tcpdump-3.9.8/./tests/mpls-ldp-hello.new
tcpdump-3.9.8/./tests/bgp_vpn_attrset.out
tcpdump-3.9.8/./tests/rsvp-infinite-loop.pcap
tcpdump-3.9.8/./tests/esp0.sh
tcpdump-3.9.8/./tests/alltests.sh
tcpdump-3.9.8/./tests/print-xx.new
tcpdump-3.9.8/./tests/lmp.new
tcpdump-3.9.8/./tests/esp3.sh
tcpdump-3.9.8/./tests/ospf-gmpls.new
tcpdump-3.9.8/./tests/espudp1.pcap
tcpdump-3.9.8/./tests/lspping-fec-ldp.pcap
tcpdump-3.9.8/./tests/print-capXX.out
tcpdump-3.9.8/./tests/.#esp2.out.1.3
tcpdump-3.9.8/./tests/isakmp-delete-segfault.puu
tcpdump-3.9.8/./tests/.#esp5.out.1.2
tcpdump-3.9.8/./tests/.#ospf-gmpls.out.1.3
tcpdump-3.9.8/./tests/espudp1.out
tcpdump-3.9.8/./tests/lmp.puu
tcpdump-3.9.8/./tests/02-sunrise-sunset-esp.puu
tcpdump-3.9.8/./tests/bgp_vpn_attrset.sh
tcpdump-3.9.8/./tests/espudp1.puu
tcpdump-3.9.8/./tests/esp-secrets.txt
tcpdump-3.9.8/./tests/esp5.gdbinit
tcpdump-3.9.8/./tests/ospf-gmpls.out
tcpdump-3.9.8/./tests/ldp-infinite-loop.pcap
tcpdump-3.9.8/./tests/print-AA.new
tcpdump-3.9.8/./tests/esp4.sh
tcpdump-3.9.8/./tests/eapon1.out
tcpdump-3.9.8/./tests/.#eapon1.sh.1.1
tcpdump-3.9.8/./tests/isakmp-pointer-loop.pcap
tcpdump-3.9.8/./tests/esp5.sh
tcpdump-3.9.8/./tests/eapon1.puu
tcpdump-3.9.8/./tests/esp2.new
tcpdump-3.9.8/./tests/08-sunrise-sunset-esp2.pcap
tcpdump-3.9.8/./tests/print-XX.new
tcpdump-3.9.8/./tests/esp3.new
tcpdump-3.9.8/./tests/mpls-ldp-hello.sh
tcpdump-3.9.8/./tests/isis-infinite-loop.pcap
tcpdump-3.9.8/./tests/bgp-infinite-loop.pcap
tcpdump-3.9.8/./tests/CVS/
tcpdump-3.9.8/./tests/CVS/Entries
tcpdump-3.9.8/./tests/CVS/Root
tcpdump-3.9.8/./tests/CVS/Repository
tcpdump-3.9.8/./tests/CVS/Tag
tcpdump-3.9.8/./tests/isakmp2.out
tcpdump-3.9.8/./tests/ospf-gmpls.puu
tcpdump-3.9.8/./tests/isakmp4500.pcap
tcpdump-3.9.8/./tests/print-A.new
tcpdump-3.9.8/./tests/isakmp3.out
tcpdump-3.9.8/./tests/08-sunrise-sunset-esp2.puu
tcpdump-3.9.8/./tests/esp5.new
tcpdump-3.9.8/./tests/ospf-gmpls.sh
tcpdump-3.9.8/./tests/lmp.out
tcpdump-3.9.8/./tests/esp2.gdbinit
tcpdump-3.9.8/./tests/esp3.gdbinit
tcpdump-3.9.8/./tests/esp5.out
tcpdump-3.9.8/./tests/print-A.out
tcpdump-3.9.8/./tests/08-sunrise-sunset-aes.pcap
tcpdump-3.9.8/./tests/esp0.out
tcpdump-3.9.8/./tests/esp1.sh
tcpdump-3.9.8/./tests/esp4.gdbinit
tcpdump-3.9.8/./tests/lmp.sh
tcpdump-3.9.8/./tests/eapon1.pcap
tcpdump-3.9.8/./tests/espudp1.sh
tcpdump-3.9.8/./tests/isakmp-pointer-loop.puu
tcpdump-3.9.8/./tests/isakmp1.sh
tcpdump-3.9.8/./tests/bgp_vpn_attrset.pcap
tcpdump-3.9.8/./tests/esp2.out
tcpdump-3.9.8/./tests/isakmp4.out
tcpdump-3.9.8/./tests/lspping-fec-rsvp.pcap
tcpdump-3.9.8/./tests/espudp1.new
tcpdump-3.9.8/./tests/print-AA.out
tcpdump-3.9.8/./tests/.#bgp_vpn_attrset.out.1.3
tcpdump-3.9.8/./tests/ospf-gmpls.pcap
tcpdump-3.9.8/./tests/esp1.out
tcpdump-3.9.8/./tests/chdlc-slarp-short.pcap
tcpdump-3.9.8/./tests/print-x.new
tcpdump-3.9.8/./tests/mpls-ldp-hello.puu
tcpdump-3.9.8/./tests/.#eapon1.out.1.2
tcpdump-3.9.8/./tests/eapon1.gdbinit
tcpdump-3.9.8/./tests/eapon2.puu
tcpdump-3.9.8/./tests/esp1.new
tcpdump-3.9.8/./tests/print-xx.out
tcpdump-3.9.8/./tests/esp4.new
tcpdump-3.9.8/./icmp6.h
tcpdump-3.9.8/./packetdat.awk
tcpdump-3.9.8/./token.h
tcpdump-3.9.8/./print-tcp.c
tcpdump-3.9.8/./l2tp.h
tcpdump-3.9.8/./print-arp.c
tcpdump-3.9.8/./print-symantec.c
tcpdump-3.9.8/./print-lane.c
tcpdump-3.9.8/./nameser.h
tcpdump-3.9.8/./print-802_11.c
tcpdump-3.9.8/./netdissect.h
tcpdump-3.9.8/./tcp.h
tcpdump-3.9.8/./CHANGES
tcpdump-3.9.8/./print-sunrpc.c
tcpdump-3.9.8/./print-esp.c
tcpdump-3.9.8/./Makefile.in
tcpdump-3.9.8/./pcap-missing.h
tcpdump-3.9.8/./print-rx.c
tcpdump-3.9.8/./machdep.h
tcpdump-3.9.8/./print-raw.c
tcpdump-3.9.8/./lbl/
tcpdump-3.9.8/./lbl/os-sunos4.h
tcpdump-3.9.8/./lbl/os-osf4.h
tcpdump-3.9.8/./lbl/CVS/
tcpdump-3.9.8/./lbl/CVS/Entries
tcpdump-3.9.8/./lbl/CVS/Root
tcpdump-3.9.8/./lbl/CVS/Repository
tcpdump-3.9.8/./lbl/CVS/Tag
tcpdump-3.9.8/./lbl/os-ultrix4.h
tcpdump-3.9.8/./lbl/os-solaris2.h
tcpdump-3.9.8/./print-tftp.c
tcpdump-3.9.8/./.#tcpdump.c.1.253.2.5
tcpdump-3.9.8/./print-slow.c
tcpdump-3.9.8/./smbutil.c
tcpdump-3.9.8/./print-sip.c
tcpdump-3.9.8/./ppp.h
tcpdump-3.9.8/./print-msdp.c
tcpdump-3.9.8/./l2vpn.h
tcpdump-3.9.8/./print-sll.c
tcpdump-3.9.8/./interface.h
tcpdump-3.9.8/./print-sctp.c
tcpdump-3.9.8/./print-lwres.c
tcpdump-3.9.8/./TODO
tcpdump-3.9.8/./print-ap1394.c
tcpdump-3.9.8/./print-udp.c
tcpdump-3.9.8/./print-token.c
tcpdump-3.9.8/./INSTALL
tcpdump-3.9.8/./addrtoname.h
tcpdump-3.9.8/./mkdep
tcpdump-3.9.8/./acconfig.h
tcpdump-3.9.8/./print-ipfc.c
tcpdump-3.9.8/./nlpid.c
tcpdump-3.9.8/./print-null.c
tcpdump-3.9.8/./print-enc.c
tcpdump-3.9.8/./print-egp.c
tcpdump-3.9.8/./atm.h
tcpdump-3.9.8/./print-pppoe.c
tcpdump-3.9.8/./setsignal.c
tcpdump-3.9.8/./aodv.h
tcpdump-3.9.8/./atime.awk
tcpdump-3.9.8/./sll.h
tcpdump-3.9.8/./vfprintf.c
tcpdump-3.9.8/./print-fddi.c
tcpdump-3.9.8/./slip.h
tcpdump-3.9.8/./aclocal.m4
tcpdump-3.9.8/./igrp.h
tcpdump-3.9.8/./print-ospf.c
tcpdump-3.9.8/./oui.h
tcpdump-3.9.8/./appletalk.h
tcpdump-3.9.8/./lane.h
tcpdump-3.9.8/./gmpls.c
tcpdump-3.9.8/./print-pflog.c
tcpdump-3.9.8/./print-llc.c
tcpdump-3.9.8/./gmt2local.h
tcpdump-3.9.8/./print-radius.c
tcpdump-3.9.8/./print-cdp.c
tcpdump-3.9.8/./print-pgm.c
tcpdump-3.9.8/./timed.h
tcpdump-3.9.8/./af.c
tcpdump-3.9.8/./print-ospf6.c
tcpdump-3.9.8/./print-bfd.c
tcpdump-3.9.8/./print-atalk.c
tcpdump-3.9.8/./addrtoname.c
tcpdump-3.9.8/./print-sl.c
tcpdump-3.9.8/./print-ascii.c
tcpdump-3.9.8/./FILES
tcpdump-3.9.8/./print-domain.c
tcpdump-3.9.8/./README
tcpdump-3.9.8/./print-lspping.c
tcpdump-3.9.8/./route6d.h
tcpdump-3.9.8/./dccp.h
tcpdump-3.9.8/./print-dccp.c
tcpdump-3.9.8/./print-krb.c
tcpdump-3.9.8/./CHANGES.~1~
tcpdump-3.9.8/./CVS/
tcpdump-3.9.8/./CVS/Entries
tcpdump-3.9.8/./CVS/Root
tcpdump-3.9.8/./CVS/Repository
tcpdump-3.9.8/./CVS/Tag
tcpdump-3.9.8/./llc.h
tcpdump-3.9.8/./print-fr.c
tcpdump-3.9.8/./print-isoclns.c
tcpdump-3.9.8/./tcpdump-3.9
tcpdump-3.9.8/./print-lmp.c
tcpdump-3.9.8/./print-timed.c
tcpdump-3.9.8/./print-l2tp.c
tcpdump-3.9.8/./strcasecmp.c
tcpdump-3.9.8/./CREDITS
tcpdump-3.9.8/./makemib
tcpdump-3.9.8/./win32/
tcpdump-3.9.8/./win32/prj/
tcpdump-3.9.8/./win32/prj/WinDump.dsw
tcpdump-3.9.8/./win32/prj/WinDump.dsp
tcpdump-3.9.8/./win32/prj/GNUmakefile
tcpdump-3.9.8/./win32/prj/CVS/
tcpdump-3.9.8/./win32/prj/CVS/Entries
tcpdump-3.9.8/./win32/prj/CVS/Root
tcpdump-3.9.8/./win32/prj/CVS/Repository
tcpdump-3.9.8/./win32/prj/CVS/Tag
tcpdump-3.9.8/./win32/CVS/
tcpdump-3.9.8/./win32/CVS/Entries
tcpdump-3.9.8/./win32/CVS/Root
tcpdump-3.9.8/./win32/CVS/Repository
tcpdump-3.9.8/./win32/CVS/Tag
tcpdump-3.9.8/./win32/Include/
tcpdump-3.9.8/./win32/Include/errno.h
tcpdump-3.9.8/./win32/Include/inetprivate.h
tcpdump-3.9.8/./win32/Include/Arpa/
tcpdump-3.9.8/./win32/Include/Arpa/tftp.h
tcpdump-3.9.8/./win32/Include/Arpa/CVS/
tcpdump-3.9.8/./win32/Include/Arpa/CVS/Entries
tcpdump-3.9.8/./win32/Include/Arpa/CVS/Root
tcpdump-3.9.8/./win32/Include/Arpa/CVS/Repository
tcpdump-3.9.8/./win32/Include/Arpa/CVS/Tag
tcpdump-3.9.8/./win32/Include/w32_fzs.h
tcpdump-3.9.8/./win32/Include/Netinet/
tcpdump-3.9.8/./win32/Include/Netinet/ip.h
tcpdump-3.9.8/./win32/Include/Netinet/in_systm.h
tcpdump-3.9.8/./win32/Include/Netinet/CVS/
tcpdump-3.9.8/./win32/Include/Netinet/CVS/Entries
tcpdump-3.9.8/./win32/Include/Netinet/CVS/Root
tcpdump-3.9.8/./win32/Include/Netinet/CVS/Repository
tcpdump-3.9.8/./win32/Include/Netinet/CVS/Tag
tcpdump-3.9.8/./win32/Include/getopt.h
tcpdump-3.9.8/./win32/Include/CVS/
tcpdump-3.9.8/./win32/Include/CVS/Entries
tcpdump-3.9.8/./win32/Include/CVS/Root
tcpdump-3.9.8/./win32/Include/CVS/Repository
tcpdump-3.9.8/./win32/Include/CVS/Tag
tcpdump-3.9.8/./win32/Include/telnet.h
tcpdump-3.9.8/./win32/Src/
tcpdump-3.9.8/./win32/Src/CVS/
tcpdump-3.9.8/./win32/Src/CVS/Entries
tcpdump-3.9.8/./win32/Src/CVS/Root
tcpdump-3.9.8/./win32/Src/CVS/Repository
tcpdump-3.9.8/./win32/Src/CVS/Tag
tcpdump-3.9.8/./win32/Src/getopt.c
tcpdump-3.9.8/./telnet.h
tcpdump-3.9.8/./print-nfs.c
tcpdump-3.9.8/./mpls.h
tcpdump-3.9.8/./configure
tcpdump-3.9.8/./print-bootp.c
tcpdump-3.9.8/./print-vjc.c
tcpdump-3.9.8/./ethertype.h
tcpdump-3.9.8/./netbios.h
tcpdump-3.9.8/./print-ip6.c
tcpdump-3.9.8/./print-bgp.c
tcpdump-3.9.8/./print-zephyr.c
tcpdump-3.9.8/./print-juniper.c
tcpdump-3.9.8/./print-decnet.c
tcpdump-3.9.8/./esp.h
tcpdump-3.9.8/./ipproto.c
tcpdump-3.9.8/./print-arcnet.c
tcpdump-3.9.8/./print-stp.c
tcpdump-3.9.8/./print-isakmp.c
tcpdump-3.9.8/./udp.h
tcpdump-3.9.8/./stime.awk
tcpdump-3.9.8/./fddi.h
tcpdump-3.9.8/./.#CHANGES.1.87
tcpdump-3.9.8/./print-dvmrp.c
tcpdump-3.9.8/./print-ipcomp.c
tcpdump-3.9.8/./cpack.c
tcpdump-3.9.8/./tcpdump.1
tcpdump-3.9.8/./ipsec_doi.h
tcpdump-3.9.8/./print-wb.c
tcpdump-3.9.8/./print-ldp.c
tcpdump-3.9.8/./arcnet.h
tcpdump-3.9.8/./util.c
tcpdump-3.9.8/./autom4te.cache/
tcpdump-3.9.8/./autom4te.cache/traces.0
tcpdump-3.9.8/./autom4te.cache/requests
tcpdump-3.9.8/./autom4te.cache/output.0
tcpdump-3.9.8/./gmpls.h
tcpdump-3.9.8/./print-icmp.c
tcpdump-3.9.8/./print-ether.c
tcpdump-3.9.8/./print-syslog.c
tcpdump-3.9.8/./print-rsvp.c
tcpdump-3.9.8/./print-gre.c
tcpdump-3.9.8/./print-igrp.c
tcpdump-3.9.8/./ah.h
tcpdump-3.9.8/./print-ip6opts.c
tcpdump-3.9.8/./print-mpls.c
tcpdump-3.9.8/./isakmp.h
tcpdump-3.9.8/./bgp.h
tcpdump-3.9.8/./print-ah.c
tcpdump-3.9.8/./print-pptp.c
tcpdump-3.9.8/./atmuni31.h
tcpdump-3.9.8/./bpf_dump.c
tcpdump-3.9.8/./configure.in
tcpdump-3.9.8/./print-igmp.c
tcpdump-3.9.8/./print-snmp.c
tcpdump-3.9.8/./chdlc.h
tcpdump-3.9.8/./install-sh
tcpdump-3.9.8/./config.guess
tcpdump-3.9.8/./ipfc.h
tcpdump-3.9.8/./print-mobile.c
tcpdump-3.9.8/./ospf6.h
tcpdump-3.9.8/./print-dhcp6.c
tcpdump-3.9.8/./print-ripng.c
tcpdump-3.9.8/./slcompress.h
tcpdump-3.9.8/./VERSION
tcpdump-3.9.8/./tcpdump.c
tcpdump-3.9.8/./print-cnfp.c
tcpdump-3.9.8/./decode_prefix.h
tcpdump-3.9.8/./print-eigrp.c
tcpdump-3.9.8/./decnet.h
tcpdump-3.9.8/./ntp.h
tcpdump-3.9.8/./rx.h
tcpdump-3.9.8/./print-vrrp.c
shopt -s nullglob; for i in make/tcpdump/patches/*.patch; do tools/freetz_patch source/tcpdump-3.9.8 $i; done
applying patch file make/tcpdump/patches/01-remove_pcap_debug.patch
patching file tcpdump.c
----------------------------------------------------------------------
applying patch file make/tcpdump/patches/02-shared_pcap.patch
patching file aclocal.m4
----------------------------------------------------------------------
touch source/tcpdump-3.9.8/.unpacked
( cd source/tcpdump-3.9.8;  rm -f config.{cache,status} ; autoconf --force ; source /mnt/8/freetz/freetz-1.1.2/make/config.mipsel ;  PATH="/mnt/8/freetz/freetz-1.1.2/toolchain/target/bin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/usr/local/sbin" CC="/mnt/8/freetz/freetz-1.1.2/toolchain/target/bin/mipsel-linux-uclibc-gcc" CXX="/mnt/8/freetz/freetz-1.1.2/toolchain/target/bin/mipsel-linux-uclibc-g++-uc" CFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CXXFLAGS="-Os -pipe -march=4kc -Wa,--trap -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" LDFLAGS="" GLOBAL_LIBDIR=/mnt/8/freetz/freetz-1.1.2/toolchain/build/gcc-4.2.1-uClibc-0.9.28/mipsel-linux-uclibc/usr/lib BUILD_CC="/mnt/8/freetz/freetz-1.1.2/toolchain/target/bin/mipsel-linux-uclibc-gcc" HOSTCC="gcc" td_cv_buggygetaddrinfo="no" ./configure   --cache-file=/mnt/8/freetz/freetz-1.1.2/make/config.cache --target=mipsel-linux --host=mipsel-linux --build=i386-pc-linux-gnu --program-prefix="" --program-suffix="" --prefix=/usr --exec-prefix=/usr --bindir=/usr/bin --datadir=/usr/share --includedir=/usr/include --infodir=/usr/share/info --libdir=/usr/lib --libexecdir=/usr/lib --localstatedir=/var --mandir=/usr/share/man --sbindir=/usr/sbin --sysconfdir=/etc --with-gnu-ld --disable-nls  --disable-ipv6 --without-crypto )
configure: loading cache /mnt/8/freetz/freetz-1.1.2/make/config.cache
checking build system type... (cached) i386-pc-linux-gnu
checking host system type... (cached) mipsel-unknown-linux-gnu
checking for mipsel-linux-gcc... (cached) /mnt/8/freetz/freetz-1.1.2/toolchain/target/bin/mipsel-linux-uclibc-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables...
checking for suffix of object files... (cached) o
checking whether we are using the GNU C compiler... (cached) yes
checking whether /mnt/8/freetz/freetz-1.1.2/toolchain/target/bin/mipsel-linux-uclibc-gcc accepts -g... (cached) yes
checking for /mnt/8/freetz/freetz-1.1.2/toolchain/target/bin/mipsel-linux-uclibc-gcc option to accept ISO C89... (cached) none needed
checking gcc version... (cached) 4
checking for inline... (cached) inline
checking for __attribute__... (cached) yes
checking how to run the C preprocessor... (cached) /mnt/8/freetz/freetz-1.1.2/toolchain/target/bin/mipsel-linux-uclibc-gcc -E
checking for grep that handles long lines and -e... (cached) /bin/grep
checking for egrep... (cached) /bin/grep -E
checking for ANSI C header files... (cached) yes
checking for sys/types.h... (cached) yes
checking for sys/stat.h... (cached) yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for memory.h... (cached) yes
checking for strings.h... (cached) yes
checking for inttypes.h... (cached) yes
checking for stdint.h... (cached) yes
checking for unistd.h... (cached) yes
checking for fcntl.h... (cached) yes
checking rpc/rpcent.h usability... no
checking rpc/rpcent.h presence... no
checking for rpc/rpcent.h... no
checking netdnet/dnetdb.h usability... no
checking netdnet/dnetdb.h presence... no
checking for netdnet/dnetdb.h... no
checking for net/pfvar.h... (cached) no
checking for netinet/if_ether.h... (cached) yes
checking whether time.h and sys/time.h may both be included... (cached) yes
checking Linux kernel version... (cached) 2.6.13.1
./configure: line 4266: test: 2.6.13.1: integer expression expected
checking smi.h usability... no
checking smi.h presence... no
checking for smi.h... no
checking for smiInit in -lsmi... no
checking whether to enable the possibly-buggy SMB printer... yes
configure: WARNING: The SMB printer may have exploitable buffer overflows!!!
checking whether to drop root privileges by default... no
checking whether to chroot... no
checking whether to enable ipv6... no
checking for dnet_htoa declaration in netdnet/dnetdb.h... no
checking for char... (cached) yes
checking size of char... (cached) 1
checking for short... (cached) yes
checking size of short... (cached) 2
checking for int... (cached) yes
checking size of int... (cached) 4
checking for long... (cached) yes
checking size of long... (cached) 4
checking for long long... (cached) yes
checking size of long long... (cached) 8
checking for addrinfo... yes
checking for NI_MAXSERV... yes
checking for NI_NAMEREQD... yes
checking for sockaddr_storage... yes
checking for INADDRSZ... yes
checking for IN6ADDRSZ... yes
checking for RES_USE_INET6... yes
checking for res_state_ext... no
checking for nsort in res_state... no
checking for vfprintf... yes
checking for strcasecmp... yes
checking for strlcat... (cached) yes
checking for strlcpy... (cached) yes
checking for strdup... (cached) yes
checking for strsep... yes
checking for strftime... (cached) yes
checking for setlinebuf... yes
checking for alarm... yes
checking for vsnprintf... (cached) yes
checking for snprintf... (cached) yes
checking return type of signal handlers... (cached) void
checking for sigaction... yes
checking for library containing dnet_htoa... no
checking for main in -lrpc... no
checking for library containing getrpcbynumber... none required
checking for library containing gethostbyname... (cached) none required
checking for library containing socket... (cached) none required
checking for library containing putmsg... (cached) no
checking for local pcap library... not found
checking for main in -lpcap... no
configure: error: see the INSTALL doc for more info
make: *** [source/tcpdump-3.9.8/.configured] Fehler 1

Die Datei source/tcpdump-3.9.8/.configured fehlt nach dem fehlgeschlagenen make-Vorgang. Ist dies das Problem? Falls ja, was ist das Problem, daß diese Datei nicht erstellt wird?

Danke im Voraus,
Stefan
 
Daß die .configured Datei fehlt ist nicht das Problem, sondern die Folge.

Das Problem ist, daß die pcap library nicht gefunden wird.
 
Das Problem ist, daß die pcap library nicht gefunden wird.

Die pcap-library war schon ausgewählt [=y], aber wurde scheinbar nicht verarbeitet beim make.
Nach einem "make dirclean", dann manueller Auswahl von libpcap und danach tcpdump wurde das image erstellt.

Danke RalfFriedl für deinen Hinweis.
 
tcpdump besuchte webseiten loggen

Hallo,

habe Tcpdump erfolgreich auf meiner fritzbox installiert. jetzt möchte ich nur die Adressen der besuchten webseiten mit zeitstempel von tcpdump in eine datei loggen lassen.
es sollen allerdings nicht die gesamten pakete mit gelogged werden, ich möchte nur wissen welcher rechner zu welchem zeitpunkt die entsprechenden webseiten besucht hat.

kann mir dabei jemand helfen und eine tcpdump Befehlszeile geben?

vielen Dank.
 
Wie würde sich de Befehlszeile von einem anderen Linux unterscheiden? Was hast du derweil an Doku darüber gelesen, welche Erfolge verzeichnet? Wie lautet dein bisheriger Versuch?
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.