Changeset dd9906e for final-system/multilib/shadow-64bit.xml
- Timestamp:
- Feb 21, 2006, 2:27:39 AM (19 years ago)
- Children:
- e63113c
- Parents:
- 287d7b9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
final-system/multilib/shadow-64bit.xml
r287d7b9 rdd9906e 29 29 command below.</para> 30 30 31 <para>You will also need to use the follow sed after the configuration command31 <para>You will also need to use the following sed after the configuration command 32 32 to make sure the correct library is linked.</para> 33 33 … … 120 120 xpointer="xpointer(//*[@os='v'])"/> 121 121 122 <screen os="u"><userinput>mv /lib64/libshadow.*a /usr/lib64123 rm /lib64/libshadow.so124 ln -s f ../../lib64/libshadow.so.0 /usr/lib64/libshadow.so</userinput></screen>122 <screen os="u"><userinput>mv -v /lib64/libshadow.*a /usr/lib64 123 rm -v /lib64/libshadow.so 124 ln -svf ../../lib64/libshadow.so.0 /usr/lib64/libshadow.so</userinput></screen> 125 125 126 126 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude"
Note:
See TracChangeset
for help on using the changeset viewer.