From 4792e23287079d2be73468d7d74f3ade8391c063 Mon Sep 17 00:00:00 2001 From: des Date: Wed, 3 Mar 2004 09:17:06 +0000 Subject: Add a note explaining how to use libmap.conf to work around problems with the libc_r -> libpthread transition. --- UPDATING | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'UPDATING') 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 -- cgit v1.1