Hello All,
I would like add some information which might help other users .

IF you want to compile the Inetutils-1.9.1 package with ifconfig support in 
order to use a KDE wicd frontend client, you have to add the following lines in 

inetutils-1.9.1/ifconfig/system/linux.c :
// add after this line
#include "../ifconfig.h"

+#ifndef PATH_PROCNET_DEV
+  #define PATH_PROCNET_DEV "/proc/net/dev"
+#endif
+
 /* ARPHRD stuff.  */

otherwise you will get a compile error that 
PATH_PROCNET_DEV is not defined. 
Regards,
Roy
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to