<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><br>
krb5 fails to build with Tcl 8.6.0 under -current. Add these lines to krb5.SlackBuild after cd $PRGNAM-$VERSION/src<br>
and it builds nicely:<br>
#TCL 8.6 build fix<br>
sed -e "s@python2.5/Python.h@& python2.7/Python.h@g" \<br>
    -e "s@-lpython2.5]@&,\n AC_CHECK_LIB(python2.7,main,[<u></u>PYTHON_LIB=-lpython2.7])@g" \<br>
    -i <a href="http://configure.in" target="_blank">configure.in</a> &&<br>
sed -e "s@interp->result@Tcl_<u></u>GetStringResult(interp)@g" \<br>
    -i kadmin/testing/util/tcl_kadm5.<u></u>c &&<br>
<br>
</blockquote><div> </div><div>Current is not officially <span></span>supported, so i guess the maintainer will submit an update when slackware 14.1 gets relesed </div><br><br>-- <br>Willy Sudiarto Raharjo<br>Personal Blog : <a href="http://willysr.blogspot.com" target="_blank">http://willysr.blogspot.com</a><br>
Linux Blog: <a href="http://slackblogs.blogspot.com" target="_blank">http://slackblogs.blogspot.com</a><br>