Changeset 52e5dd9 for BOOK/final-system/x86_64-64
- Timestamp:
- Feb 21, 2006, 1:19:39 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:
- a298fa4
- Parents:
- d3a4fc0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/final-system/x86_64-64/glibc.xml
rd3a4fc0 r52e5dd9 46 46 xpointer="xpointer(//*[@os='f'])"/> 47 47 48 <para >Now we make sure the Glibc goes into48 <para os="l1">Now we make sure the Glibc goes into 49 49 <filename class="directory">/lib</filename>:</para> 50 50 51 <screen ><userinput>echo "slibdir=/lib" >> configparms</userinput></screen>51 <screen os="l2"><userinput>echo "slibdir=/lib" >> configparms</userinput></screen> 52 52 53 53 <xi:include xmlns:xi="http://www.w3.org/2003/XInclude" … … 55 55 xpointer="xpointer(//*[@os='g'])"/> 56 56 57 <screen ><userinput>../glibc-&glibc-version;/configure --prefix=/usr \57 <screen os="h"><userinput>../glibc-&glibc-version;/configure --prefix=/usr \ 58 58 --disable-profile --enable-add-ons --enable-kernel=2.6.0 \ 59 59 --libexecdir=/usr/lib/glibc --libdir=/usr/lib</userinput></screen> 60 60 61 <variablelist >61 <variablelist os="i"> 62 62 <title>The meaning of the new configure option:</title> 63 63 … … 123 123 is. The following <command>sed</command> will correct this.</para> 124 124 125 <screen><userinput> 126 rm /lib/ld-linux.so.2 125 <screen><userinput>rm /lib/ld-linux.so.2 127 126 cp /usr/bin/ldd{,.bak} 128 sed '/RTLDLIST/s%/ld-linux.so.2 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd 129 </userinput></screen> 127 sed '/RTLDLIST/s%/ld-linux.so.2 /lib64%%' /usr/bin/ldd.bak >/usr/bin/ldd</userinput></screen> 130 128 131 129 <para>Check the script to make sure the sed worked correctly, then delete
Note:
See TracChangeset
for help on using the changeset viewer.