I downloaded net-snmp-5.2.1.tar.gz from several mirrors like Phoenix, Minneapolis and Sidney. When I try to extract the files from the tarball I get an error message. Please, see the follung output:
# ls -l total 32432 -rw-r--r-- 1 root other 3971320 Mar 3 2005 net-snmp-5.2.1.tar.gz -rw-r--r-- 1 root other 9754141 Jan 31 14:25 netsnmp-5.1.1-sol9-sparc-local.gz -rw-r--r-- 1 root other 2844010 Jan 31 14:25 openssl-0.9.7e-sol9-sparc-local.gz # gunzip net-snmp-5.2.1.tar.gz # ls -l total 67968 -rw-r--r-- 1 root other 22149120 Mar 3 2005 net-snmp-5.2.1.tar -rw-r--r-- 1 root other 9754141 Jan 31 14:25 netsnmp-5.1.1-sol9-sparc-local.gz -rw-r--r-- 1 root other 2844010 Jan 31 14:25 openssl-0.9.7e-sol9-sparc-local.gz # tar -xf net-snmp-5.2.1.tar tar: directory checksum error # ls -l total 67970 drwxrwxr-x 8 500 500 512 Mar 3 11:12 net-snmp-5.2.1 -rw-r--r-- 1 root other 22149120 Mar 3 11:15 net-snmp-5.2.1.tar -rw-r--r-- 1 root other 9754141 Jan 31 14:25 netsnmp-5.1.1-sol9-sparc-local.gz -rw-r--r-- 1 root other 2844010 Jan 31 14:25 openssl-0.9.7e-sol9-sparc-local.gz # Of course, if I run the configure script I get the following error: # cd net-snmp-5.2.1 # ./configure configure: error: cannot find sources (agent/mibgroup/ucd-snmp/extensible.c) in . or .. # Does someone know, what went wrong? Best regards, Thomas -----Original Message----- From: Robert Story [mailto:[EMAIL PROTECTED] Sent: Friday, February 25, 2005 12:37 PM To: Thomas Markus Stephan Cc: [email protected] Subject: Re: Problem calling a shellscript via the pass command On Thu, 24 Feb 2005 15:21:14 -0300 Thomas wrote: TMS> What surprises me that nearly the same script worked already with net-snmp TMS> version 5.0.7. Well, I'm pretty sure the exec code changed in 5.1, so that's the likely cause. Unfortunately, as I said, I can't help much more for binary packages of older releases. If you could try 5.2.1, that would help. There are some tips on testing w/out having to install here: http://www.freesnmp.com/net-snmp/faqs/#localtest TMS> The only thing I had to change in the script when I TMS> migrated to version 5.1.1, was to treat the snmpset request. At the older TMS> version the OID and type argument where passed to the script as one TMS> argument.-s MiboidType Value (OID clued together with Type) TMS> -s Miboid Type Value (would be the correct form) Yes, that was a bug in 5.0.7 and 5.0.8. -- Robert Story; NET-SNMP Junkie Support: <http://www.net-snmp.org/> <irc://irc.freenode.net/#net-snmp> Archive: <http://sourceforge.net/mailarchive/forum.php?forum=net-snmp-coders> You are lost in a twisty maze of little standards, all different. ------------------------------------------------------- SF email is sponsored by - The IT Product Guide Read honest & candid reviews on hundreds of IT Products from real users. Discover which products truly live up to the hype. Start reading now. http://ads.osdn.com/?ad_ide95&alloc_id396&op=click _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
