The problem you are still having with zentrap is probably due to the use of zensocket to open a privileged socket. The setuid nature of zensocket may be clearing the LD_PRELOAD setting, as it does clear the LD_LIBRARY_PATH on some platforms.
pynetsnmp should be loading libcrypto for you and so the LD_PRELOAD should not be necessary. Take a look there to really fix the problem. If you get it working, send me patches and I'll get it into pynetsnmp. Thanks! -Eric -------------------- m2f -------------------- Read this topic online here: http://community.zenoss.com/forums/viewtopic.php?p=23892#23892 -------------------- m2f -------------------- _______________________________________________ zenoss-users mailing list [email protected] http://lists.zenoss.org/mailman/listinfo/zenoss-users
