Ignore:
Timestamp:
Feb 21, 2006, 1:53:33 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Children:
c8819a6
Parents:
d4285da
Message:

r959@server (orig r957): jim | 2005-12-23 19:11:15 -0800

r1186@server: jim | 2005-12-23 19:09:46 -0800
Reworked multilib fix. Reverted patch, changed into a sed.


File:
1 edited

Legend:

Unmodified
Added
Removed
  • final-system/multilib/shadow-64bit.xml

    rd4285da r4d4f8776  
    2222    <title>Installation of Shadow</title>
    2323
    24     <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
    25     href="shadow.xml"
    26     xpointer="xpointer(//*[@os='a'])"/>
     24    <note os="a">
     25      <para>If you would like to enforce the use of strong passwords,
     26      refer to <ulink url="&blfs-root;view/svn/postlfs/cracklib.html"/>
     27      for installing Cracklib prior to building Shadow. Then add
     28      <parameter>--with-libcrack</parameter> to the <command>configure</command>
     29      command below.</para>
     30
     31      <para>You will also need to use the follow sed after the configuration command
     32      to make sure the correct library is linked.</para>
     33
     34      <screen><userinput>sed -i libtool \
     35         -e 's@\(^sys_lib_search_path_spec=\).*@\1"/lib64 /usr/lib64 /usr/local/lib64"@g' \
     36         -e 's@\(^sys_lib_dlsearch_path_spec=\).*@\1"/lib64 /usr/lib64 /usr/local/lib64"@g'</userinput></screen>
     37    </note>
    2738
    2839    <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note: See TracChangeset for help on using the changeset viewer.