diff --git a/documentation/KnownProblems.html b/documentation/KnownProblems.html
index e0b36ad04..de5577aa1 100644
--- a/documentation/KnownProblems.html
+++ b/documentation/KnownProblems.html
@@ -8,6 +8,8 @@
+
January 17, 2003
+
EPICS base R3.14.1: Known Problems
@@ -26,5 +28,14 @@
A SHRLIB_SEARCH_DIRS += should be generated for everything found in
configure/RELEASE
+
+For shared library builds on solaris
+
+ - Change "SYS_SHRLIB_LIBS_8 += Crun" to "SYS_SHRLIB_LIBS_8 += Crun Cstd" in
+configure/os/CONFIG.Common.solaris-sparc and configure/os/CONFIG.Common.solaris-x86
+and change "SYS_DLL_LIBS_solaris_8 = Crun" to "SYS_DLL_LIBS_solaris_8 = Crun Cstd" in
+config/CONFIG.Host.solaris and config/CONFIG.Host.solarisGnu.
+
+