bug-zebra
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Zebra .89a installation on Solaris 2.7


From: Randall Kizer
Subject: Zebra .89a installation on Solaris 2.7
Date: Mon, 04 Dec 2000 15:23:12 -0800

According to the installation documentation, I only needed to run the following commands:

% configure
% make
% make install
***************************************************************************
% configure
Seemed to run alright, and terminated with the following message:


zebra configuration
-------------------
zebra version           : 0.89a
host operationg system  : solaris2.7
source code location    : .
compiler                : gcc
compiler flags          : -g -O2 -Wall
directory for pid files : /var/adm

***************************************************************************

When executing the "make" command, I received the following errors:
...
...
...
Making all in bgpd
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I.. -I.. -I../lib -g -O2 -Wall -c bgpd.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I.. -I.. -I../lib -g -O2 -Wall -c bgp_fsm.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I.. -I.. -I../lib -g -O2 -Wall -c bgp_aspath.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I.. -I.. -I../lib -g -O2 -Wall -c bgp_community.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I.. -I.. -I../lib -g -O2 -Wall -c bgp_attr.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I.. -I.. -I../lib -g -O2 -Wall -c bgp_debug.c gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I.. -I.. -I../lib -g -O2 -Wall -c bgp_route.c
bgp_route.c: In function `bgp_announce_check':
bgp_route.c:786: `AF_INET6' undeclared (first use in this function)
bgp_route.c:786: (Each undeclared identifier is reported only once
bgp_route.c:786: for each function it appears in.)
bgp_route.c: In function `route_vty_out_detail':
bgp_route.c:3312: `AF_INET6' undeclared (first use in this function)
*** Error code 1
make: Fatal error: Command failed for target `bgp_route.o'
Current working directory /tmp/zebra/zebra-0.89a/bgpd
*** Error code 1
make: Fatal error: Command failed for target `all-recursive'
Current working directory /tmp/zebra/zebra-0.89a
*** Error code 1
make: Fatal error: Command failed for target `all-recursive-am'

***************************************************************************

Then when executing the "make install" command, I received the following errors:

Making install in lib
Making install in zebra
/bin/sh ../mkinstalldirs /usr/local/sbin
  .././install-sh -c  zebra /usr/local/sbin/zebra
/bin/sh ../mkinstalldirs /usr/local/etc
.././install-sh -c -m 600 ./zebra.conf.sample /usr/local/etc/zebra.conf.sample
Making install in bgpd
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -I.. -I.. -I../lib -g -O2 -Wall -c bgp_route.c
bgp_route.c: In function `bgp_announce_check':
bgp_route.c:786: `AF_INET6' undeclared (first use in this function)
bgp_route.c:786: (Each undeclared identifier is reported only once
bgp_route.c:786: for each function it appears in.)
bgp_route.c: In function `route_vty_out_detail':
bgp_route.c:3312: `AF_INET6' undeclared (first use in this function)
*** Error code 1
make: Fatal error: Command failed for target `bgp_route.o'
Current working directory /home/zebra/zebra-0.89a/bgpd
*** Error code 1
make: Fatal error: Command failed for target `install-recursive'

***************************************************************************

Have you seen these errors before???

Randall





---
"Words ought to be a little wild,
 for they are the assault of thought on the unthinking."
                                            John Maynard Keyes




reply via email to

[Prev in Thread] Current Thread [Next in Thread]