Sponsored Content
Operating Systems Solaris Error occurred while making the net-snmp 5.4.4 on Solaris 5.10 version. Post 302763941 by DGPickett on Wednesday 30th of January 2013 05:24:48 PM
Old 01-30-2013
It looks like it is substituting 'false' (returns an error every time and does nothing) for the archiving command 'ar' that builds .a files from .o files:
Code:
false cru .libs/libnetsnmp.a snmp_client.o mib.o parse.o snmp_api.o snmp.o snmp_auth.o asn1.o md5.o snmp_parse_args.o system.o vacm.o int64.o read_config.o pkcs.o snmp_debug.o \
 tools.o snmp_logging.o text_utils.o snmpv3.o lcd_time.o keytools.o file_utils.o scapi.o callback.o default_store.o snmp_alarm.o data_list.o oid_stash.o fd_event_manager.o mt_support.o \
 snmp_enum.o snmp-tc.o snmp_service.o snprintf.o strlcpy.o strtol.o strtoul.o strtok_r.o snmp_transport.o snmpUDPDomain.o snmpTCPDomain.o snmpUnixDomain.o snmpCallbackDomain.o \
 snmp_secmod.o snmpusm.o snmp_version.o check_varbind.o container.o container_binary_array.o container_null.o container_list_ssll.o container_iterator.o cmu_compat.o ucd_compat.o
*** Error code 1
make: Fatal error: Command failed for target `libnetsnmp.la'

Not sure where the la comes in.
 

7 More Discussions You Might Find Interesting

1. Solaris

net-snmp-5.1.2 Solaris 9

All, I downloaded and installed the following net-snmp from the sourceforge.net website on a Solaris 9 server with the entire collection installed: net-snmp-5.1.2-SunOS_5.9_sun4u.tar.gz with no errors. I attempt to run snmpget and I get the following error: ld.so.1: snmpget: fatal:... (1 Reply)
Discussion started by: bubba112557
1 Replies

2. Solaris

net-snmp on solaris 8

hello I am running solaris 8 sparc. I installed net-snmp 5.4.1 (compiled it from tar file). When I do snmpwalk from another server, I receive a partial list of OIDs then it stops and gives 'timeout. No response...' another snmpwalk will directly timeouts. I compiled again the binaries... (1 Reply)
Discussion started by: melanie_pfefer
1 Replies

3. Solaris

Net-snmp issue in Solaris 8

Hi there, I know this is a common question, but I have not found a satsifactory solution yet, so pardon me for posting similar questions. My problem is the log /var/adm/messages is filling up with this entry every few minutes Please refer below. Oct 4 21:39:46 host last message repeated 3... (5 Replies)
Discussion started by: sundar63
5 Replies

4. Solaris

Net-SNMP issues Solaris 10

I'm unable to see any traps being sent from my Solaris 10 server using Net-snmp 5.4.2 Here is my snmp conf file. Please let me know if there are any syntax issues you might notice. cat /etc/sma/snmp/snmpd.conf ########################################################################### # #... (1 Reply)
Discussion started by: soupbone38
1 Replies

5. Solaris

Net-SNMP-5.4.2.1 issue on Sun Solaris

Hi, I am trying to compile the source code for Net-SNMP-5.4.2.1 using the gcc compiler-3.4.6 and 3.4.3 but I am getting the follwoing error with perl enabled: /bin/sh ../libtool --mode=link gcc -g -O2 -Usolaris2 -Dsolaris2=solaris2 -fno-strict-aliasing -pipe -Wdeclaration-after-statement... (2 Replies)
Discussion started by: tisha
2 Replies

6. Infrastructure Monitoring

Error make net-Snmp 5.5

Configuration of net-Snmp 5.5 :) --------------------------------------------------------- Net-SNMP configuration summary: --------------------------------------------------------- SNMP Versions Supported: 1 2c 3 Building for: solaris2 ... (1 Reply)
Discussion started by: samirsidi
1 Replies

7. Shell Programming and Scripting

perl Net::SNMP version getting info from cisco switch

I am having trouble working with SNMP module with perl. I am trying to get SNMP version of target system. I use following code to get it however it resturns error as "Argument "v6.0.1" isn't numeric in numeric lt (<) at ./chk_env_upd.pl line 447." Get load table my $resultat =... (1 Reply)
Discussion started by: dynamax
1 Replies
SNMP.CONF(5)							     Net-SNMP							      SNMP.CONF(5)

NAME
/usr/share/snmp/snmp.conf - configuration file for the Net-SNMP applications. ~/.snmp/snmp.conf - personal configuration file. DESCRIPTION
snmp.conf is the configuration file which define how the Net-SNMP applications operate. Tokens that can be put in them are described in the DIRECTIVES section below. PLEASE READ FIRST
Make sure you make these files readable only by the user if you are storing sensitive information in them like passphrases! First, make sure you have read the snmp_config(5) manual page that describes how the Net-SNMP configuration files operate, where they are located and how they all work together. DIRECTIVES
mibdirs (mib-dirs|+mib-dirs) Look for textual MIBs to parse in the list of ':' separated directories. If the directive value starts with a '+' it prepends this list to the front of the default directory list compiled into the application. Note that this value can be overridden by the MIB- DIRS environment variable. mibs (mib-tokens|+mib-tokens) Specifies a ':' separated list of MIB tokens that represent textual MIB files that should be found and parsed. If the directive value starts with a '+' it prepends this list to the front of the default MIB token list compiled into the application. The special keyword of "ALL" forces all MIBs files found to be read. Note that the value specified here can be overridden by the MIBS environ- ment variable. mibfile file Specifies a textual MIB file to read and parse, in addition to the list read from the MIBs token. Note that the value specified here can be overridden by the MIBFILES environment variable. defaultPort port The default port number that all SNMP applications and daemons should use. defVersion (v1|v2c|v3) The default SNMP version to use. defCommunity string The default SNMPv1 and SNMPv2c community string to use. defSecurityName string The default SNMPv3 USM security name you want to use for SNMPv3 requests. defContext string The default SNMPv3 context name you want to use. defPassphrase string defAuthPassphrase string defPrivPassphrase string The default SNMPv3 USM passphrase(s) to use. defPassphrase will be used for both authentication and privacy pass phrases if it is specified. defAuthType MD5|SHA The SNMPv3 USM authentication type to use. defPrivType DES The SNMPv3 USM privacy type to use. Currently, DES is the only possible value. defSecurityLevel noAuthNoPriv|authNoPriv|authPriv The SNMPv3 default security level to use. showMibErrors (1|yes|true|0|no|false) Whether or not to display textual MIB parsing errors when commands are run. strictCommentTerm (1|yes|true|0|no|false) Whether or not MIBs that are parsed should be strict about comment termination. "--" terminates a comment if this is true. Many MIBs have broken comments in them, hence this option. mibAllowUnderline (1|yes|true|0|no|false) Allow underline characters in MIBs (illegal). mibWarningLevel integerValue The minimum warning level of the warnings printed by the MIB parser. logTimestamp (1|yes|true|0|no|false) Whether the commands should log timestamps with their error/message logging or not. Note that output will not look as pretty with timestamps if the source code that is doing the logging does incremental logging of messages that are not line buffered before being passed to the logging routines. printNumericEnums (1|yes|true|0|no|false) Equivalent to -Oe. printNumericOids (1|yes|true|0|no|false) Equivalent to -On. dontBreakdownOids (1|yes|true|0|no|false) Equivalent to -Ob. escapeQuotes (1|yes|true|0|no|false) Equivalent to -OE. quickPrinting (1|yes|true|0|no|false) Equivalent to -Oq. printHexText (1|yes|true|0|no|false) Equivalent to -OT. suffixPrinting (0|1|2) If the value is 1, its equivalent to -Os and if the value is 2 it's equivalent to -OS. extendedIndex (1|yes|true|0|no|false) Equivalent to -OX. noRangeCheck (1|yes|true|0|no|false) Disables the validation of values that is done by snmpset before issuing the request to the agent. dumpPacket (1|yes|true|0|no|false) Whether the commands should dump packets by default. doDebugging (1|0) Turns on debugging for all applications run if set to 1. debugTokens TOKEN[,TOKEN...] The debugging tokens that should be printed. See the snmpcmd(1) manual page for debugging usage details. SEE ALSO
snmp_config(5), read_config(3), snmpcmd(1). 4th Berkeley Distribution 08 Feb 2002 SNMP.CONF(5)
All times are GMT -4. The time now is 06:54 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy