Cannot start zenperfsnmp, zenmodeler or zenprocess | Zenoss

I'm running on Ubuntu.

Sample of the traceback:

AttributeError: undefined symbol: netsnmp_get_version

/usr/local/zenoss/bin$ ./zenmodeler start
starting...
Traceback (most recent call last):
File "/usr/local/zenoss/Products/DataCollector/zenmodeler.py", line 23, in ?
import SnmpClient
File "/usr/local/zenoss/Products/DataCollector/SnmpClient.py", line 8, in ?
from pynetsnmp.twistedsnmp import snmpprotocol, AgentProxy
File "usr/local/zenoss/lib/python/pynetsnmp/twistedsnmp.py", line 1, in ?
File "usr/local/zenoss/lib/python/pynetsnmp/netsnmp.py", line 37, in ?
File "/usr/local/zenoss/Products/DataCollector/__init__.py", line 325, in __getattr__

File "/usr/local/zenoss/Products/DataCollector/__init__.py", line 330, in __getitem__

AttributeError: /usr/local/zenoss/bin/python: undefined symbol: netsnmp_get_version

asked 24 Mar '12, 20:21

fox's gravatar image

fox ♦♦
800162527
accept rate: 37%


You are missing libsnmp9-dev

This command below should cover all the Zenoss dependencies:

apt-get --yes install mysql-server mysql-client libmysqlclient-dev swig subversion zip unzip ttf-liberation libsnmp9-dev
link

answered 24 Mar '12, 20:23

Russell%20Ballestrini's gravatar image

Russell Ball...
1.3k232937
accept rate: 43%

Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×2
×1
×1
×1
×1

Asked: 24 Mar '12, 20:21

Seen: 854 times

Last updated: 24 Mar '12, 20:23

powered by OSQA