- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
BOOK/temp-system/multilib/choose.xml
r8bfae90 rd785e9d 23 23 xpointer="xpointer(//*[@os='c'])"/> 24 24 25 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 26 href="../common/choose.xml" 27 xpointer="xpointer(//*[@os='d'])"/> 28 29 <screen os="e"><userinput>/tools/lib/libc.so.6 25 <screen ><userinput>/tools/lib/libc.so.6 30 26 /tools/lib64/libc.so.6 31 27 /tools/bin/gcc -v</userinput></screen> 32 28 33 <para os=" f">If any of these commands fail, you will have to follow the boot29 <para os="d">If any of these commands fail, you will have to follow the boot 34 30 method.</para> 31 32 <para>To chroot, you will also need a Linux Kernel-2.6.32 or greater 33 (having been compiled with GCC-4.1.2 or greater). The reason for the 34 kernel version requirement is that Glibc is built to generate the library 35 for the smallest version of the Linux kernel expected to be supported.</para> 36 37 <para>To check your kernel version, run <command>cat /proc/version</command> 38 - if it does not say that you are running a 2.6.32 or later Linux kernel, 39 compiled with GCC 4.1.2 or later, you cannot chroot.</para> 35 40 36 41 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 37 42 href="../common/choose.xml" 38 xpointer="xpointer(//*[@os=' g'])"/>43 xpointer="xpointer(//*[@os='e'])"/> 39 44 40 45 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 41 46 href="../common/choose.xml" 42 xpointer="xpointer(//*[@os='h'])"/> 43 44 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 45 href="../common/choose.xml" 46 xpointer="xpointer(//*[@os='i'])"/> 47 48 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude" 49 href="../common/choose.xml" 50 xpointer="xpointer(//*[@os='j'])"/> 47 xpointer="xpointer(//*[@os='f'])"/> 51 48 52 49 </sect1>
Note:
See TracChangeset
for help on using the changeset viewer.