diff options
author | imp <imp@FreeBSD.org> | 1999-01-06 07:06:38 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 1999-01-06 07:06:38 +0000 |
commit | e4263b7814993a8c65a29817016bd95907fdee83 (patch) | |
tree | 1458e19b28775028095a8401b6a1cb5a33bf0933 /UPDATING | |
parent | 6626ff5b05a643637106c636d4d7b42c004cef8f (diff) | |
download | FreeBSD-src-e4263b7814993a8c65a29817016bd95907fdee83.zip FreeBSD-src-e4263b7814993a8c65a29817016bd95907fdee83.tar.gz |
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.
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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 $ |