Discussion:
[Sipp-users] PCAP binary - SIPP on Fedora Core Linux
P Chaitra-A15829
2006-05-24 05:56:20 UTC
Permalink
Gaurav,

I think I am missing something here.
I have downloaded the stable version and trying to compile for pcap. But
I am getting the below error.

With PCAP play and without authentication support: (this is from the
support site)
# gunzip sipp-xxx.tar.gz
# tar -xvf sipp-xxx.tar
# cd sipp
# make pcapplay

The below is what I am getting.
[***@localhost sipp]# make pcapplay
make: *** No rule to make target `pcapplay'. Stop.

I checked the Makefile and confirmed that it does not have the rule for
pcapplay target.

Kindly help.

Thanks and Regds,
Chaitra

-----Original Message-----
From: Gaurav Kulshreshtha [mailto:***@sunrocket.com]
Sent: Tuesday, May 23, 2006 9:21 PM
To: Olivier Jacques
Cc: P Chaitra-A15829; sipp-***@lists.sourceforge.net
Subject: Re: [Sipp-users] SIPP on Fedora Core Linux

Chaitra
And you might want to compile your sipp with pcap support enabled.
I have seen problems running SIPP+PCAP as a non root so you might want
to switch to root on the box in case you see a assert failure sort of
problems.

Cheers
Gaurav Kulshreshtha
...
Is there a way to make just one call ?
"-m 1"
Bhaskar Dutta
2006-05-24 10:07:23 UTC
Permalink
AFAIK the stable build does not support pcapplay. Download the unstable
build (cumulus) for this. You can get it from
http://sipp.sourceforge.net/snapshots/

HTH,
Bhaskar

-----Original Message-----
From: sipp-users-***@lists.sourceforge.net
[mailto:sipp-users-***@lists.sourceforge.net] On Behalf Of P
Chaitra-A15829
Sent: Wednesday, May 24, 2006 11:26 AM
To: ***@sunrocket.com; Olivier Jacques
Cc: sipp-***@lists.sourceforge.net
Subject: RE: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux

Gaurav,

I think I am missing something here.
I have downloaded the stable version and trying to compile for pcap. But
I am getting the below error.

With PCAP play and without authentication support: (this is from the
support site)
# gunzip sipp-xxx.tar.gz
# tar -xvf sipp-xxx.tar
# cd sipp
# make pcapplay

The below is what I am getting.
[***@localhost sipp]# make pcapplay
make: *** No rule to make target `pcapplay'. Stop.

I checked the Makefile and confirmed that it does not have the rule for
pcapplay target.

Kindly help.

Thanks and Regds,
Chaitra
Gaurav Kulshreshtha
2006-05-24 16:22:40 UTC
Permalink
That's right. AFAIK pcap is supported in version 1.1 and onwards.
Gaurav
Post by Bhaskar Dutta
AFAIK the stable build does not support pcapplay. Download the unstable
build (cumulus) for this. You can get it from
http://sipp.sourceforge.net/snapshots/
HTH,
Bhaskar
-----Original Message-----
Chaitra-A15829
Sent: Wednesday, May 24, 2006 11:26 AM
Subject: RE: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux
Gaurav,
I think I am missing something here.
I have downloaded the stable version and trying to compile for pcap. But
I am getting the below error.
With PCAP play and without authentication support: (this is from the
support site)
# gunzip sipp-xxx.tar.gz
# tar -xvf sipp-xxx.tar
# cd sipp
# make pcapplay
The below is what I am getting.
make: *** No rule to make target `pcapplay'. Stop.
I checked the Makefile and confirmed that it does not have the rule for
pcapplay target.
Kindly help.
Thanks and Regds,
Chaitra
-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. The highest number of Red Hat certifications in
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
_______________________________________________
Sipp-users mailing list
https://lists.sourceforge.net/lists/listinfo/sipp-users
P Chaitra-A15829
2006-05-25 11:31:20 UTC
Permalink
Hi,



Thanks for the info.



I have downloaded this "sipp.cumulus.2006-05-18.tar" version from here
"http://sipp.sourceforge.net/snapshots/?M=D" and trying to compile the
code to get the pcap support.



I am encountering the following compilation issue. Could you kindly
help?

make pcapplay

make OSNAME=`uname|sed -e "s/CYGWIN.*/CYGWIN/"` MODELNAME=`uname -m`
OBJ_PCAPPLAY="send_packets.o prepare_pcap.o" PCAPPLAY_LIBS="-lpcap"
PCAPPLAY="-DPCAPPLAY" sipp

make[1]: Entering directory
`/home/motorola/CHAITRA/SIPP/UNSTABLE/sipp.cumulus.2006-05-18'

cc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I.
-I/opt/openssl/include -c -o send_packets.o send_packets.c

send_packets.c:44:18: pcap.h: No such file or directory

In file included from send_packets.h:44,

from send_packets.c:53:

prepare_pcap.h:20:18: pcap.h: No such file or directory

make[1]: *** [send_packets.o] Error 1

make[1]: Leaving directory
`/home/motorola/CHAITRA/SIPP/UNSTABLE/sipp.cumulus.2006-05-18'

make: *** [pcapplay] Error 2





I checked the directory and it does not have the pcap.h file.

Am I supposed to take some more files from elsewhere?



Kindly help.



Thanks and Regds,

Chaitra



-----Original Message-----
From: Gaurav Kulshreshtha [mailto:***@sunrocket.com]
Sent: Wednesday, May 24, 2006 9:53 PM
To: Bhaskar Dutta
Cc: sipp-***@lists.sourceforge.net; P Chaitra-A15829
Subject: Re: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux



That's right. AFAIK pcap is supported in version 1.1 and onwards.

Gaurav
Post by Bhaskar Dutta
AFAIK the stable build does not support pcapplay. Download the
unstable
Post by Bhaskar Dutta
build (cumulus) for this. You can get it from
http://sipp.sourceforge.net/snapshots/
HTH,
Bhaskar
-----Original Message-----
Chaitra-A15829
Sent: Wednesday, May 24, 2006 11:26 AM
Subject: RE: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux
Gaurav,
I think I am missing something here.
I have downloaded the stable version and trying to compile for pcap.
But
Post by Bhaskar Dutta
I am getting the below error.
With PCAP play and without authentication support: (this is from the
support site)
# gunzip sipp-xxx.tar.gz
# tar -xvf sipp-xxx.tar
# cd sipp
# make pcapplay
The below is what I am getting.
make: *** No rule to make target `pcapplay'. Stop.
I checked the Makefile and confirmed that it does not have the rule
for
Post by Bhaskar Dutta
pcapplay target.
Kindly help.
Thanks and Regds,
Chaitra
-------------------------------------------------------
All the advantages of Linux Managed Hosting--Without the Cost and
Risk!
Post by Bhaskar Dutta
Fully trained technicians. The highest number of Red Hat
certifications in
Post by Bhaskar Dutta
the hosting industry. Fanatical Support. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
Post by Bhaskar Dutta
_______________________________________________
Sipp-users mailing list
https://lists.sourceforge.net/lists/listinfo/sipp-users
P Chaitra-A15829
2006-05-26 04:31:52 UTC
Permalink
Forwarding

________________________________

From: P Chaitra-A15829
Sent: Friday, May 26, 2006 9:24 AM
To: 'Richard Menedetter'
Subject: RE: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux



Richard,



I have the following libcap libraries in my linux box.



[***@localhost lib]# ls libcap*

libcapi20.a libcapi20.so.2.0.6 libcapplet.so libcap.so

libcapi20dyn.a libcapplet.a libcapplet.so.0 libcap.so.1

libcapi20.so.2 libcapplet.la libcapplet.so.0.0.0 libcap.so.1.10



but still the compilation fails for the pcapplay target. Am I supposed
to change the makefile ? We are linking the -lpcap library in the
makefile. Is this sufficient?



Thanks and Regds,

Chaitra



-----Original Message-----
From: Richard Menedetter [mailto:***@gmx.at]
Sent: Thursday, May 25, 2006 6:16 PM
To: P Chaitra-A15829
Subject: RE: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux
I went to this "http://www.tcpdump.org/pcap3_man.html" pcap site but
could not find the downloadable for the library.
Pls help me understand from where to get the library ?
google helps.

type in libpcap and go to the 3rd link.



But usually libpcap comes with your distribution.

search for a packet called libpcap or libpcap-devel or something like
that.
Thanks and Regds,
Chaitra
CU, Ricsi
P Chaitra-A15829
2006-05-26 06:19:45 UTC
Permalink
I sorted out the issue.. it was my mistake. I had to install "libpcap"
not "libcap".



The code has been compiled but getting one more linker error for "-lpp"
library.

Let me check that now... :-)



Thanks and Regds,

Chaitra

________________________________

From: sipp-users-***@lists.sourceforge.net
[mailto:sipp-users-***@lists.sourceforge.net] On Behalf Of P
Chaitra-A15829
Sent: Friday, May 26, 2006 10:02 AM
To: sipp-***@lists.sourceforge.net
Subject: FW: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux



Forwarding

________________________________

From: P Chaitra-A15829
Sent: Friday, May 26, 2006 9:24 AM
To: 'Richard Menedetter'
Subject: RE: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux



Richard,



I have the following libcap libraries in my linux box.



[***@localhost lib]# ls libcap*

libcapi20.a libcapi20.so.2.0.6 libcapplet.so libcap.so

libcapi20dyn.a libcapplet.a libcapplet.so.0 libcap.so.1

libcapi20.so.2 libcapplet.la libcapplet.so.0.0.0 libcap.so.1.10



but still the compilation fails for the pcapplay target. Am I supposed
to change the makefile ? We are linking the -lpcap library in the
makefile. Is this sufficient?



Thanks and Regds,

Chaitra



-----Original Message-----
From: Richard Menedetter [mailto:***@gmx.at]
Sent: Thursday, May 25, 2006 6:16 PM
To: P Chaitra-A15829
Subject: RE: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux
I went to this "http://www.tcpdump.org/pcap3_man.html" pcap site but
could not find the downloadable for the library.
Pls help me understand from where to get the library ?
google helps.

type in libpcap and go to the 3rd link.



But usually libpcap comes with your distribution.

search for a packet called libpcap or libpcap-devel or something like
that.
Thanks and Regds,
Chaitra
CU, Ricsi
P Chaitra-A15829
2006-05-26 11:06:14 UTC
Permalink
It's not working.

Can anyone throw some light !! pls.. error has been high lighted..

Your help is appreciated..



make pcapplay

make OSNAME=`uname|sed -e "s/CYGWIN.*/CYGWIN/"` MODELNAME=`uname -m`
OBJ_PCAPPLAY="send_packets.o prepare_pcap.o" PCAPPLAY_LIBS="-lpp"
PCAPPLAY="-DPCAPPLAY" sipp

make[1]: Entering directory
`/home/motorola/CHAITRA/SIPP/UNSTABLE/sipp.cumulus.2006-05-18'

cc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I.
-I/opt/openssl/include -c -o send_packets.o send_packets.c

cc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I.
-I/opt/openssl/include -c -o prepare_pcap.o prepare_pcap.c

prepare_pcap.c: In function `prepare_pkts':

prepare_pcap.c:84: warning: assignment discards qualifiers from pointer
target type

cc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I.
-I/opt/openssl/include -c -o xp_parser.o xp_parser.c

gcc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I.
-I/opt/openssl/include -c -o scenario.o scenario.cpp

gcc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I.
-I/opt/openssl/include -c -o screen.o screen.cpp

gcc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I.
-I/opt/openssl/include -c -o call.o call.cpp

cc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I.
-I/opt/openssl/include -c -o comp.o comp.c

gcc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I.
-I/opt/openssl/include -c -o sipp.o sipp.cpp

gcc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I.
-I/opt/openssl/include -c -o stat.o stat.cpp

gcc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I.
-I/opt/openssl/include -c -o actions.o actions.cpp

gcc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I.
-I/opt/openssl/include -c -o variables.o variables.cpp

gcc \

-o sipp send_packets.o prepare_pcap.o xp_parser.o scenario.o screen.o
call.o comp.o sipp.o stat.o actions.o variables.o -ldl -lpthread
-lncurses -lstdc++ -lm -L /usr/local/lib -L /usr/lib -L /usr/lib64 -lpp

/usr/bin/ld: cannot find -lpp

collect2: ld returned 1 exit status

make[1]: *** [sipp] Error 1

make[1]: Leaving directory
`/home/motorola/CHAITRA/SIPP/UNSTABLE/sipp.cumulus.2006-05-18'

make: *** [pcapplay] Error 2



Thanks and Regds,

Chaitra

________________________________

From: P Chaitra-A15829
Sent: Friday, May 26, 2006 11:50 AM
To: P Chaitra-A15829; sipp-***@lists.sourceforge.net
Subject: RE: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux



I sorted out the issue.. it was my mistake. I had to install "libpcap"
not "libcap".



The code has been compiled but getting one more linker error for "-lpp"
library.

Let me check that now... :-)



Thanks and Regds,

Chaitra

________________________________

From: sipp-users-***@lists.sourceforge.net
[mailto:sipp-users-***@lists.sourceforge.net] On Behalf Of P
Chaitra-A15829
Sent: Friday, May 26, 2006 10:02 AM
To: sipp-***@lists.sourceforge.net
Subject: FW: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux



Forwarding

________________________________

From: P Chaitra-A15829
Sent: Friday, May 26, 2006 9:24 AM
To: 'Richard Menedetter'
Subject: RE: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux



Richard,



I have the following libcap libraries in my linux box.



[***@localhost lib]# ls libcap*

libcapi20.a libcapi20.so.2.0.6 libcapplet.so libcap.so

libcapi20dyn.a libcapplet.a libcapplet.so.0 libcap.so.1

libcapi20.so.2 libcapplet.la libcapplet.so.0.0.0 libcap.so.1.10



but still the compilation fails for the pcapplay target. Am I supposed
to change the makefile ? We are linking the -lpcap library in the
makefile. Is this sufficient?



Thanks and Regds,

Chaitra



-----Original Message-----
From: Richard Menedetter [mailto:***@gmx.at]
Sent: Thursday, May 25, 2006 6:16 PM
To: P Chaitra-A15829
Subject: RE: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux
I went to this "http://www.tcpdump.org/pcap3_man.html" pcap site but
could not find the downloadable for the library.
Pls help me understand from where to get the library ?
google helps.

type in libpcap and go to the 3rd link.



But usually libpcap comes with your distribution.

search for a packet called libpcap or libpcap-devel or something like
that.
Thanks and Regds,
Chaitra
CU, Ricsi
Bhaskar Dutta
2006-05-26 11:45:16 UTC
Permalink
-lpp should be -lpcap



It builds fine on my machine showing the same output as yours except that
its -lpcap, not -lpp (and no errors, of course)



The Makefile for says:



#Building with PCAP play

pcapplay:

make OSNAME=`uname|sed -e "s/CYGWIN.*/CYGWIN/"`

MODELNAME=`uname -m` OBJ_PCAPPLAY="send_packets.o prepare_pcap.o"

PCAPPLAY_LIBS="-lpcap" PCAPPLAY="-DPCAPPLAY" $(OUTPUT)



In case your Makefile says PCAPPLAY_LIBS="-lpp", change that to -lpcap





_____

From: sipp-users-***@lists.sourceforge.net
[mailto:sipp-users-***@lists.sourceforge.net] On Behalf Of P
Chaitra-A15829
Sent: Friday, May 26, 2006 4:36 PM
To: P Chaitra-A15829; sipp-***@lists.sourceforge.net
Subject: RE: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux



It's not working.

Can anyone throw some light !! pls.. error has been high lighted..

Your help is appreciated..



make pcapplay

make OSNAME=`uname|sed -e "s/CYGWIN.*/CYGWIN/"` MODELNAME=`uname -m`
OBJ_PCAPPLAY="send_packets.o prepare_pcap.o" PCAPPLAY_LIBS="-lpp"
PCAPPLAY="-DPCAPPLAY" sipp

make[1]: Entering directory
`/home/motorola/CHAITRA/SIPP/UNSTABLE/sipp.cumulus.2006-05-18'

cc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I. -I/opt/openssl/include
-c -o send_packets.o send_packets.c

cc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I. -I/opt/openssl/include
-c -o prepare_pcap.o prepare_pcap.c

prepare_pcap.c: In function `prepare_pkts':

prepare_pcap.c:84: warning: assignment discards qualifiers from pointer
target type

cc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I. -I/opt/openssl/include
-c -o xp_parser.o xp_parser.c

gcc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I. -I/opt/openssl/include
-c -o scenario.o scenario.cpp

gcc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I. -I/opt/openssl/include
-c -o screen.o screen.cpp

gcc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I. -I/opt/openssl/include
-c -o call.o call.cpp

cc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I. -I/opt/openssl/include
-c -o comp.o comp.c

gcc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I. -I/opt/openssl/include
-c -o sipp.o sipp.cpp

gcc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I. -I/opt/openssl/include
-c -o stat.o stat.cpp

gcc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I. -I/opt/openssl/include
-c -o actions.o actions.cpp

gcc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I. -I/opt/openssl/include
-c -o variables.o variables.cpp

gcc \

-o sipp send_packets.o prepare_pcap.o xp_parser.o scenario.o screen.o
call.o comp.o sipp.o stat.o actions.o variables.o -ldl -lpthread -lncurses
-lstdc++ -lm -L /usr/local/lib -L /usr/lib -L /usr/lib64 -lpp

/usr/bin/ld: cannot find -lpp

collect2: ld returned 1 exit status

make[1]: *** [sipp] Error 1

make[1]: Leaving directory
`/home/motorola/CHAITRA/SIPP/UNSTABLE/sipp.cumulus.2006-05-18'

make: *** [pcapplay] Error 2



Thanks and Regds,

Chaitra

_____

From: P Chaitra-A15829
Sent: Friday, May 26, 2006 11:50 AM
To: P Chaitra-A15829; sipp-***@lists.sourceforge.net
Subject: RE: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux



I sorted out the issue.. it was my mistake. I had to install "libpcap" not
"libcap".



The code has been compiled but getting one more linker error for "-lpp"
library.

Let me check that now. :-)



Thanks and Regds,

Chaitra

_____

From: sipp-users-***@lists.sourceforge.net
[mailto:sipp-users-***@lists.sourceforge.net] On Behalf Of P
Chaitra-A15829
Sent: Friday, May 26, 2006 10:02 AM
To: sipp-***@lists.sourceforge.net
Subject: FW: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux



Forwarding

_____

From: P Chaitra-A15829
Sent: Friday, May 26, 2006 9:24 AM
To: 'Richard Menedetter'
Subject: RE: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux



Richard,



I have the following libcap libraries in my linux box.



[***@localhost lib]# ls libcap*

libcapi20.a libcapi20.so.2.0.6 libcapplet.so libcap.so

libcapi20dyn.a libcapplet.a libcapplet.so.0 libcap.so.1

libcapi20.so.2 libcapplet.la libcapplet.so.0.0.0 libcap.so.1.10



but still the compilation fails for the pcapplay target. Am I supposed to
change the makefile ? We are linking the -lpcap library in the makefile. Is
this sufficient?



Thanks and Regds,

Chaitra



-----Original Message-----
From: Richard Menedetter [mailto:***@gmx.at]
Sent: Thursday, May 25, 2006 6:16 PM
To: P Chaitra-A15829
Subject: RE: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux
I went to this "http://www.tcpdump.org/pcap3_man.html" pcap site but
could not find the downloadable for the library.
Pls help me understand from where to get the library ?
google helps.

type in libpcap and go to the 3rd link.



But usually libpcap comes with your distribution.

search for a packet called libpcap or libpcap-devel or something like that.
Thanks and Regds,
Chaitra
CU, Ricsi
Olivier Jacques
2006-05-29 10:05:49 UTC
Permalink
-lpp should be –lpcap
Right. Have you modified the Makefile or is that the original one? I
can't find the issue in the original Makefile.

Olivier.
--
HP OpenCall Software
http://www.hp.com/go/opencall/
P Chaitra-A15829
2006-05-29 10:30:55 UTC
Permalink
Yes.. It worked after -lpcap.
I had not modified the makefile. I had downloaded unstable tar version.

Thanks and Regds,
Chaitra

-----Original Message-----
From: Olivier Jacques [mailto:***@gmail.com]
Sent: Monday, May 29, 2006 3:36 PM
To: Bhaskar Dutta
Cc: P Chaitra-A15829; sipp-***@lists.sourceforge.net
Subject: Re: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux
Post by Bhaskar Dutta
-lpp should be -lpcap
Right. Have you modified the Makefile or is that the original one? I
can't find the issue in the original Makefile.

Olivier.
--
HP OpenCall Software
http://www.hp.com/go/opencall/
P Chaitra-A15829
2006-05-31 10:04:57 UTC
Permalink
Hi,



I am trying to compile the below unstable version on Fedore Core 3 Linux
machine and everytime I compile this particular file I am hitting into
this error.

I changed the compiler grom gcc to cc but still get the same issue.

I have not done any trouble shooting from my but just posting this
message here to see if anyone already knows the solution.



cc -D__LINUX -pthread -D__3PCC__ -DPCAPPLAY -I.
-I/opt/openssl/include -c -o call.o call.cpp

cc: Internal error: Killed (program cc1plus)

Please submit a full bug report.

See <URL:http://bugzilla.redhat.com/bugzilla> for instructions.

make[1]: *** [call.o] Error 1



Thanks and Regds,

Chaitra

________________________________

From: P Chaitra-A15829
Sent: Friday, May 26, 2006 11:50 AM
To: P Chaitra-A15829; sipp-***@lists.sourceforge.net
Subject: RE: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux



I sorted out the issue.. it was my mistake. I had to install "libpcap"
not "libcap".



The code has been compiled but getting one more linker error for "-lpp"
library.

Let me check that now... :-)



Thanks and Regds,

Chaitra

________________________________

From: sipp-users-***@lists.sourceforge.net
[mailto:sipp-users-***@lists.sourceforge.net] On Behalf Of P
Chaitra-A15829
Sent: Friday, May 26, 2006 10:02 AM
To: sipp-***@lists.sourceforge.net
Subject: FW: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux



Forwarding

________________________________

From: P Chaitra-A15829
Sent: Friday, May 26, 2006 9:24 AM
To: 'Richard Menedetter'
Subject: RE: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux



Richard,



I have the following libcap libraries in my linux box.



[***@localhost lib]# ls libcap*

libcapi20.a libcapi20.so.2.0.6 libcapplet.so libcap.so

libcapi20dyn.a libcapplet.a libcapplet.so.0 libcap.so.1

libcapi20.so.2 libcapplet.la libcapplet.so.0.0.0 libcap.so.1.10



but still the compilation fails for the pcapplay target. Am I supposed
to change the makefile ? We are linking the -lpcap library in the
makefile. Is this sufficient?



Thanks and Regds,

Chaitra



-----Original Message-----
From: Richard Menedetter [mailto:***@gmx.at]
Sent: Thursday, May 25, 2006 6:16 PM
To: P Chaitra-A15829
Subject: RE: [Sipp-users] PCAP binary - SIPP on Fedora Core Linux
I went to this "http://www.tcpdump.org/pcap3_man.html" pcap site but
could not find the downloadable for the library.
Pls help me understand from where to get the library ?
google helps.

type in libpcap and go to the 3rd link.



But usually libpcap comes with your distribution.

search for a packet called libpcap or libpcap-devel or something like
that.
Thanks and Regds,
Chaitra
CU, Ricsi

Loading...