Hi all,
RedHAT 5.2 kernel 2.0.36
Trying to compile diald version 0.98.3. The 'make depend' step
burped that it could not locate the /linux/netlink.h file.
I found one in /usr/src/include so pointed the offending file
(tap.c) at that netlink.h and the make depend finished cleanly.
The next step 'make' burped a few times then a fatal error on an
undeclared: NETLINK_TAPBASE... I suspect the netlink.h file.
SO my questions are:
1) is netlink.h part of a library and if so which one so I can go
hunting for a later version?
2) Has anyone else had this trouble and if so how did you remedy?
As an aside: when I edit a 'nakefile' or whatever.c file with Emacs and
then try to 'make', when I go back to that file it is 'read only' haven't
figured that one out yet either.
Thanks in advance to anyone who take the time to respond!