After upgrading from 7.3 to 8.1 I lot of lib issues, .. now the weirdest one was this one
It is missing libperl.so however on the end it is still there, the weird thing is that both net-snmp and perl where recompiled.
At this point this is the only remaining problem i can still find except that gobject-introspection won't compile, ..
Probably making a link from /usr/local/lib/perl5/5.12.2/mach/CORE/libperl.so to /usr/local/lib will fix this however I think it is odd that this is compiled the way it is.
Code:
# ldd /usr/local/lib/libnetsnmphelpers.so.20
/usr/local/lib/libnetsnmphelpers.so.20:
libnetsnmpagent.so.20 => /usr/local/lib/libnetsnmpagent.so.20 (0x800c00000)
libwrap.so.6 => /usr/lib/libwrap.so.6 (0x800d48000)
libperl.so => not found (0x0)
libcrypt.so.5 => /lib/libcrypt.so.5 (0x800e51000)
libutil.so.8 => /lib/libutil.so.8 (0x800f6a000)
libnetsnmp.so.20 => /usr/local/lib/libnetsnmp.so.20 (0x80107a000)
libcrypto.so.6 => /lib/libcrypto.so.6 (0x80124a000)
libm.so.5 => /lib/libm.so.5 (0x8014e4000)
libkvm.so.5 => /lib/libkvm.so.5 (0x801603000)
libdevstat.so.7 => /lib/libdevstat.so.7 (0x80170b000)
libthr.so.3 => /lib/libthr.so.3 (0x801810000)
libc.so.7 => /lib/libc.so.7 (0x800647000)
libperl.so => /usr/local/lib/perl5/5.12.2/mach/CORE/libperl.so (0x801928000)
It is missing libperl.so however on the end it is still there, the weird thing is that both net-snmp and perl where recompiled.
At this point this is the only remaining problem i can still find except that gobject-introspection won't compile, ..
Probably making a link from /usr/local/lib/perl5/5.12.2/mach/CORE/libperl.so to /usr/local/lib will fix this however I think it is odd that this is compiled the way it is.