Hi,
At Tue, 4 Dec 2012 05:56:41 -0800 (PST),
Ram wrote:
>
> [1 <text/plain; ISO-8859-1 (7bit)>]
>
> I have installed DCE and executing correctly but while installing
> Quagga......
>
> having some error while entering the command *make install * I will be
> getting some error, ......
>
> make[1]: Leaving directory
> `/home/ramkumar/test_build_ns3_dce/quagga-0.99.20'
> gcc -fPIC -g -D_GNU_SOURCE -Wstrict-prototypes -Wall -c -o arping.o
> arping.c
> arping.c:35:28: fatal error: sysfs/libsysfs.h: No such file or directory
> compilation terminated.
> make: *** [arping.o] Error 1
> [Error] ping/ping6 make
this indicates a package is missing.
please install the libsysfs-dev package (as mentioned in the
following document)
http://www.nsnam.org/~thehajime/ns-3-dce-quagga/getting-started.html#prerequisite
% sudo apt-get install libsysfs-dev
or
% sudo yum install libsysfs-devel
-- Hajime