Krb5 1.11.1, fix At-Spi2 deps.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@11030 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Krejzi 2013-03-01 10:38:56 +00:00
parent 2995055ed6
commit debb0893af
4 changed files with 30 additions and 17 deletions

View File

@ -3,13 +3,13 @@ $LastChangedBy$
$Date$
-->
<!ENTITY day "27"> <!-- Always 2 digits -->
<!ENTITY month "02"> <!-- Always 2 digits -->
<!ENTITY day "01"> <!-- Always 2 digits -->
<!ENTITY month "03"> <!-- Always 2 digits -->
<!ENTITY year "2013">
<!ENTITY copyrightdate "2001-&year;">
<!ENTITY copyholder "The BLFS Development Team">
<!ENTITY version "&year;-&month;-&day;">
<!ENTITY releasedate "February 27th, &year;">
<!ENTITY releasedate "March 1st, &year;">
<!ENTITY pubdate "&year;-&month;-&day;"> <!-- metadata req. by TLDP -->
<!ENTITY blfs-version "svn"> <!-- svn|[release #] -->
<!ENTITY lfs-version "development"> <!-- version|testing|unstable|development] -->
@ -185,7 +185,7 @@ export -f as_root</userinput></screen>
<!ENTITY liboauth-version "1.0.0">
<!ENTITY libpwquality-version "1.2.0">
<!ENTITY linux-pam-version "1.1.6">
<!ENTITY mitkrb-version "1.11">
<!ENTITY mitkrb-version "1.11.1">
<!ENTITY nettle-version "2.6">
<!ENTITY nss-major-version "14">
<!ENTITY nss-minor-version "1">

View File

@ -6,10 +6,10 @@
<!ENTITY mitkrb-download-http "http://web.mit.edu/kerberos/www/dist/krb5/1.11/krb5-&mitkrb-version;-signed.tar">
<!ENTITY mitkrb-download-ftp " ">
<!ENTITY mitkrb-md5sum "1a13c53899806c4da99a798a04d25545">
<!ENTITY mitkrb-md5sum "76c6bed945c5771674357cfd4a08e3f5">
<!ENTITY mitkrb-size "12 MB">
<!ENTITY mitkrb-buildsize "125 MB (Additional 20 MB if running the testsuite)">
<!ENTITY mitkrb-time "1.4 SBU (additional 2.0 SBU if running the testsuite)">
<!ENTITY mitkrb-buildsize "140 MB (Additional 20 MB if running the testsuite)">
<!ENTITY mitkrb-time "1.5 SBU (additional 3.0 SBU if running the testsuite)">
]>
<sect1 id="mitkrb" xreflabel="MIT Kerberos V5-&mitkrb-version;">
@ -80,8 +80,9 @@
<para role="optional">
<xref linkend="dejagnu"/> (required to run the testsuite),
<xref linkend="keyutils"/>,
<xref linkend="openldap"/> and
<xref linkend="python2"/> (used during the testsuite).
<xref linkend="openldap"/>,
<xref linkend="python2"/> (used during the testsuite) and
<xref linkend="rpcbind"/> (used during the testsuite)
</para>
<note>
@ -113,7 +114,7 @@
After unpacking the distribution tarball and if you have
<xref linkend="gnupg"/> installed, you can
authenticate the package. First, check the contents of the file
<filename>krb5-1.10.3.tar.gz.asc</filename>.
<filename>krb5-&mitkrb-version;.tar.gz.asc</filename>.
</para>
<screen><userinput>gpg --verify krb5-&mitkrb-version;.tar.gz.asc krb5-&mitkrb-version;.tar.gz</userinput></screen>
@ -142,6 +143,12 @@ gpg: Can't check signature: public key not found</screen>
</para>
<screen><userinput>cd src &amp;&amp;
sed -e "s@python2.5/Python.h@&amp; python2.7/Python.h@g" \
-e "s@-lpython2.5]@&amp;,\n AC_CHECK_LIB(python2.7,main,[PYTHON_LIB=-lpython2.7])@g" \
-i configure.in &amp;&amp;
sed -e "s@interp->result@Tcl_GetStringResult(interp)@g" \
-i kadmin/testing/util/tcl_kadm5.c &amp;&amp;
autoconf &amp;&amp;
./configure CPPFLAGS="-I/usr/include/et -I/usr/include/ss" \
--prefix=/usr \
--localstatedir=/var/lib \
@ -162,8 +169,8 @@ make</userinput></screen>
<screen role="root"><userinput>make install &amp;&amp;
for LIBRARY in gssapi_krb5 gssrpc k5crypto kadm5clnt_mit kadm5srv_mit \
kdb5 krb5 krb5support verto ; do
chmod -v 755 /usr/lib/lib$LIBRARY.so.*.*
kdb5 kdb_ldap krb5 krb5support verto ; do
[ -e /usr/lib/lib$LIBRARY.so.*.* ] &amp;&amp; chmod -v 755 /usr/lib/lib$LIBRARY.so.*.*
done &amp;&amp;
mv -v /usr/lib/libkrb5.so.3* /lib &amp;&amp;
@ -192,6 +199,12 @@ unset LIBRARY</userinput></screen>
<sect2 role="commands">
<title>Command Explanations</title>
<para>
<command>sed -e ...</command>: First <command>sed</command> fixes
<application>Python</application> detection and second one fixes
build with <application>Tcl</application> 8.6.
</para>
<para>
<option>--enable-dns-for-realm</option>: This switch allows
realms to be resolved using the DNS server.
@ -424,7 +437,7 @@ EOF</userinput></screen>
<para>
For additional information consult <ulink
url="http://web.mit.edu/kerberos/www/krb5-1.10/#documentation">
Documentation for krb-&mitkrb-version;</ulink> on which the above
Documentation for krb5-&mitkrb-version;</ulink> on which the above
instructions are based.
</para>

View File

@ -76,9 +76,8 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="at-spi2-core"/>,
<xref linkend="atk"/> and
<xref linkend="intltool"/>
<xref linkend="at-spi2-core"/> and
<xref linkend="atk"/>
</para>
<para condition="html" role="usernotes">User Notes:

View File

@ -79,7 +79,8 @@
<bridgehead renderas="sect4">Required</bridgehead>
<para role="required">
<xref linkend="dbus"/>,
<xref linkend="glib2"/> and
<xref linkend="glib2"/>,
<xref linkend="intltool"/> and
<xref linkend="xorg7-lib"/>
</para>