Changeset c18558c
- Timestamp:
- 08/26/2022 12:31:32 PM (2 years ago)
- Branches:
- xry111/arm64, xry111/arm64-12.0
- Children:
- 8b9efe67
- Parents:
- 9334a3f
- git-author:
- Xi Ruoyao <xry111@…> (08/24/2022 03:29:04 PM)
- git-committer:
- Xi Ruoyao <xry111@…> (08/26/2022 12:31:32 PM)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
chapter05/glibc.xml
r9334a3f rc18558c 43 43 <sect2 role="installation"> 44 44 <title>Installation of Glibc</title> 45 46 <para>First, create a symbolic link for LSB compliance. Additionally,47 for x86_64, create a compatibility symbolic link required for proper48 operation of the dynamic library loader:</para>49 50 <screen><userinput remap="pre">case $(uname -m) in51 i?86) ln -sfv ld-linux.so.2 $LFS/lib/ld-lsb.so.352 ;;53 x86_64) ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib6454 ln -sfv ../lib/ld-linux-x86-64.so.2 $LFS/lib64/ld-lsb-x86-64.so.355 ;;56 esac</userinput></screen>57 58 <note>59 <para>60 The above command is correct. The <command>ln</command> command has61 a few syntactic versions, so be sure to check62 <command>info coreutils ln</command> and <filename>ln(1)</filename>63 before reporting what you may think is an error.64 </para>65 </note>66 45 67 46 <para>Some of the Glibc programs use the non-FHS compliant
Note:
See TracChangeset
for help on using the changeset viewer.