Author: bdubbs
Date: Wed Feb  5 12:17:42 2014
New Revision: 10457

Log:
Fix expect library name.

Modified:
   trunk/BOOK/chapter01/changelog.xml
   trunk/BOOK/chapter05/expect.xml
   trunk/BOOK/chapter06/e2fsprogs.xml

Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml  Wed Feb  5 12:00:54 2014        (r10456)
+++ trunk/BOOK/chapter01/changelog.xml  Wed Feb  5 12:17:42 2014        (r10457)
@@ -39,6 +39,11 @@
       <para>2014-02-05</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Change expect library type in Chapter 5.
+          Thanks to kammet for teh report.  Fixes
+          <ulink url="&lfs-ticket-root;3484">#3484</ulink>.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Fix e2fsprogs tests to run properly
           in the LFS chroot envirnment.</para>
         </listitem>

Modified: trunk/BOOK/chapter05/expect.xml
==============================================================================
--- trunk/BOOK/chapter05/expect.xml     Wed Feb  5 12:00:54 2014        (r10456)
+++ trunk/BOOK/chapter05/expect.xml     Wed Feb  5 12:17:42 2014        (r10457)
@@ -121,7 +121,7 @@
 
       <seglistitem>
         <seg>expect</seg>
-        <seg>libexpect-&expect-lib-version;.a</seg>
+        <seg>libexpect-&expect-lib-version;.so</seg>
       </seglistitem>
     </segmentedlist>
 
@@ -142,7 +142,7 @@
       </varlistentry>
 
       <varlistentry id="libexpect">
-        <term><filename 
class="libraryfile">libexpect-&expect-lib-version;.a</filename></term>
+        <term><filename 
class="libraryfile">libexpect-&expect-lib-version;.so</filename></term>
         <listitem>
           <para>Contains functions that allow Expect to be used as a Tcl
           extension or to be used directly from C or C++ (without Tcl)</para>

Modified: trunk/BOOK/chapter06/e2fsprogs.xml
==============================================================================
--- trunk/BOOK/chapter06/e2fsprogs.xml  Wed Feb  5 12:00:54 2014        (r10456)
+++ trunk/BOOK/chapter06/e2fsprogs.xml  Wed Feb  5 12:17:42 2014        (r10457)
@@ -135,7 +135,7 @@
 
 <screen><userinput remap="install">make install</userinput></screen>
 
-    <para>Install the static libraries:</para>
+    <para>Install the static libraries and headers:</para>
 
 <screen><userinput remap="install">make install-libs</userinput></screen>
 
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/lfs/faq.html
Unsubscribe: See the above information page

Reply via email to