in $ZENHOME/lib/python/pynetsnmp you will find netsnmp.py

Neat the top of that file:


Code:

try:
    # needed by newer netsnmp's
    crypto = CDLL(find_library('crypto'), RTLD_GLOBAL)
except Exception:
    import warnings
    warnings.warn("Unable to load crypto library")




Unset your LD_PRELOAD variable.  Run python on this file.  Verify you don't get 
a warning.  If you get a warning, fix the find_library function above this 
code.  If you don't get a warning, something else is going on.   Perhaps 
there's a stray version of the crypto library installed.

-Eric




-------------------- m2f --------------------

Read this topic online here:
http://community.zenoss.com/forums/viewtopic.php?p=23967#23967

-------------------- m2f --------------------



_______________________________________________
zenoss-users mailing list
[email protected]
http://lists.zenoss.org/mailman/listinfo/zenoss-users

Reply via email to