auth.c has changed to auth.cpp since v3.4, but the files in the .deps/
directory are still expecting auth.c - running "make distclean" before
re-running "./configure && make" should resolve that issue.

Best,
Rob

On 3 February 2014 23:26, Daniel Goepp <d...@goepp.com> wrote:
> Thanks for the follow up.  For what it is worth, I just checked out this
> version, and now get this trying to build it:
>
> make: *** No rule to make target `src/auth.c', needed by `sipp-auth.o'.
> Stop.
>
>
> On Mon, Feb 3, 2014 at 6:03 PM, Rob Day <r...@rkd.me.uk> wrote:
>>
>> Thanks for raising this - it seems to be a side-effect of the move to
>> epoll (for better performance with high numbers of sockets) in v3.4
>> (e.g. https://code.google.com/p/dart/issues/detail?id=2775 sees the
>> same issue). I've just committed a fix to warn rather than error out
>> in this specific case
>>
>> (https://github.com/SIPp/sipp/commit/4cfb94a0cb37a0a78c39334e5451fdb9b1e310ab),
>> so building from the main Git branch should now work.
>>
>> I'll release a 3.4.1 release in the next week or so, having fixed this
>> and a couple of other issues.
>>
>> Best,
>> Rob
>>
>> On 3 February 2014 21:08, Daniel Goepp <d...@goepp.com> wrote:
>> > I'm having an issue trying to run SIPp in the background.  I'm running
>> > this
>> > on a clean Ubuntu 12.04 server updated and upgrade to latest today.  I
>> > have
>> > tried both the downloaded 3.4 version, and the 3.4branch checked out
>> > from
>> > Git to make sure, same results with both.  I'm running this as root, and
>> > the
>> > command is:
>> >
>> > sipp -sf uac_pcap_video_only.xml beta.mydomain.com -s dan -m 1 -aa -r 1
>> > -rp
>> > 1000 -l 1 -mp 10000 -t tn -d 30000 -i 10.185.218.35 -trace_err
>> > -trace_msg
>> > -skip_rlimit
>> >
>> > This works just fine, but then if I add -bg to the end of it:
>> >
>> > sipp -sf uac_pcap_video_only.xml beta.edifire.com -s dan -m 1 -aa -r 1
>> > -rp
>> > 1000 -l 1 -mp 10000 -t tn -d 30000 -i 10.185.218.35 -trace_err
>> > -trace_msg
>> > -skip_rlimit -bg
>> >
>> > In the log file I get:
>> >
>> > 2014-02-03 13:54:01.826652 1391435641.826652: Failed to add FD to epoll,
>> > errno = 1 (Operation not permitted).
>> >
>> > Thoughts?
>> >
>> >
>> > ------------------------------------------------------------------------------
>> > Managing the Performance of Cloud-Based Applications
>> > Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
>> > Read the Whitepaper.
>> >
>> > http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
>> > _______________________________________________
>> > Sipp-users mailing list
>> > Sipp-users@lists.sourceforge.net
>> > https://lists.sourceforge.net/lists/listinfo/sipp-users
>> >
>
>
>
> ------------------------------------------------------------------------------
> Managing the Performance of Cloud-Based Applications
> Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
> Read the Whitepaper.
> http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
> _______________________________________________
> Sipp-users mailing list
> Sipp-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/sipp-users
>

------------------------------------------------------------------------------
Managing the Performance of Cloud-Based Applications
Take advantage of what the Cloud has to offer - Avoid Common Pitfalls.
Read the Whitepaper.
http://pubads.g.doubleclick.net/gampad/clk?id=121051231&iu=/4140/ostg.clktrk
_______________________________________________
Sipp-users mailing list
Sipp-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sipp-users

Reply via email to