Menu

#1136 AIX nlist errors

aix
closed
nobody
library (262)
5
2012-11-08
2004-07-19
Anonymous
No

I use flatform that IBM AIX 5.1
the configure warnnings are same on all version of net-
snmpd.
and error messages about nlist are samd on all version
of net-snmpd.

I confiugred by
./configure --
then, configuring warning messages are

configure: WARNING: netinet/tcpip.h: present but
cannot be compiled
configure: WARNING: netinet/tcpip.h: check for missing
prerequisite headers?
configure: WARNING: netinet/tcpip.h: proceeding with
the preprocessor's result
configure: WARNING: ## ---------------------------
--------- ##
configure: WARNING: ## Report this to bug-
autoconf@gnu.org. ##
configure: WARNING: ## ---------------------------
--------- ##
configure: WARNING: netinet/ip_icmp.h: present but
cannot be compiled
configure: WARNING: netinet/ip_icmp.h: check for
missing prerequisite headers?
configure: WARNING: netinet/ip_icmp.h: proceeding with
the preprocessor's result
configure: WARNING: ## ---------------------------
--------- ##
configure: WARNING: ## Report this to bug-
autoconf@gnu.org. ##
configure: WARNING: ## ---------------------------
--------- ##
configure: WARNING: net/if.h: present but cannot be
compiled
configure: WARNING: net/if.h: check for missing
prerequisite headers?
configure: WARNING: net/if.h: proceeding with the
preprocessor's result
configure: WARNING: ## ---------------------------
--------- ##
configure: WARNING: ## Report this to bug-
autoconf@gnu.org. ##
configure: WARNING: ## ---------------------------
--------- ##
configure: WARNING: netinet/in_var.h: present but
cannot be compiled
configure: WARNING: netinet/in_var.h: check for missing
prerequisite headers?
configure: WARNING: netinet/in_var.h: proceeding with
the preprocessor's result
configure: WARNING: ## ---------------------------
--------- ##
configure: WARNING: ## Report this to bug-
autoconf@gnu.org. ##
configure: WARNING: ## ---------------------------
--------- ##
configure: WARNING: netinet/tcp_var.h: present but
cannot be compiled
configure: WARNING: netinet/tcp_var.h: check for
missing prerequisite headers?
configure: WARNING: netinet/tcp_var.h: proceeding with
the preprocessor's result
configure: WARNING: ## ---------------------------
--------- ##
configure: WARNING: ## Report this to bug-
autoconf@gnu.org. ##
configure: WARNING: ## ---------------------------
--------- ##
configure: WARNING: netinet/udp_var.h: present but
cannot be compiled
configure: WARNING: netinet/udp_var.h: check for
missing prerequisite headers?
configure: WARNING: netinet/udp_var.h: proceeding
with the preprocessor's result
configure: WARNING: ## ---------------------------
--------- ##
configure: WARNING: ## Report this to bug-
autoconf@gnu.org. ##
configure: WARNING: ## ---------------------------
--------- ##
configure: WARNING: netinet/icmp_var.h: present but
cannot be compiled
configure: WARNING: netinet/icmp_var.h: check for
missing prerequisite headers?
configure: WARNING: netinet/icmp_var.h: proceeding
with the preprocessor's result
configure: WARNING: ## ---------------------------
--------- ##
configure: WARNING: ## Report this to bug-
autoconf@gnu.org. ##
configure: WARNING: ## ---------------------------
--------- ##
configure: WARNING: net/route.h: present but cannot
be compiled
configure: WARNING: net/route.h: check for missing
prerequisite headers?
configure: WARNING: net/route.h: proceeding with the
preprocessor's result
configure: WARNING: ## ---------------------------
--------- ##
configure: WARNING: ## Report this to bug-
autoconf@gnu.org. ##
configure: WARNING: ## ---------------------------
--------- ##
configure: WARNING: netinet/ip6.h: present but cannot
be compiled
configure: WARNING: netinet/ip6.h: check for missing
prerequisite headers?
configure: WARNING: netinet/ip6.h: proceeding with the
preprocessor's result
configure: WARNING: ## ---------------------------
--------- ##
configure: WARNING: ## Report this to bug-
autoconf@gnu.org. ##
configure: WARNING: ## ---------------------------
--------- ##

anyway, it can be compiled successfully.
but snmpd doesn't working nomally.
the error messages are :
# ./snmpd -d -f -L -c /tmp/snmpd.conf
nlist err: neither tcpstat nor _tcpstat found.
nlist err: neither tcb nor _tcb found.
nlist err: neither icmpstat nor _icmpstat found.
nlist err: neither ipstat nor _ipstat found.
nlist err: neither ipforwarding nor _ipforwarding found.
nlist err: neither tcpDefaultTTL nor _tcpDefaultTTL
found.
nlist err: neither udpstat nor _udpstat found.
nlist err: neither udb nor _udb found.
nlist err: neither rt_table nor _rt_table found.
nlist err: neither rthashsize nor _rthashsize found.
nlist err: neither rthost nor _rthost found.
nlist err: neither rtnet nor _rtnet found.
NET-SNMP version 5.1.2.rc1

what can i do?
please help me.

Discussion

  • Robert Story

    Robert Story - 2004-08-20

    Logged In: YES
    user_id=76148

    The configure warnings can be ignored (or report them to the
    autoconf people, as the message indicates).

    For the nlist errors, you'll need a AIX guru to fix those,
    or determine one of the other existing interfaces for the
    required data is available on AIX.

     
  • Nobody/Anonymous

    Logged In: NO

    I had the same problem, I ignored the config warnings and make
    and make install. But when I tried to run snmpd, it dies
    with the
    error, nlist: no such file or directory. Any one can help?

     
  • Nobody/Anonymous

    Logged In: NO

    Getting the same issue on AIX 5.2. Has anyone been able to
    resolve this yet?

     

Log in to post a comment.