More Elven advice:

Update /etc/rc* if you are going to run a system with aout
libraries, otherwise ldconfig won't know what to do and all dynamic
aout binaries will fail.
This commit is contained in:
Warner Losh 1999-01-06 07:06:38 +00:00
parent 67a2ac4a23
commit 9ba54ae095
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=42335

View file

@ -5,6 +5,12 @@ here, and it only starts on Novemeber 18, 1998. If you have an
earlier version of FreeBSD, you are on your own to get to November 18,
1998.
19980106:
When updating to ELF, make sure that you have updated your
/etc/rc files which have different ldconfig invocations for
elf and aout. Otherwise things like X will stop working with
messages about being unable to find library files.
19990104:
Information about ELF day (see 19981230) can be found in
http://www.freebsd.org/~peter/elfday.html
@ -53,4 +59,4 @@ earlier version of FreeBSD, you are on your own to get to November 18,
YYYYMMDD:
What happened and what you need to do.
$Id: UPDATING,v 1.5 1999/01/05 05:46:37 imp Exp $
$Id: UPDATING,v 1.6 1999/01/05 07:45:10 imp Exp $