bug-zebra
[Top][All Lists]
Advanced

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

make problems


From: Vladimir Faizoulaev
Subject: make problems
Date: Wed, 04 Jul 2001 15:32:42 +0200

Hello all,
the next is configure and make protocols for beta zebra-0.91a:

----------------------------------------------------------------------

by-linux0003:/home/eyihr/rpms/zebra-0.91a # uname -a
Linux by-linux0003 2.2.16 #3 SMP Thu Dec 21 19:28:34 GMT 2000 s390 unknown

----------------------------------------------------------------------
./configure (with all disabled except zebra and ospfd)
...
checking for s390-ibm-linux-gnu-ar... ar
checking for s390-ibm-linux-gnu-ranlib... no
checking for ranlib... ranlib
checking for AIX... no
checking for ANSI C header files... yes
checking for string.h... yes
checking for stropts.h... yes
checking for sys/conf.h... no
checking for sys/ksym.h... no
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/select.h... yes
checking for sys/sysctl.h... yes
checking for sys/sockio.h... no
checking for sys/types.h... yes
checking for net/if_dl.h... no
checking for net/if_var.h... no
checking for linux/version.h... yes
checking for kvm.h... no
checking for netdb.h... yes
checking for netinet/in.h... yes
checking for net/netopt.h... no
checking for netinet/in_var.h... no
checking for netinet/in6_var.h... no
checking for netinet/in6.h... no
checking for inet/nd.h... no
checking for asm/types.h... yes
checking for linux/rtnetlink.h... yes
checking for netinet/icmp6.h... yes
checking for libutil.h... no
checking for working const... yes
checking return type of signal handlers... void
checking whether byte ordering is bigendian... yes
checking for bcopy... yes
checking for bzero... yes
checking for strerror... yes
checking for inet_aton... yes
checking for daemon... yes
checking for snprintf... yes
checking for vsnprintf... yes
checking for strlcat... no
checking for strlcpy... no
checking for if_nametoindex... yes
checking for if_indextoname... yes
checking for getifaddrs... no
checking for setproctitle... no
checking for setproctitle in -lutil... no
checking zebra between kernel interface method... socket
checking route read method check... proc
checking interface looking up method... ioctl
checking for /proc/net/dev... yes
checking for /proc/net/if_inet6... no
checking ipforward method check... proc
checking for getaddrinfo... yes
checking whether does this OS have IPv6 stack... disabled
checking for inet_ntop in -lc... yes
checking for inet_pton in -lc... yes
checking for crypt in -lcrypt... yes
checking for res_init in -lresolv... yes
checking for main in -lm... yes
checking for __inet_ntop... no
checking for __inet_pton... no
checking for __inet_aton... no
checking for regexec in -lc... yes
checking whether struct sockaddr has a sa_len field... no
checking whether struct sockaddr_in has a sin_len field... no
checking whether struct sockaddr_un has a sun_len field... no
checking whther socklen_t is defined... yes
checking whether struct sockaddr_dl exist... no
checking whether struct ifaliasreq exist... no
checking whether struct if6_aliasreq exist... no
checking whether struct rt_addrinfo exist... no
checking pid file directory... /var/run
checking for working htonl... yes
updating cache ./config.cache
creating ./config.status
creating Makefile
creating lib/Makefile
creating zebra/Makefile
creating ripd/Makefile
creating ripngd/Makefile
creating bgpd/Makefile
creating ospfd/Makefile
creating ospf6d/Makefile
creating vtysh/Makefile
creating doc/Makefile
creating config.h

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

by-linux0003:/home/eyihr/rpms/zebra-0.91a # make

...

----------------------------------------------------------------------
make
...
gcc -DHAVE_CONFIG_H -DSYSCONFDIR=\"/usr/local/etc/\" -DMULTIPATH_NUM=1 -I.. -I..
-I../lib    -g -O2 -Wall -c rt_socket.c
rt_socket.c: In function `kernel_rtm_ipv4':
rt_socket.c:97: `RTM_ADD' undeclared (first use in this function)
rt_socket.c:97: (Each undeclared identifier is reported only once
rt_socket.c:97: for each function it appears in.)
rt_socket.c:99: `RTM_DELETE' undeclared (first use in this function)
rt_socket.c: In function `kernel_add_ipv4':
rt_socket.c:168: `RTM_ADD' undeclared (first use in this function)
rt_socket.c: In function `kernel_delete_ipv4':
rt_socket.c:174: `RTM_DELETE' undeclared (first use in this function)
make[2]: *** [rt_socket.o] Error 1
make[2]: Leaving directory `/home/eyihr/rpms/zebra-0.91a/zebra'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/eyihr/rpms/zebra-0.91a'
make: *** [all-recursive-am] Error 2
----------------------------------------------------------------------

Any ideas ?

Best regards,
Vladimir
_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.




reply via email to

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