Re: A question of net-snmp
"AC." <[email protected]>
| Newsgroups | gmane.network.net-snmp.user |
|---|---|
| Message-ID | <[email protected]> |
I tried the method that you suggested yesterday. I downloaded "net-snmp-5.4.3.tar.gz" again, unpacked it, and then executed "./configure". the "configure" patameter is as following (the same as before) --host=x86_64-linux \ --with-cc="$CROSS_COMPILE"gcc \ --with-endianness=little \ --with-default-snmp-version="2" \ --with-sys-contact="Unknown" \ --with-sys-location="Unknown" \ --with-logfile="/var/log" \ --with-persistent-directory="/var/net-snmp/" \ --disable-embedded-perl \ --disable-perl-cc-checks \ --disable-applications \ --disable-manuals \ --disable-scripts \ --disable-snmptrapd-subagent \ --without-opaque-special-types \ --with-out-mib-modules="disman/event disman/schedule notification notification-log-mib target ucd_snmp host agentx" \ --without-kmem-usage \ --with-cflags=-Os \ --disable-debugging \ --without-openssl The attached file, "config.log", is the log of this configured. Then, I executed the "make" command. (# make -j3 -s 1>make-out.log 2>make-err.log) The attached file, "make-err.log", is the log about the error of this job. I don't know how to fix it, and please help me. Thanks. Bluce 2010/8/5 Dave Shield <[email protected]> > On 5 August 2010 04:32, AC. <[email protected]> wrote: > > Before this change, I make it success for the old system. > > > > The imformation of the old embedded system is: > [snip] > > > Now I have to change system for > [snip] > > > I jsut modify the parameter of configure file with > [snip] > > Are you using the same source tree for the two compilations? > Have you tried unpacking the source tarball into a separate source > tree for the second run of "configure", as I suggested yesterday? > > If not, then please do so. > > Dave >
config.log
(application/octet-stream, 741.6 KB) - not displayed