summaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2004-03-03 09:17:06 +0000
committerdes <des@FreeBSD.org>2004-03-03 09:17:06 +0000
commit4792e23287079d2be73468d7d74f3ade8391c063 (patch)
tree5779c1d218573f2a4caf79ff9184fe445a3e3a1d /UPDATING
parent69e1aa030eef4e5870be86346902431340fbf12a (diff)
downloadFreeBSD-src-4792e23287079d2be73468d7d74f3ade8391c063.zip
FreeBSD-src-4792e23287079d2be73468d7d74f3ade8391c063.tar.gz
Add a note explaining how to use libmap.conf to work around problems
with the libc_r -> libpthread transition.
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 5f75893..ad75f3e 100644
--- a/UPDATING
+++ b/UPDATING
@@ -17,6 +17,17 @@ NOTE TO PEOPLE WHO THINK THAT FreeBSD 5.x IS SLOW:
developers choose to disable these features on build machines
to maximize performance.
+20040303:
+ If you are having trouble with the libc_r -> libpthread transition
+ (see the 20040130 entry), place the following lines at the top of
+ /etc/libmap.conf:
+
+ libc_r.so.5 libpthread.so.1
+ libc_r.so libpthread.so
+
+ This will cause all programs and libraries linked against libc_r
+ to use libpthread instead.
+
20040226:
Some sshd configuration defaults have changed: protocol version 1
is no longer enabled by default, and password authentication is
OpenPOWER on IntegriCloud