mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-18 04:57:38 +00:00
glibc: Don't "overwrite" libcrypt.so.1* when updating
As we've already concluded, overwriting a shared object can crash running processes using code or data from this shared object. For example if gdm is crashed, we may leave the system unusable :(.
This commit is contained in:
parent
bd003a8a8c
commit
4aa6831f14
@ -240,7 +240,7 @@ esac</userinput></screen>
|
||||
<emphasis role='bold'>you MUST follow the note in Libxcrypt
|
||||
section to install
|
||||
<filename class='libraryfile'>libcrypt.so.1*</filename>
|
||||
(overwritting
|
||||
(replacing
|
||||
<filename class='libraryfile'>libcrypt.so.1</filename> from the
|
||||
prior Glibc installation)</emphasis>.
|
||||
</para>
|
||||
|
@ -110,7 +110,7 @@
|
||||
--disable-static \
|
||||
--disable-failure-tokens
|
||||
make
|
||||
cp -av .libs/libcrypt.so.1* /usr/lib</userinput></screen>
|
||||
cp -av --remove-destination .libs/libcrypt.so.1* /usr/lib</userinput></screen>
|
||||
</note>
|
||||
|
||||
</sect2>
|
||||
|
Loading…
Reference in New Issue
Block a user