1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
|
How to compile this.
--------------------
1. Look at start of Makefile and set correct values for:
KERNEL_INCLUDE should point to correct linux kernel include directory.
ADDLIB should contain inet_* functions, if your libc contains
obsolete resolver library (<4.9.4) and you have no correct libresolv.
LDLIBS should be empty, if you have no libresolv.
2. make
Utilities "ip" and "rtmon" are in ip/ directory now,
"tc" is in tc/. That's all.
If you use libc5 and have problems with compiling this package,
please, mail to me.
If you use glibc2, the problems are your own, please, do not bother me
in this case. ip-routing directory contains not supported and not tested
patches iproute2-*.glibc2.patch.gz, which could help you.
Alexey Kuznetsov
kuznet@ms2.inr.ac.ru
|