Changeset 860fee5
- Timestamp:
- Feb 21, 2006, 1:53:33 AM (19 years ago)
- Branches:
- clfs-1.2, clfs-2.1, clfs-3.0.0-systemd, clfs-3.0.0-sysvinit, master, systemd, sysvinit
- Children:
- bd206a5
- Parents:
- 4445c12
- Location:
- BOOK
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/multilib/shadow-64bit.xml
r4445c12 r860fee5 22 22 <title>Installation of Shadow</title> 23 23 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> 27 38 28 39 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/final-system/multilib/shadow-n32.xml
r4445c12 r860fee5 23 23 <title>Installation of Shadow</title> 24 24 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> 28 39 29 40 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" -
BOOK/materials/common/patches.xml
r4445c12 r860fee5 172 172 173 173 <varlistentry os="p21"> 174 <term>Shadow Configure Fixes Patch - 4.5KB:</term>174 <term>Shadow Configure Fixes Patch - 1.9 KB:</term> 175 175 <listitem> 176 176 <para><ulink -
BOOK/patches.ent
r4445c12 r860fee5 46 46 <!ENTITY readline-fixes-patch "readline-&readline-version;-fixes-1.patch"> 47 47 48 <!ENTITY shadow-configure_fix-patch "shadow-&shadow-version;-configure_fix- 2.patch">48 <!ENTITY shadow-configure_fix-patch "shadow-&shadow-version;-configure_fix-1.patch"> 49 49 50 50 <!ENTITY sysklogd-fixes-patch "sysklogd-&sysklogd-version;-fixes-1.patch">
Note:
See TracChangeset
for help on using the changeset viewer.