Add a note explaining how to use libmap.conf to work around problems

with the libc_r -> libpthread transition.
This commit is contained in:
Dag-Erling Smørgrav 2004-03-03 09:17:06 +00:00
parent ede93bc647
commit 3aff5d0603
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=126538

View File

@ -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