aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/openssl.xml
diff options
context:
space:
mode:
authorXi Ruoyao <xry111@mengyan1223.wang>2021-05-16 02:52:59 +0800
committerXi Ruoyao <xry111@mengyan1223.wang>2021-05-16 02:55:02 +0800
commit59fef4c47ec96d7c10db3b8c24790142018f131c (patch)
tree1d433413caf3b46c035cc3805fff2bbe933a0921 /chapter08/openssl.xml
parent80838616e5a049e80efda352f5cf91a2fd22ea66 (diff)
generalize ken's note for shared library update, ...
and move it into package management section
Diffstat (limited to 'chapter08/openssl.xml')
-rw-r--r--chapter08/openssl.xml13
1 files changed, 2 insertions, 11 deletions
diff --git a/chapter08/openssl.xml b/chapter08/openssl.xml
index b96c355f7..d1690efc6 100644
--- a/chapter08/openssl.xml
+++ b/chapter08/openssl.xml
@@ -90,19 +90,10 @@ make MANSUFFIX=ssl install</userinput></screen>
<para>
However, any running programs linked to those libraries need to be stopped
- and restarted. The following command, run as
- <systemitem class="username">root</systemitem> after udating, will list what is
- using the old versions of those libraries:
+ and restarted. Read the related entries in
+ <xref linkend='pkgmgmt-upgrade-issues'/> for details.
</para>
-<screen><userinput role="nodump">grep -l -e 'libssl.*deleted' -e 'libcrypto.*deleted' /proc/*/maps |
- tr -cd 0-9\\n | xargs -r ps u</userinput></screen>
-
- <para>
- If you used <application>OpenSSH</application> to login to the system, you
- need to logout, login again, and rerun that command to confirm nothing is
- still using the deleted libraries.
- </para>
</note>
</sect2>