So here is what I did...
I replaced the source with the contents of the tarball again. I then copied and pasted the contents of configure from the link Thomas provided to my source top level directory into a new configure file and set the permissions. In the attached typescript I installed Thomas' patch to the newly refreshed source with no problems. I then ran configure from my start script using bash but still no options. No problems that I saw and the libperfstat warnings were not present. Not sure if I had said it earlier but using bash eliminated the Perl errors that I was getting in the beginning as well. I then ran `make` from the source top level directory and after the `make test` failed, I found that I did get some warnings (line 994) that read: "md5.c: In function 'MDblock':^M md5.c:198: warning: passing argument 1 of 'MDreverse' discards qualifiers from pointer target type^M md5.c:278: warning: passing argument 1 of 'MDreverse' discards qualifiers from pointer target type^M" Also during the make I got these warnings (line 1404): "hardware/fsys/fsys_mntctl.c: In function 'netsnmp_fsys_arch_load':^M hardware/fsys/fsys_mntctl.c:96: warning: passing argument 3 of 'mntctl' from incompatible pointer type^M hardware/fsys/fsys_mntctl.c:108: warning: passing argument 3 of 'mntctl' from incompatible pointer type^M hardware/fsys/fsys_mntctl.c:123: warning: assignment from incompatible pointer type^M" After the run of `make` completed back to a command prompt, I ran `agent/snmpd -f Le` and the process started. Success... There was no response from the command other than the return to a new command line prompt. Checking ps the process was running. I then did the `make test`. At the bottom of the file you will see that all but 1 test, the last test, succeeded and then there was an error and the run "Stop"ped with double error code 2s. This led me to check back for other errors or warnings during the earlier processes which is when I found the `make` warnings above. Because the `make test` did fail, I did not move on to running `make install` Seems like we have been successful in getting past several hurdles but may have some more to go. Any ideas? Again your help has been greatly appreciated... J J Mike Lomax Principal Systems Engineer, Advanced Technology Solutions Office (909) 379-0669 Cell (951) 206-5852 [email protected] Visit QuadraMed's Booth (#1601) at AHIMA October 2 - 5 in Salt Lake City, UT -----Original Message----- From: Thomas Anders [mailto:[email protected]] Sent: Tuesday, August 23, 2011 3:15 PM To: Lomax, Michael P. Cc: [email protected] Subject: Re: NET-SNMP Compile Errors Lomax, Michael P. wrote > "sh-2.05b# autoconf > configure.ac:14: error: Autoconf version 2.63 or higher is required You may want to download the pre-generated configure script from the Git web interface, then: http://net-snmp.git.sourceforge.net/git/gitweb.cgi?p=net-snmp/net-snmp;a =blob_plain;f=configure;hb=refs/heads/V5-7-patches Put it into the top level of the source tree and run: chmod 755 configure ./configure +Thomas
typescript.newconfigfile.gz
Description: typescript.newconfigfile.gz
------------------------------------------------------------------------------ EMC VNX: the world's simplest storage, starting under $10K The only unified storage solution that offers unified management Up to 160% more powerful than alternatives and 25% more efficient. Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
