Not able to install zebra on ubuntu
Nagashree
sharma.nagashree at gmail.com
Thu Jun 11 12:44:32 UTC 2009
Hi Tony,
Following is the output of the make command.
nagashree at nagashree-laptop:~/Desktop/zebra/zebra-0.95a$ make
make all-recursive
make[1]: Entering directory `/home/nagashree/Desktop/zebra/zebra-0.95a'
Making all in lib
make[2]: Entering directory
`/home/nagashree/Desktop/zebra/zebra-0.95a/lib'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/home/nagashree/Desktop/zebra/zebra-0.95a/lib'
Making all in zebra
make[2]: Entering directory
`/home/nagashree/Desktop/zebra/zebra-0.95a/zebra'
source='rtadv.c' object='rtadv.o' libtool=no \
depfile='.deps/rtadv.Po' tmpdepfile='.deps/rtadv.TPo' \
depmode=gcc3 /bin/bash ../depcomp \
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1
-I. -I. -I.. -I.. -I.. -I../lib -g -O2 -Wall -c `test -f 'rtadv.c' ||
echo './'`rtadv.c
rtadv.c: In function ‘rtadv_recv_packet’:
rtadv.c:123: error: dereferencing pointer to incomplete type
rtadv.c:124: error: dereferencing pointer to incomplete type
rtadv.c:124: error: dereferencing pointer to incomplete type
rtadv.c: In function ‘rtadv_send_packet’:
rtadv.c:149: error: invalid application of ‘sizeof’ to incomplete type
‘struct in6_pktinfo’
rtadv.c:194: warning: operation on ‘node’ may be undefined
rtadv.c:268: error: dereferencing pointer to incomplete type
rtadv.c:269: error: dereferencing pointer to incomplete type
rtadv.c: In function ‘rtadv_prefix_lookup’:
rtadv.c:476: warning: operation on ‘node’ may be undefined
rtadv.c: In function ‘rtadv_config_write’:
rtadv.c:977: warning: operation on ‘node’ may be undefined
rtadv.c:982: warning: pointer targets in passing argument 3 of
‘inet_ntop’ differ in signedness
make[2]: *** [rtadv.o] Error 1
make[2]: Leaving directory
`/home/nagashree/Desktop/zebra/zebra-0.95a/zebra'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/nagashree/Desktop/zebra/zebra-0.95a'
make: *** [all] Error 2
Thanks
Nagashree.
-----Original Message-----
From: Tony Baldwin <photodharma at gmail.com>
Reply-to: "Ubuntu user technical support, not for general discussions"
<ubuntu-users at lists.ubuntu.com>
To: Ubuntu user technical support, not for general discussions
<ubuntu-users at lists.ubuntu.com>
Subject: Re: Not able to install zebra on ubuntu
Date: Thu, 11 Jun 2009 08:31:38 -0400
Nagashree wrote:
> Hi,
>
> I am trying to install zebra-0.95a on ubuntu, but I am facing problems
> while executing " make" . It is exiting with errors. Please help me if
> anybody has tried this earlier.
>
> Thanks
> Nagashree.
>
Post the errors to the list.
If you can copy/paste from terminal (gnome-terminal, roxterminal,
konsole, etc, I believe all allow this).
You can also output the errors to a text file.
do this
$ make 2> /home/yourusername/errorfile
then you can copy paste from the text file, which will
be in your /home dir.
(if you don't add that path, ie, just make 2> errorfile, it will be in
/root, if you are running make as root).
/tony
--
http://www.baldwinsoftware.com
free/open source software
tcl yer os with a feather...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.ubuntu.com/archives/ubuntu-users/attachments/20090611/7c41fc07/attachment.html>
More information about the ubuntu-users
mailing list