1、 安装python开发库:yum -y install python-devel
2、安装python setuptools
3、编译安装netsnmp
tar xvf net-snmp-5.4.4.tar.gz |
4、安装netsnmp python库
cd net-snmp-5.4.4/python |
5、测试
[root@localhost python]# ipt -bash: ipt: command not found [root@localhost python]# ipython Python 2.7.3 (default, Jun 24 2012, 22:30:41) Type "copyright", "credits" or "license" for more information. IPython 0.10.1 -- An enhanced Interactive Python. ? -> Introduction and overview of IPython's features. %quickref -> Quick reference. help -> Python's own help system. object? -> Details about 'object'. ?object also works, ?? prints more. In [1]: import netsnmp In [2]: |
模块安装正常~