Author: bdubbs
Date: Mon Jan 13 10:27:40 2020
New Revision: 11729
Log:
Clean up zstd installation
Modified:
trunk/BOOK/appendices/dependencies.xml
trunk/BOOK/chapter01/changelog.xml
trunk/BOOK/chapter06/zstd.xml
trunk/BOOK/general.ent
Modified: trunk/BOOK/appendices/dependencies.xml
==============================================================================
--- trunk/BOOK/appendices/dependencies.xml Mon Jan 13 08:07:23 2020
(r11728)
+++ trunk/BOOK/appendices/dependencies.xml Mon Jan 13 10:27:40 2020
(r11729)
@@ -2786,7 +2786,7 @@
<segtitle>&before;</segtitle>
<seglistitem>
- <seg>Tar</seg>
+ <seg>None</seg>
</seglistitem>
</segmentedlist>
Modified: trunk/BOOK/chapter01/changelog.xml
==============================================================================
--- trunk/BOOK/chapter01/changelog.xml Mon Jan 13 08:07:23 2020 (r11728)
+++ trunk/BOOK/chapter01/changelog.xml Mon Jan 13 10:27:40 2020 (r11729)
@@ -43,6 +43,16 @@
appropriate for the entry or if needed the entire day's listitem.
-->
<listitem>
+ <para>2020-01-13</para>
+ <itemizedlist>
+ <listitem>
+ <para>[bdubbs] - Ensure zstd libraries are installed in the correct
+ location.</para>
+ </listitem>
+ </itemizedlist>
+ </listitem>
+
+ <listitem>
<para>2020-01-12</para>
<itemizedlist>
<listitem>
Modified: trunk/BOOK/chapter06/zstd.xml
==============================================================================
--- trunk/BOOK/chapter06/zstd.xml Mon Jan 13 08:07:23 2020 (r11728)
+++ trunk/BOOK/chapter06/zstd.xml Mon Jan 13 10:27:40 2020 (r11729)
@@ -52,6 +52,15 @@
<screen><userinput remap="install">make prefix=/usr
install</userinput></screen>
+ <para>Remove the static library and move the shared library to
+ <filename class="directory">/lib</filename>. Also, the
+ <filename class="extension">.so</filename> file in
+ <filename class="directory">/usr/lib</filename> will need to be
recreated:</para>
+
+<screen><userinput remap="install">rm -v /usr/lib/libzstd.a
+mv -v /usr/lib/libzstd.so.* /lib
+ln -sfv ../../lib/$(readlink /usr/lib/libzstd.so)
/usr/lib/libzstd.so</userinput></screen>
+
</sect2>
<sect2 id="contents-zstd" role="content">
Modified: trunk/BOOK/general.ent
==============================================================================
--- trunk/BOOK/general.ent Mon Jan 13 08:07:23 2020 (r11728)
+++ trunk/BOOK/general.ent Mon Jan 13 10:27:40 2020 (r11729)
@@ -1,13 +1,13 @@
-<!ENTITY version "SVN-20200112">
+<!ENTITY version "SVN-20200113">
<!ENTITY short-version "svn"> <!-- Used below in &blfs-book;
Change to x.y for release but not -rc
releases -->
<!ENTITY generic-version "development"> <!-- Use "development" or
"x.y[-pre{x}]" -->
-<!ENTITY versiond "20200112-systemd">
+<!ENTITY versiond "20200113-systemd">
<!ENTITY short-versiond "systemd">
<!ENTITY generic-versiond "systemd">
-<!ENTITY releasedate "January 12th, 2020">
+<!ENTITY releasedate "January 13th, 2020">
<!ENTITY copyrightdate "1999-2020"><!-- jhalfs needs a literal dash, not
– -->
<!ENTITY milestone "9.0">
--
http://lists.linuxfromscratch.org/listinfo/lfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page