2010/1/27 Daniel-Constantin Mierla miconda@gmail.com:
Hello,
googling it I understood it is an issue with net-snmp packaging on x86_64, due to dependency on perl library. Try adding line:
LIBS+= -lperl
in module's Makefile and recompile.
Hi Daniel, tried with your suggestion: during compilation I got the error /usr/bin/ld: cannot find -lperl so I soft linked libperl.so. After that the compilation was successful, but nothing changed starting kamailio. Just one note.. on the same machine kamailio 1.4.4 was OK with snmpstats. If can help, I attached the output of ldd (as you suggest in a previous post): http://pastebin.com/m48e6bb60
Cheers, Daniel
Thank you very much. Regards.