On Wed, December 24, 2008 8:34 pm, Stagg Shelton wrote:
Openser 1.3.4 works fine on the same machine with essentially the same configuration that I am wanting to use for kamailio. The snmpstats.so module compiled without any errors, and is located in the /lib/ kamailio/modules/ directory. The system is fedora core 6 fully yum updated.
Dec 24 14:24:26 sip-interop-c61-atl kamailio: ERROR:core:sr_load_module: could not open module <//lib/kamailio/ modules/snmpstats.so>: /usr/lib/libnetsnmpagent.so.10: undefined symbol: make_tempfile
Hi Stagg,
they were some minor changes in the snmpstats Makefile from 1.3 branch to 1.4 if i remember correctly, to remove some unused libraries from the linking (this was reported from lintian on debian). Aparently some systems have a different library structure, as i needed to revert some of this changes in certain areas in the past months(e.g. utilities dir on solaris).
In the 1.4 branch there is a new line in the Makefile: BUILDAGENTLIBS:=$(filter-out %netsnmpmibs, $(BUILDAGENTLIBS))
perhaps you can remove this line and try to test again?
Cheers,
Henning