安装net-snmp-python

2023-01-31 01:01:07 安装 net
安装net-snmp-python
下载 net-snmp
。/configure
make
make install
 cd ./Python
python setup.py build
python setup.py test
这里会提示错误
ln -s /usr/local/lib/libnetsnmp.so.30 /usr/lib/libnetsnmp.so.30
python setup.py install
1.error: command 'GCc' failed with exit status 1`

  若出现上述错误,安装 python-devel libevent-devel 即可。

相关文章