Hello,

> *send_arp.c:33:20: error: libnet.h: No such file or directory*

it looks like you didn't install the package which provides libnet.h.
Under Debian the package is called libnet-dev. However you can use one
of the following command lines to find the corresponding rpm under
RHEL5:

yum whatprovides /usr/include/libnet.h

find /net/server1/var/ftp/pub/Server -name \*.rpm -print0 | xargs -0 -- rpm -qp 
--filesbypkg  | gzip -9 > /tmp/filelist.gz
     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ => Path to your mounted rhel5 dvd or 
installation sources.

zgrep usr/include/libnet.h /tmp/filelist.gz

After you know the name of the package, install it.

        Thomas
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to