hi:
thanks for the sourcing package.
i have download the net-snmp-5.7.1.pre2 package and installed successfully on 
OS HP-UX-B.11.31-ia64.
during my complied and installation ,there has some bugs,after i modified,then 
it is ok.
may it useful to you.
1)after run 'sh ./configure' ,run 'make' and run 'make clean' wo got several 
sytax errors.
    they are the same sytax error.
    in all Makefile, line '$(FEATUREFILE): $(FTOBJS) 
$(top_builddir)/include/net-snmp/feature-details.h'  has sytax error.
    after modified to'FEATUREFILE: $(FTOBJS) 
$(top_builddir)/include/net-snmp/feature-details.h'
   all syntax errors were solved. i think this is not the real reason,as 
Makefiles were generated by configure file,the real proble is in configure file.
   in  follow Makefiles ,paramenter $FEATUREFILE,some is set value to ,others 
not. it is incredible.
./local/Makefile
./mibs/Makefile
./apps/snmpnetstat/Makefile
FEATUREFILE=../../include/net-snmp/features-snmpnetstat.h
./apps/Makefile
FEATUREFILE=../include/net-snmp/features-apps.h
./snmplib/Makefile
FEATUREFILE     = $(top_builddir)/include/net-snmp/library/features.h
./agent/mibgroup/Makefile
FEATUREFILE=../../include/net-snmp/agent/features-mibgroups.h
./agent/helpers/Makefile
./agent/Makefile
FEATUREFILE     = $(top_builddir)/include/net-snmp/agent/features.h
./man/Makefile
./Makefile
2)  i install the package ,run 'make install’,when it install the manual, i got 
an sytax error.
     i found the syntax error in ./man/Makefile.
     line  '@for i in $(MAN3) ; do $(INSTALL_DATA) $(srcdir)/$$i 
$(INSTALL_PREFIX)$(man3dir) ; echo "wgm 333 install:  installed $$i in 
$(INSTALL_PREFIX)$(man3dir) ;    has sytax error,because $(MAN3) has no value.
   after comment this line '#@for i in $(MAN3) ; do $(INSTALL_DATA) 
$(srcdir)/$$i $(INSTALL_PREFIX)$(man3dir) ; echo "wgm 333 install:  installed 
$$i in $(INSTALL_PREFIX)$(man3dir)';
  syntax error was solved.
 
 
after this i install the package successfully!
thank you!

 
------------------------------------------------------------------------------
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT 
space for its ease of implementation, lower cost, and increased 
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to