It appears that there are some problems with compiling
NET-SNMP on Solaris 10 U3.

I was able to compile it on the system before upgrade
it from U2 to U3.

I need to compile the Perl modules but found that I am
unable to conduct a successful compile even in the
most simplest of forms.

“--disable-agent --disable-mibs --disable-mib-loading
--disable-applications --disable-scripts
--disable-set-support --disable-manuals --disable-md5”

/usr/include/netinet/in_pcb.h:40: error: field
`inp_route' has incomplete type
*** Error code 1
make: Fatal error: Command failed for target
`snmp_vars.lo'
Current working directory /my-inst/net-snmp-5.4/agent
*** Error code 1
The following command caused the error:
if test "snmplib  agent" != ""; then \
        it="snmplib  agent" ; \
        for i in $it ; do \
                echo "making all in `pwd`/$i"; \
                ( cd $i ; make ) ; \
                if test $? != 0 ; then \
                        exit 1 ; \
                fi  \
        done \
fi


with std. configure it fails in the mib group:


In file included from mibgroup/mibII/at.c:88:
../agent/mibgroup/kernel_sunos5.h:19: warning:
redefinition of `Counter64'
/usr/include/inet/mib2.h:123: warning: `Counter64'
previously declared here
*** Error code 1
make: Fatal error: Command failed for target
`mibgroup/mibII/at.lo'
Current working directory /my-inst/net-snmp-5.4/agent
*** Error code 1
The following command caused the error:
if test "snmplib  agent apps man local mibs" != "";
then \
        it="snmplib  agent apps man local mibs" ; \
        for i in $it ; do \
                echo "making all in `pwd`/$i"; \
                ( cd $i ; make ) ; \
                if test $? != 0 ; then \
                        exit 1 ; \
                fi  \
        done \
fi


I did not have this problem before the upgrade. I also
tried the compiler shipped with Sun Studio 10 and also
dmake, same problem.

http://www.mail-archive.com/net-snmp-users@lists.sourceforge.net/msg13049.html
(“ar” is in the PATH)
http://www.mail-archive.com/net-snmp-users@lists.sourceforge.net/msg13285.html

Both threads listed above were created after the
release of Solaris U3. (11/06) Maybe they are using U3

I also tried version 5.3.1 same problem. 

Anyone else have this problem?


Thanks,



 
____________________________________________________________________________________
Don't get soaked.  Take a quick peek at the forecast
with the Yahoo! Search weather shortcut.
http://tools.search.yahoo.com/shortcuts/#loc_weather

-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Net-snmp-coders mailing list
Net-snmp-coders@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to