Hi Ken, RAND_bytes is part of OpenSSL; do you have openssl installed on your system? If so, you may need to add /usr/local/ssl/lib to your run time linker path with
crle -u -l /usr/local/ssl/lilb as the Sun Freeware OpenSSL package lives in /usr/local/ssl/ .. if you are using that package that is :). - Max On 4/25/07, Ken Alarie <[EMAIL PROTECTED]> wrote: > > > I am installing net-snmp 5.4 on a Sun Sparc system running Solaris10. The > compile/install went fairly well. I had a couple of library errors when I > started snmp back up but loaded the missing libraries and those went away. > The libraries missing were libgcrypt, libgpgerror, and libiconv. Now when I > run any snmp command I get the following; > > # /usr/local/bin/snmpwalk -Os -c public unixhost system > ld.so.1: snmpwalk: fatal: relocation error: file > /usr/local/lib/libnetsnmp.so.15: symbol RAND_bytes: > referenced symbol not found > Killed > > Before trying to install net-snmp these commands did work. The only > previous versions of snmp/net-snmp were what came with the OS. > > > > Kenneth Alarie > Open Systems Administrator > Werner Enterprises > 14507 Frontier Rd > Omaha NE 68138 > > Phone: 402-894-3725 > Pager/cell: 402-672-0290 > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Net-snmp-users mailing list > [email protected] > Please see the following page to unsubscribe or change other options: > https://lists.sourceforge.net/lists/listinfo/net-snmp-users > > ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Net-snmp-users mailing list [email protected] Please see the following page to unsubscribe or change other options: https://lists.sourceforge.net/lists/listinfo/net-snmp-users
