diff --git a/general/genlib/pcre.xml b/general/genlib/pcre.xml
index d3e7f688d9..93025b58f1 100644
--- a/general/genlib/pcre.xml
+++ b/general/genlib/pcre.xml
@@ -111,9 +111,7 @@ make
Now, as the root user:
-make install &&
-mv -v /usr/lib/libpcre.so.* /lib &&
-ln -sfv ../../lib/$(readlink /usr/lib/libpcre.so) /usr/lib/libpcre.so
+make install
@@ -158,12 +156,14 @@ ln -sfv ../../lib/$(readlink /usr/lib/libpcre.so) /usr/lib/libpcre.so
+
: this option enables Just-in-time
diff --git a/introduction/welcome/changelog.xml b/introduction/welcome/changelog.xml
index 3cbb308596..933577fc1d 100644
--- a/introduction/welcome/changelog.xml
+++ b/introduction/welcome/changelog.xml
@@ -41,6 +41,17 @@
-->
+
+
+ May 14th, 2021
+
+
+ [renodr] - Remove instructions from PCRE for moving libraries
+ to /lib.
+
+
+
+
May 13th, 2021