Mostow, Glenn B wrote: > Running a series of scripts containing the net-snmp tools from my > crontab I get the following error: > > ld.so.1: snmpget: fatal: libgcc_s.so.1: open failed: No such file or > directory
The path to libgcc_s.so.1 isn't in your system's library loader configuration. Rather, it's probably set through LD_LIBRARY_PATH in the user environment. Either a) add the path to your system library loader config via crle(1) b) run the cron job as "env LD_LIBRARY_PATH=... snmpget ..." See README.solaris for some more details. +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------------------------- 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-coders mailing list Net-snmp-coders@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/net-snmp-coders