Hello, Make ossl works now (rev. 257).
Make pcapplay remains broken, I'll try to fix that ASAP. Thanks for your feedbacks, Olivier Boulkroune -----Message d'origine----- De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] De la part de Joseph Shiao Envoyé : mercredi 30 mai 2007 23:32 À : [email protected] Objet : [Sipp-users] sipp.2007-05-30 compile error on linux fedora 4 sipp.2007-05-30 compile error on linux fedora 4 [EMAIL PROTECTED] sipp]$ make pcapplay_ossl make OSNAME=`uname|sed -e "s/CYGWIN.*/CYGWIN/"` MODELNAME=`uname -m|sed "s/Power Macintosh/ppc/"` OBJ_TLS="auth.o sslinit.o sslthreadsafe.o milenage.o rijndael.o" TLS_LIBS="-lssl -lcrypto" TLS="-D_USE_OPENSSL -DOPENSSL_NO_KRB5" OBJ_PCAPPLAY="send_packets.o prepare_pcap.o" PCAPPLAY_LIBS="-lpcap -L`if test -f /usr/lib/libpcap.a; then echo /usr; else echo ./ext; fi;`/lib" PCAPPLAY="-DPCAPPLAY -I`if test -f /usr/lib/libpcap.a; then echo /usr; else echo ./ext; fi;`/include" sipp make[1]: Entering directory `/home/sipp/sipp' gcc -D__LINUX -pthread -D__3PCC__ -D_USE_OPENSSL -DOPENSSL_NO_KRB5 -DPCAPPLAY -I/usr/include -I. -I/usr/include/openssl -c -o auth.o auth.c gcc -D__LINUX -pthread -D__3PCC__ -D_USE_OPENSSL -DOPENSSL_NO_KRB5 -DPCAPPLAY -I/usr/include -I. -I/usr/include/openssl -c -o sslinit.o sslinit.c gcc -D__LINUX -pthread -D__3PCC__ -D_USE_OPENSSL -DOPENSSL_NO_KRB5 -DPCAPPLAY -I/usr/include -I. -I/usr/include/openssl -c -o sslthreadsafe.o sslthreadsafe.c gcc -D__LINUX -pthread -D__3PCC__ -D_USE_OPENSSL -DOPENSSL_NO_KRB5 -DPCAPPLAY -I/usr/include -I. -I/usr/include/openssl -c -o milenage.o milenage.c gcc -D__LINUX -pthread -D__3PCC__ -D_USE_OPENSSL -DOPENSSL_NO_KRB5 -DPCAPPLAY -I/usr/include -I. -I/usr/include/openssl -c -o rijndael.o rijndael.c gcc -D__LINUX -pthread -D__3PCC__ -D_USE_OPENSSL -DOPENSSL_NO_KRB5 -DPCAPPLAY -I/usr/include -I. -I/usr/include/openssl -c -o send_packets.o send_packets.c gcc -D__LINUX -pthread -D__3PCC__ -D_USE_OPENSSL -DOPENSSL_NO_KRB5 -DPCAPPLAY -I/usr/include -I. -I/usr/include/openssl -c -o prepare_pcap.o prepare_pcap.c gcc -D__LINUX -pthread -D__3PCC__ -D_USE_OPENSSL -DOPENSSL_NO_KRB5 -DPCAPPLAY -I/usr/include -I. -I/usr/include/openssl -c -o xp_parser.o xp_parser.c g++ -D__LINUX -pthread -D__3PCC__ -D_USE_OPENSSL -DOPENSSL_NO_KRB5 -DPCAPPLAY -I/usr/include -I. -I/usr/include/openssl -c -o message.o message.cpp g++ -D__LINUX -pthread -D__3PCC__ -D_USE_OPENSSL -DOPENSSL_NO_KRB5 -DPCAPPLAY -I/usr/include -I. -I/usr/include/openssl -c -o scenario.o scenario.cpp g++ -D__LINUX -pthread -D__3PCC__ -D_USE_OPENSSL -DOPENSSL_NO_KRB5 -DPCAPPLAY -I/usr/include -I. -I/usr/include/openssl -c -o screen.o screen.cpp g++ -D__LINUX -pthread -D__3PCC__ -D_USE_OPENSSL -DOPENSSL_NO_KRB5 -DPCAPPLAY -I/usr/include -I. -I/usr/include/openssl -c -o call.o call.cpp call.cpp: In member function ‘char* call::createSendingMessage(SendingMessage*, int)’: call.cpp:2242: error: ‘struct MessageComponent’ has no member named ‘auth_user’ call.cpp:2242: error: ‘struct MessageComponent’ has no member named ‘auth_pass’ call.cpp:2244: error: ‘struct MessageComponent’ has no member named ‘aka_OP’ call.cpp:2244: error: ‘struct MessageComponent’ has no member named ‘aka_AMF’ call.cpp:2244: error: ‘struct MessageComponent’ has no member named ‘aka_K’ make[1]: *** [call.o] Error 1 make[1]: Leaving directory `/home/sipp/sipp' make: *** [pcapplay_ossl] Error 2 ____________________________________________________________________________________Looking for a deal? Find great prices on flights and hotels with Yahoo! FareChase. http://farechase.yahoo.com/ ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Sipp-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sipp-users
