Prev: sed
Next: System resource information on HP-UX
From: Tiken Heirangkhongjam on 3 Oct 2006 05:27 When I tried to Compile the traceroute.c program by Van Jacobson, I got an error that <netinet/ip_var.h> could not be found. reference: http://web.cecs.pdx.edu/~jrb/tcpip/misc.src/traceroute.c I m running on a Linux kernel 2.4.20 box. Can anyone suggest how can this be avoided. regards, tiken
From: toby on 3 Oct 2006 07:40 Tiken Heirangkhongjam wrote: > When I tried to Compile the traceroute.c program by Van Jacobson, I got > an error that > <netinet/ip_var.h> could not be found. > > reference: > http://web.cecs.pdx.edu/~jrb/tcpip/misc.src/traceroute.c > > I m running on a Linux kernel 2.4.20 box. Can anyone suggest how can > this be avoided. Why don't you install traceroute as packaged for your distribution? > > regards, > tiken
From: Tiken Heirangkhongjam on 3 Oct 2006 08:04 Actually I m trying to understand the Progrm and I m knew to socket programming. So I wanted to know why the error is coming.
From: Renato Golin on 3 Oct 2006 08:14 Tiken Heirangkhongjam wrote: > Actually I m trying to understand the Progrm and I m knew to socket > programming. So I wanted to know why the error is coming. Can you show the actual result of the make? --renato -- Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm
From: Tiken Heirangkhongjam on 3 Oct 2006 08:22
Renato Golin wrote: > Tiken Heirangkhongjam wrote: > > Actually I m trying to understand the Progrm and I m knew to socket > > programming. So I wanted to know why the error is coming. > > Can you show the actual result of the make? > > --renato > > -- > Reclaim your digital rights, eliminate DRM, learn more at > http://www.defectivebydesign.org/what_is_drm When I compile the program, I got this particular error! netinet/ip_var.h: No such file or directory |