aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/pkgmgt.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2023-06-09 12:42:36 -0500
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2023-06-09 12:42:36 -0500
commit7e7600de9ef3d21f5c3927a31f3d7e4e4bc643bd (patch)
tree5b557896cd1f1dcb0a740c9a7e836a60fddba9e4 /chapter08/pkgmgt.xml
parent2ebf4143a8e1dfac1f4855ae116aeabb3f50418a (diff)
parent6256b16baf9ebc6bf41a929523fb35378bac8208 (diff)
Merge branch 'trunk' of git.linuxfromscratch.org:lfs into trunk
Diffstat (limited to 'chapter08/pkgmgt.xml')
-rw-r--r--chapter08/pkgmgt.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter08/pkgmgt.xml b/chapter08/pkgmgt.xml
index f5e50524b..7104d9cba 100644
--- a/chapter08/pkgmgt.xml
+++ b/chapter08/pkgmgt.xml
@@ -86,12 +86,12 @@
</listitem>
<listitem><para>If a package is (directly or indirectly) linked to both
- the old and new versions of a shared library (for example, the package
+ the old and new names of a shared library (for example, the package
links to both <filename class='libraryfile'>libfoo.so.2</filename> and
<filename class='libraryfile'>libbar.so.1</filename>, while the latter
links to <filename class='libraryfile'>libfoo.so.3</filename>), the
package may malfunction because the different revisions of the shared
- library present conflicting locations for some symbol names. This can be
+ library present incompatible definitions for some symbol names. This can be
caused by recompiling some, but not all, of the packages linked to the
old shared library after the package providing the shared library is
upgraded. To avoid the issue, users will need to rebuild every package