Thank you.  I actually found my solution. Sorry for the newb question 

-----Original Message-----
From: Thomas Anders [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, June 05, 2007 11:22 AM
To: Mostow, Glenn B
Cc: net-snmp-coders@lists.sourceforge.net
Subject: Re: Error running snmpget script from crontab - solaris 10

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

Reply via email to