>I am running into a problem building net-snmp 5.0.8 on Solaris 8, using both
>gcc and the Sun Pro compilers. The build will complete with little problem,
>up to the ksm section, when it errors with this:
>
>/usr/local/bin/gcc -I../include -I../include -I. -I.. -I. -I./..
>-I/usr/include/openssl -I/usr/include/openssl -R/usr/lib -Dsolaris2 -c
>snmpksm.c -fPIC -DPIC -o .libs/snmpksm.lo
>snmpksm.c: In function `ksm_rgenerate_out_msg':
>snmpksm.c:566: `krb5_enctype_array' undeclared (first use in this function)
>snmpksm.c:566: (Each undeclared identifier is reported only once
>snmpksm.c:566: for each function it appears in.)
>snmpksm.c: In function `ksm_process_in_msg':
>snmpksm.c:1372: `krb5_enctype_array' undeclared (first use in this function)
>make[1]: *** [snmpksm.lo] Error 1
Is configure declaring MIT_NEW_CRYPTO? The issue here is that there was
an API change, and krb5_enctype_array really should only appear if you're
using the so-called "old crypto" interface. If you're using MIT Kerberos
1.2.7, you should definately be using the "new crypto" interface.
Also, I believe the README has a syntax error in it; that line really should
be (IIRC):
rwuser -s ksm userid@xxxxxxxxxx
--Ken
-------------------------------------------------------
This SF.net email is sponsored by:
The Definitive IT and Networking Event. Be There!
NetWorld+Interop Las Vegas 2003 -- Register today!
http://ads.sourceforge.net/cgi-bin/redirect.pl?keyn0001en
|