Dear Sir,
I am getting below error,

bash-3.00# /usr/sfw/sbin/snmpd -L
dlopen failed: ld.so.1: snmpd: fatal: /usr/sfw/lib/libseaProxy.so: wrong ELF
class: ELFCLASS32
dlopen failed: ld.so.1: snmpd: fatal: /usr/sfw/lib/libseaExtensions.so:
wrong ELF class: ELFCLASS32
Error opening specified endpoint "udp:161"
Server Exiting with code 1

System Details:
The name of the operating system           :: SunOS
The operating system release level         :: 5.10
The Name of the Platform                   :: i86pc
The operating system version               :: Generic_142910-17
The current host's ISA  or  processor type :: i386

~ > isainfo -v
64-bit amd64 applications
        pclmulqdq aes sse4.2 sse4.1 ssse3 popcnt tscp cx16 mon sse3 pause
sse2
        sse fxsr mmx cmov amd_sysc cx8 tsc fpu
32-bit i386 applications
        pclmulqdq aes sse4.2 sse4.1 ssse3 popcnt tscp cx16 mon sse3 pause
sse2
        sse fxsr mmx cmov sep cx8 tsc fpu

> cat /etc/sma/snmp/snmpd.conf
#
#  Copyright (c) 2003 Sun Microsystems, Inc. All rights reserved.
# *
# * U.S. Government Rights - Commercial software. Government users are
subject
# * to the Sun Microsystems, Inc. standard license agreement and applicable
# * provisions of the FAR and its supplements.
#
# Use is subject to license terms.
#
# This distribution may include materials developed by third parties. Sun,
# Sun Microsystems, the Sun logo and Solaris are trademarks or registered
#  trademarks of Sun Microsystems, Inc. in the U.S. and other countries.
#
#
###########################################################################
#
# snmpd.conf
#
#   - created by the snmpconf configuration program
#
###########################################################################
###########################################################################
# SECTION: Admins who want to disable the snmpd daemon from
# starting at boot time.
# Change DISABLE=NO to DISABLE=YES
# DO NOT DELETE
# DO NOT UNCOMMENT
#DISABLE=NO
#
# end ADMIN
###########################################################################
#
# SECTION: Access Control Setup
#
#   This section defines who is allowed to talk to your running
#   snmp agent.
# rocommunity: a SNMPv1/SNMPv2c read-only access community name
#   arguments:  community [default|hostname|network/bits] [oid]
rocommunity  public
##########################################################################
# SEA subagents dynamically register with the master agent via port 161,
# supplying a read-write community string on the request (e.g. 'private'
# for DMI).  If the community strings used are not defined in the
# snmpd.conf file, the registration request will not be forwarded to
# the SEA master agent.
#
# rwcommunity: a SNMPv1/SNMPv2c read-write access community name
#   arguments:  community [default|hostname|network/bits] [oid]
#
# The following entry provides minimum access for successful
# SEA subagent registration.
#
rwcommunity  private localhost .1.3.6.1.4.1.42.2.15
#rwcommunity private

###########################################################################
# SECTION: System Information Setup
#
#   This section defines some of the information reported in
#   the "system" mib group in the mibII tree.
# syslocation: The [typically physical] location of the system.
#   Note that setting this value here means that when trying to
#   perform an snmp SET operation to the sysLocation.0 variable will make
#   the agent return the "notWritable" error code.  IE, including
#   this token in the snmpd.conf file will disable write access to
#   the variable.
#   arguments:  location_string
syslocation  "System administrators office"
# syscontact: The contact information for the administrator
#   Note that setting this value here means that when trying to
#   perform an snmp SET operation to the sysContact.0 variable will make
#   the agent return the "notWritable" error code.  IE, including
#   this token in the snmpd.conf file will disable write access to
#   the variable.
#   arguments:  contact_string
syscontact  "System administrator"
sysservices 72
#
# dlmods for the seaProxy
#
# We require amd64 entries for 64/32 bit support
dlmod seaProxy /usr/sfw/lib/libseaProxy.so
dlmod seaExtensions /usr/sfw/lib/libseaExtensions.so
dlmod seaProxy /usr/sfw/lib/amd64/libseaProxy.so
dlmod seaExtensions /usr/sfw/lib/amd64/libseaExtensions.so



 > /usr/sfw/sbin/snmpd -v
NET-SNMP version:  5.0.9
Web:               http://www.net-snmp.org/
Email:             [email protected]


Please kindly suggest if there is any solution already available,.
Also let me know if you requires any more information from current system.

Regards,
Vikas
------------------------------------------------------------------------------
Got Input?   Slashdot Needs You.
Take our quick survey online.  Come on, we don't ask for help often.
Plus, you'll get a chance to win $100 to spend on ThinkGeek.
http://p.sf.net/sfu/slashdot-survey
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to