Hey I can't get snmpstats module to load. Message from logs is (during config parsing): ERROR:core:sr_load_module: could not open module </usr/local/openser/lib/openser/modules/snmpstats.so>: /usr/lib/libnetsnmpagent.so.10: undefined symbol: boot_DynaLoader
System: CentOS-5.1, 32b, up-to-date. Openser: svn head from 1.3 branch
Tried `ldconfig`, recompiling after `make clean`, ... Has anyone got some ideas how to resolve it?
Thanks, Stanisław Pitucha
Hi Stanisław,
It looks like a centos issue - you are missing some libraries - probably some broken dependencies for libnetsnmpagent.
It is not openser / snmpstats problem, but you need to dig in and find what lib provides the boot_DynaLoader symbol.
Regards, Bogdan
Stanisław Pitucha wrote:
Hey I can't get snmpstats module to load. Message from logs is (during config parsing): ERROR:core:sr_load_module: could not open module </usr/local/openser/lib/openser/modules/snmpstats.so>: /usr/lib/libnetsnmpagent.so.10: undefined symbol: boot_DynaLoader
System: CentOS-5.1, 32b, up-to-date. Openser: svn head from 1.3 branch
Tried `ldconfig`, recompiling after `make clean`, ... Has anyone got some ideas how to resolve it?
Thanks, Stanisław Pitucha
Users mailing list Users@lists.openser.org http://lists.openser.org/cgi-bin/mailman/listinfo/users
----- "Bogdan-Andrei Iancu" bogdan@voice-system.ro wrote:
It looks like a centos issue - you are missing some libraries - probably some broken dependencies for libnetsnmpagent.
It seems like net-snmp packages are broken in official repos (at least when used the same way as in openser). If anyone has problems with those in centos, just download srpm from net-snmp from http://mirror.centos.org/centos/5.1/updates/SRPMS/ or whatever your local version is and recompile them. The same net-snmp version recompiled locally works / loads without problems.