Thanks a lot  John it worked.!!!
Regards
Vijay

On Mon, Nov 25, 2013 at 4:56 AM, John Natsioulas <[email protected]
> wrote:

>  Hi Vijay,
>
>
>
> Have you installed WinPcap (both windows install & into Cygwin lib - as
> per documentation).
>
>
>
> To compile SIPp on Windows with pcap (media support), you must:
>
>    - Copy the WinPcap developer package <http://www.winpcap.org/devel.htm> to
>    "C:\cygwin\lib\WpdPack"
>    - Remove or rename "pthread.h" in "C:\cygwin\lib\WpdPack\Include", as
>    it interfers with pthread.h from cygwin
>
>
>
>
>
> To validate installation within Cygwin run  “which packet.dll”.
>
>
>
> Additionally, you might have issues if using Cygwin 64-bit. Try with
> Cygwin 32-bit.
>
>
>
>
>
> Regards
>
> John
>
>
>
>
>
>
>
>
>
>
>
>
>
> *From:* Vijay Kumar [mailto:[email protected]]
> *Sent:* Monday, 25 November 2013 12:13 AM
> *To:* [email protected]
> *Subject:* Re: [Sipp-users] configure: error: <pcap.h> header missing
>
>
>
> Hi all
>
> Can you please help me in fixing it. Iam new to Linux/SIPp.
>
> Using SIPp with Cygwin(windows Vista)
>
>
>
> geting the following info
>
>
>
> vj@vj-PC /home/sipp-3.3
>
> $ .*/configure --with-pcap*
>
> checking build system type... i686-pc-cygwin
>
> checking host system type... i686-pc-cygwin
>
> checking target system type... i686-pc-cygwin
>
> checking for a BSD-compatible install... /usr/bin/install -c
>
> checking whether build environment is sane... yes
>
> checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
>
> checking for gawk... gawk
>
> checking whether make sets $(MAKE)... yes
>
> checking for gcc... gcc
>
> checking whether the C compiler works... yes
>
> checking for C compiler default output file name... a.exe
>
> checking for suffix of executables... .exe
>
> checking whether we are cross compiling... no
>
> checking for suffix of object files... o
>
> checking whether we are using the GNU C compiler... yes
>
> checking whether gcc accepts -g... yes
>
> checking for gcc option to accept ISO C89... none needed
>
> checking for style of include used by make... GNU
>
> checking dependency style of gcc... gcc3
>
> checking for g++... g++
>
> checking whether we are using the GNU C++ compiler... yes
>
> checking whether g++ accepts -g... yes
>
> checking dependency style of g++... gcc3
>
> checking how to run the C preprocessor... gcc -E
>
> checking for grep that handles long lines and -e... /usr/bin/grep
>
> checking for egrep... /usr/bin/grep -E
>
> checking for ANSI C header files... yes
>
> checking for initscr in -lcurses... yes
>
> checking for pthread_mutex_init in -lpthread... yes
>
> checking for library containing dlopen... none required
>
> checking for library containing dlerror... none required
>
> checking for library containing dlsym... none required
>
> checking for library containing inet_addr... none required
>
> checking for library containing inet_ntoa... none required
>
> checking for library containing pthread_mutex_init... none required
>
> checking for library containing pthread_mutex_destroy... none required
>
> checking for library containing pthread_mutex_lock... none required
>
> checking for library containing pthread_mutex_unlock... none required
>
> checking for library containing pthread_self... none required
>
> checking for library containing pthread_cancel... none required
>
> checking for library containing pthread_join... none required
>
> checking for library containing pthread_attr_init... none required
>
> checking for library containing pthread_attr_setstacksize... none required
>
> checking for library containing pthread_create... none required
>
> checking for library containing pthread_attr_destroy... none required
>
> checking for library containing pthread_setschedparam... none required
>
> checking for library containing pthread_setcancelstate... none required
>
> checking for library containing pthread_setcanceltype... none required
>
> checking for library containing pthread_exit... none required
>
> checking for library containing pthread_sigmask... none required
>
> checking for library containing floor... none required
>
> checking for library containing pow... none required
>
> checking for library containing htons... none required
>
> checking for library containing ntohs... none required
>
> checking for library containing bind... none required
>
> checking for library containing freeaddrinfo... none required
>
> checking for library containing getaddrinfo... none required
>
> checking for library containing listen... none required
>
> checking for library containing recvfrom... none required
>
> checking for library containing shutdown... none required
>
> checking pcap.h usability... no
>
> checking pcap.h presence... no
>
> checking for pcap.h... no
>
> *configure: error: <pcap.h> header missing*
>
>
>
>
>
> HOW can i fix it. Help me in fixing it Please Please.
>
>
>
> This is my second mail
>
>
>
> Regards
>
> Vijay
>
>
>
> On Fri, Nov 22, 2013 at 1:00 PM, Vijay Kumar <[email protected]> wrote:
>
>  Hi
>
> I want to have pcap support hence executing
>
>
>
>    - *With PCAP play
>    <http://sipp.sourceforge.net/doc/reference.html#pcapplay> support*:
>
> ·
>
> ·        # tar -xvzf sipp-xxx.tar.gz
>
> ·                    # cd sipp
>
> ·                    # ./configure --with-pcap
>
> ·                    # make
>
>
>
>  But when i execute ./configure --with-pcap iam geting following errors.
>
>
>
> vj@vj-PC /home/sipp-3.3
>
> $ ./configure --with-pcap
>
> checking build system type... i686-pc-cygwin
>
> checking host system type... i686-pc-cygwin
>
> checking target system type... i686-pc-cygwin
>
> checking for a BSD-compatible install... /usr/bin/install -c
>
> checking whether build environment is sane... yes
>
> checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
>
> checking for gawk... gawk
>
> checking whether make sets $(MAKE)... yes
>
> checking for gcc... gcc
>
> checking whether the C compiler works... yes
>
> checking for C compiler default output file name... a.exe
>
> checking for suffix of executables... .exe
>
> checking whether we are cross compiling... no
>
> checking for suffix of object files... o
>
> checking whether we are using the GNU C compiler... yes
>
> checking whether gcc accepts -g... yes
>
> checking for gcc option to accept ISO C89... none needed
>
> checking for style of include used by make... GNU
>
> checking dependency style of gcc... gcc3
>
> checking for g++... g++
>
> checking whether we are using the GNU C++ compiler... yes
>
> checking whether g++ accepts -g... yes
>
> checking dependency style of g++... gcc3
>
> checking how to run the C preprocessor... gcc -E
>
> checking for grep that handles long lines and -e... /usr/bin/grep
>
> checking for egrep... /usr/bin/grep -E
>
> checking for ANSI C header files... yes
>
> checking for initscr in -lcurses... yes
>
> checking for pthread_mutex_init in -lpthread... yes
>
> checking for library containing dlopen... none required
>
> checking for library containing dlerror... none required
>
> checking for library containing dlsym... none required
>
> checking for library containing inet_addr... none required
>
> checking for library containing inet_ntoa... none required
>
> checking for library containing pthread_mutex_init... none required
>
> checking for library containing pthread_mutex_destroy... none required
>
> checking for library containing pthread_mutex_lock... none required
>
> checking for library containing pthread_mutex_unlock... none required
>
> checking for library containing pthread_self... none required
>
> checking for library containing pthread_cancel... none required
>
> checking for library containing pthread_join... none required
>
> checking for library containing pthread_attr_init... none required
>
> checking for library containing pthread_attr_setstacksize... none required
>
> checking for library containing pthread_create... none required
>
> checking for library containing pthread_attr_destroy... none required
>
> checking for library containing pthread_setschedparam... none required
>
> checking for library containing pthread_setcancelstate... none required
>
> checking for library containing pthread_setcanceltype... none required
>
> checking for library containing pthread_exit... none required
>
> checking for library containing pthread_sigmask... none required
>
> checking for library containing floor... none required
>
> checking for library containing pow... none required
>
> checking for library containing htons... none required
>
> checking for library containing ntohs... none required
>
> checking for library containing bind... none required
>
> checking for library containing freeaddrinfo... none required
>
> checking for library containing getaddrinfo... none required
>
> checking for library containing listen... none required
>
> checking for library containing recvfrom... none required
>
> checking for library containing shutdown... none required
>
> checking pcap.h usability... no
>
> checking pcap.h presence... no
>
> checking for pcap.h... no
>
> *configure: error: <pcap.h> header missing*
>
>
>
> Can you please guide me helping me how to fix it.
>
>
>
> Regards
>
> Vijay
>
>
>
------------------------------------------------------------------------------
Shape the Mobile Experience: Free Subscription
Software experts and developers: Be at the forefront of tech innovation.
Intel(R) Software Adrenaline delivers strategic insight and game-changing 
conversations that shape the rapidly evolving mobile landscape. Sign up now. 
http://pubads.g.doubleclick.net/gampad/clk?id=63431311&iu=/4140/ostg.clktrk
_______________________________________________
Sipp-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to