Author: renodr
Date: Tue Aug  6 14:47:41 2019
New Revision: 21903

Log:
Restore usage of system libraries in MIT Kerberos 5 (krb5) since e2fsprogs has 
straightened their Error Table API out

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/postlfs/security/mitkrb.xml

Modified: trunk/BOOK/introduction/welcome/changelog.xml
==============================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       Tue Aug  6 13:15:13 
2019        (r21902)
+++ trunk/BOOK/introduction/welcome/changelog.xml       Tue Aug  6 14:47:41 
2019        (r21903)
@@ -46,6 +46,10 @@
       <para>August 6th, 2019</para>
       <itemizedlist>
         <listitem>
+          <para>[renodr] - Now that e2fsprogs has fixed their broken 
libcom_err,
+          restore usage of system libraries in MIT Kerberos 5.</para>
+        </listitem>
+        <listitem>
           <para>[ken] - Update details for Source Code Pro in TTF/OTF
           fonts, the Adobe version from github has better coverage.</para>
         </listitem>

Modified: trunk/BOOK/postlfs/security/mitkrb.xml
==============================================================================
--- trunk/BOOK/postlfs/security/mitkrb.xml      Tue Aug  6 13:15:13 2019        
(r21902)
+++ trunk/BOOK/postlfs/security/mitkrb.xml      Tue Aug  6 14:47:41 2019        
(r21903)
@@ -138,8 +138,8 @@
 ./configure --prefix=/usr            \
             --sysconfdir=/etc        \
             --localstatedir=/var/lib \
-            --without-system-et      \
-            --without-system-ss      \
+            --with-system-et         \
+            --with-system-ss         \
             --with-system-verto=no   \
             --enable-dns-for-realm &amp;&amp;
 make</userinput></screen>
@@ -200,36 +200,18 @@
       <filename class="directory">/var/lib</filename> instead of
       <filename class="directory">/usr/var</filename>.
     </para>
-    <!-- This was broken with e2fsprogs-1.45.0. The API functions in the
-         libcom_err.so library were changed, and one of the functions that
-         KRB5 looks for was removed. As a result, we need to use the system
-         versions for the time being. Check this again at the end of the 9.0
-         release cycle, or at the next version of MIT Kerberos 5. -->
-    <!--
+
     <para>
-      <parameter>- -with-system-et</parameter>: This switch causes the build
+      <parameter>--with-system-et</parameter>: This switch causes the build
       to use the system-installed versions of the error-table support
       software.
     </para>
 
     <para>
-      <parameter>- -with-system-ss</parameter>: This switch causes the build
+      <parameter>--with-system-ss</parameter>: This switch causes the build
       to use the system-installed versions of the subsystem command-line
       interface software.
     </para>
-    -->
-
-    <para>
-      <parameter>--without-system-et</parameter>: This switch uses the internal
-      version of the error-table support library because the version that is
-      shipped with e2fsprogs is now incompatible.
-    </para>
-
-    <para>
-      <parameter>--without-system-ss</parameter>: This switch uses the internal
-      version of the subsystem command-line interface software because the 
version
-      that is shipped with e2fsprogs is now incompatible.
-    </para>
 
     <para>
       <parameter>--with-system-verto=no</parameter>: This switch fixes a bug in
-- 
http://lists.linuxfromscratch.org/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to