Author: dnicholson
Date: 2006-06-29 00:40:49 -0600 (Thu, 29 Jun 2006)
New Revision: 6229
Modified:
trunk/BOOK/general.ent
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/postlfs/filesystems/xfs.xml
Log:
Changed the XFS installation to be more consistent with the rest of the book
Modified: trunk/BOOK/general.ent
===================================================================
--- trunk/BOOK/general.ent 2006-06-29 05:45:48 UTC (rev 6228)
+++ trunk/BOOK/general.ent 2006-06-29 06:40:49 UTC (rev 6229)
@@ -1,4 +1,4 @@
-<!ENTITY day "28"> <!-- Always 2 digits -->
+<!ENTITY day "29"> <!-- Always 2 digits -->
<!ENTITY month "06"> <!-- Always 2 digits -->
<!ENTITY year "2006">
<!ENTITY version "svn-&year;&month;&day;">
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2006-06-29 05:45:48 UTC
(rev 6228)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2006-06-29 06:40:49 UTC
(rev 6229)
@@ -45,6 +45,11 @@
<para>June 29th, 2006</para>
<itemizedlist>
<listitem>
+ <para>[dnicholson] - Changed the installation instructions and
+ explanations in XFS to be more consistent with the rest of the
+ book. Thanks to Chris Staub for prompting the change.</para>
+ </listitem>
+ <listitem>
<para>[dnicholson] - Fixed sed command in WvStreams to not alter
a non-existent file. Thanks to Angel Tsankov.</para>
</listitem>
Modified: trunk/BOOK/postlfs/filesystems/xfs.xml
===================================================================
--- trunk/BOOK/postlfs/filesystems/xfs.xml 2006-06-29 05:45:48 UTC (rev
6228)
+++ trunk/BOOK/postlfs/filesystems/xfs.xml 2006-06-29 06:40:49 UTC (rev
6229)
@@ -90,13 +90,8 @@
<para>Now, as the <systemitem class="username">root</systemitem>
user:</para>
-<screen role="root"><userinput>make install</userinput></screen>
-
- <para>The <application>XFS</application> library installation is
- incomplete. To finish the installation, issue the following commands
- as the <systemitem class="username">root</systemitem> user:</para>
-
-<screen role="root"><userinput>chmod -v 755 /lib/libhandle.so* &&
+<screen role="root"><userinput>make install &&
+chmod -v 755 /lib/libhandle.so* &&
install -v -m755 -D libhandle/libhandle.la /usr/lib/libhandle.la &&
install -v -m644 libhandle/.libs/libhandle.a /usr/lib &&
ln -sv ../../lib/libhandle.so.1 /usr/lib/libhandle.so</userinput></screen>
@@ -118,7 +113,9 @@
settings.</para>
<para><command>install -v ...</command>: These commands install the
- static library and libtool archive for
<filename>libhandle</filename>.</para>
+ static library and libtool archive for <filename>libhandle</filename>
+ since <command>make install</command> only installs the shared
+ library.</para>
<para><command>ln -sv ...</command>: This command installs a symlink
that is missed by the <command>make install</command> command.</para>
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page