Author: krejzi
Date: Wed Jun  5 03:20:09 2013
New Revision: 11267

Log:
On the other hand, *.la and *.so files don't belong in /lib.

Modified:
   trunk/BOOK/postlfs/security/attr.xml

Modified: trunk/BOOK/postlfs/security/attr.xml
==============================================================================
--- trunk/BOOK/postlfs/security/attr.xml        Wed Jun  5 02:57:06 2013        
(r11266)
+++ trunk/BOOK/postlfs/security/attr.xml        Wed Jun  5 03:20:09 2013        
(r11267)
@@ -71,7 +71,7 @@
 
 INSTALL_USER=root  \
 INSTALL_GROUP=root \
-./configure --prefix=/usr --libdir=/lib --disable-static &&
+./configure --prefix=/usr --disable-static &&
 make</userinput></screen>
 
     <para>There are three sets of tests that come with this package. Issue the
@@ -84,7 +84,9 @@
 
 <!-- Package uses DIST_ROOT instead of DESTDIR -->
 <screen role="root"><userinput>make install install-dev install-lib &amp;&amp;
-chmod -v 0755 /lib/libattr.so.1.1.0</userinput></screen>
+chmod -v 755 /usr/lib/libattr.so.1.1.0 &amp;&amp;
+mv -v /usr/lib/libattr.so.* /lib &amp;&amp;
+ln -sfv ../../lib/libattr.so.1 /usr/lib/libattr.so</userinput></screen>
 
   </sect2>
 
-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to