Ignore:
Timestamp:
Feb 21, 2006, 1:53:33 AM (18 years ago)
Author:
Jim Gifford <clfs@…>
Branches:
clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
Children:
bd206a5
Parents:
4445c12
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.


Location:
BOOK/final-system/multilib
Files:
2 edited

Legend:

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

    r4445c12 r860fee5  
    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"
  • BOOK/final-system/multilib/shadow-n32.xml

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