Re: mtr compilation problem

2011-03-16 Thread Kurt Franke
Olivier Lefevre yahoo.com> writes: > Re. raw sockets and the need for elevated privilege, > can't you use the RunAs trick to get around it? Also on Unix/Linux a raw socket cannot be used by a normal user. But the ping program is setuid root and thus can be called by any user. Unfortunatly there

Re: mtr compilation problem

2011-03-16 Thread Charles Wilson
On 3/16/2011 10:59 AM, Olivier Lefevre wrote: > Re. raw sockets and the need for elevated privilege, > can't you use the RunAs trick to get around it? Maybe. Or you could recode the underlying implementation to use, instead of the cygwin/posix socket interface, the Win32 ICMP dll services, just l

Re: mtr compilation problem

2011-03-16 Thread Olivier Lefevre
OK, I'll try. Thanks a lot. Re. raw sockets and the need for elevated privilege, can't you use the RunAs trick to get around it? -- O.L. -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Un

Re: mtr compilation problem

2011-03-16 Thread Corinna Vinschen
On Mar 15 22:07, Olivier Lefevre wrote: > I am trying to compile mtr-0.80. configure completed without > errors but make puts: > > net.h:25:25: error: netinet/ip6.h: No such file or directory > net.h:26:27: error: netinet/icmp6.h: No such file or directory > > I couldn't find what additional pack

mtr compilation problem

2011-03-15 Thread Olivier Lefevre
I am trying to compile mtr-0.80. configure completed without errors but make puts: net.h:25:25: error: netinet/ip6.h: No such file or directory net.h:26:27: error: netinet/icmp6.h: No such file or directory I couldn't find what additional packages I should download to get IPv6 headers (which I a