From: Tiken Heirangkhongjam on

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

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
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
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

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

 |  Next  |  Last
Pages: 1 2 3
Prev: sed
Next: System resource information on HP-UX