Hi, Before I continue, I would like to head off the obvious questions and statements: I am using Suse 9.3 with gcc 3.3 because it's the last version of Linux (actually it's kernel 2.6.11 and gcc 3.3 that the client needs) that the Nortel VPN client will support. I need the Nortel vpn client to reach my worksite -- an isolated LAN some distance away from me. So I had to select this OS and compiler version or the vpn client would not compile.
That said, I recently downloaded tcpreplay-3.0.beta11 and I tried to compile it on Suse 9.3. The compile failed when it encountered a missing directory: tcpreplay-3.0.beta11/src/tcpedit/autoopts/options.h . I suspect the problem may be because of the age of my toolset since tcpreplay compiled and installed without incident on Suse 10.1 Here are my toolchain versions autogen 5.6.5 autoconf 2.59 automake 1.9.5 autoopts 23:1:14 make 3.8 gcc 3.3.5 20050117 (prerelease) ld 2.15.94.0.2.2 20041220 Here is the make output (config.log is attached): -- elegba:~/services_from_source/tcpreplay-3.0.beta11 # make Making all in scripts make[1]: Entering directory `/root/services_from_source/tcpreplay-3.0.beta11/scripts' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/root/services_from_source/tcpreplay-3.0.beta11/scripts' Making all in lib make[1]: Entering directory `/root/services_from_source/tcpreplay-3.0.beta11/lib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/root/services_from_source/tcpreplay-3.0.beta11/lib' Making all in src make[1]: Entering directory `/root/services_from_source/tcpreplay-3.0.beta11/src' make all-recursive make[2]: Entering directory `/root/services_from_source/tcpreplay-3.0.beta11/src' Making all in common make[3]: Entering directory `/root/services_from_source/tcpreplay-3.0.beta11/src/common' make all-am make[4]: Entering directory `/root/services_from_source/tcpreplay-3.0.beta11/src/common' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/services_from_source/tcpreplay-3.0.beta11/src/common' make[3]: Leaving directory `/root/services_from_source/tcpreplay-3.0.beta11/src/common' Making all in tcpedit make[3]: Entering directory `/root/services_from_source/tcpreplay-3.0.beta11/src/tcpedit' if gcc -DHAVE_CONFIG_H -I. -I. -I../../src -I.. -I../common -I../.. -g -O2 -Wall -O2 -funroll-loops -std=gnu99 -MT tcpedit.o -MD -MP -MF ".deps/tcpedit.Tpo" -c -o tcpedit.o tcpedit.c; \ then mv -f ".deps/tcpedit.Tpo" ".deps/tcpedit.Po"; else rm -f ".deps/tcpedit.Tpo"; exit 1; fi In file included from tcpedit.c:46: tcpedit_stub.h:18:30: autoopts/options.h: No such file or directory In file included from tcpedit.c:46: tcpedit_stub.h:50: error: syntax error before "const" tcpedit_stub.h:50: warning: type defaults to `int' in declaration of `tcpedit_tcpedit_optDesc_p' tcpedit.c:58: error: syntax error before "const" tcpedit.c:58: warning: type defaults to `int' in declaration of `tcpedit_tcpedit_optDesc_p' make[3]: *** [tcpedit.o] Error 1 make[3]: Leaving directory `/root/services_from_source/tcpreplay-3.0.beta11/src/tcpedit' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/services_from_source/tcpreplay-3.0.beta11/src' make[1]: *** [all] Error 2 make[1]: Leaving directory `/root/services_from_source/tcpreplay-3.0.beta11/src' make: *** [all-recursive] Error 1 elegba:~/services_from_source/tcpreplay-3.0.beta11 # --
config.log.gz
Description: GNU Zip compressed data
------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________ Tcpreplay-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/tcpreplay-users
