On Thu, 2007-09-13 at 21:31 +0200, Juergen Leising wrote: > when I was trying to compile tcpreplay-3.2.0 on a linux box > (fedora 7, autoconf-2.61, gmake-3.81) > I had to make changes to configure resp. configure.ac > for configure to find the pcap library as expected. > > I attach a patch for configure.ac
Fedora 7 doesn't ship static libraries, so you must use --enable-dynamic-link option to configure. BTW, the package is available directly from Fedora repository, so you could just run: yum install tcpreplay -- Bojan ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2005. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Tcpreplay-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tcpreplay-users
