DCE NS-3 - Quagga routing suite installation error

131 views
Skip to first unread message

Ram

unread,
Dec 4, 2012, 8:56:41 AM12/4/12
to ns-3-...@googlegroups.com

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

can anyone help me........

Hajime Tazaki

unread,
Dec 5, 2012, 11:45:57 PM12/5/12
to ns-3-...@googlegroups.com

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

Ram

unread,
Dec 7, 2012, 8:12:16 AM12/7/12
to ns-3-...@googlegroups.com
thanks I have installed Quagga but while running the sample file,

root@ramkumar-HP-Pavilion-dv4-Notebook-PC:~/test_build_ns3_dce/ns-3-dce-quagga# ./build/bin/dce-zebra-simple

./build/bin/dce-zebra-simple: error while loading shared libraries: libns3-dce-quagga.so: cannot open shared object file: No such file or directory

I got some error....

Hajime Tazaki

unread,
Dec 10, 2012, 1:26:36 AM12/10/12
to ns-3-...@googlegroups.com

Hi,

At Fri, 7 Dec 2012 05:12:16 -0800 (PST),
Ram wrote:
>
> [1 <text/plain; ISO-8859-1 (7bit)>]
We need to set environmental variables to execute it.
the following command may help you.

% cd ns-3-dce
% . utils/setenv.sh

then you can run the example.

% ./build/bin/dce-zebra-simple


-- Hajime

Reply all
Reply to author
Forward
0 new messages