I compiled the latest version of MIT Kerberos for Solaris tonight. All in all not too painful. I hadn't done any compilation since December, so I forgot that it's best to use bash instead of tcsh as my configuration shell.
For future reference, here's the configure options:
./configure --prefix=/usr/local --without-krb4 --with-tcl=/usr/sfw --enable-shared
For future reference, here's the configure options:
./configure --prefix=/usr/local --without-krb4 --with-tcl=/usr/sfw --enable-shared
Comments