mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01: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
|
<emphasis role='bold'>you MUST follow the note in Libxcrypt
|
||||||
section to install
|
section to install
|
||||||
<filename class='libraryfile'>libcrypt.so.1*</filename>
|
<filename class='libraryfile'>libcrypt.so.1*</filename>
|
||||||
(overwritting
|
(replacing
|
||||||
<filename class='libraryfile'>libcrypt.so.1</filename> from the
|
<filename class='libraryfile'>libcrypt.so.1</filename> from the
|
||||||
prior Glibc installation)</emphasis>.
|
prior Glibc installation)</emphasis>.
|
||||||
</para>
|
</para>
|
||||||
|
@ -110,7 +110,7 @@
|
|||||||
--disable-static \
|
--disable-static \
|
||||||
--disable-failure-tokens
|
--disable-failure-tokens
|
||||||
make
|
make
|
||||||
cp -av .libs/libcrypt.so.1* /usr/lib</userinput></screen>
|
cp -av --remove-destination .libs/libcrypt.so.1* /usr/lib</userinput></screen>
|
||||||
</note>
|
</note>
|
||||||
|
|
||||||
</sect2>
|
</sect2>
|
||||||
|
Loading…
Reference in New Issue
Block a user