Yay! Our first errata entry.
This commit is contained in:
parent
c2f2864edf
commit
153316ff38
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=4331
1 changed files with 19 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$Date: 1999-02-15 05:51:31 $">
|
||||
<!ENTITY date "$Date: 1999-02-16 00:42:05 $">
|
||||
<!ENTITY title "FreeBSD 3.1 Errata Notes">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $Id: errata.sgml,v 1.1 1999-02-15 05:51:31 jkh Exp $ -->
|
||||
<!-- $Id: errata.sgml,v 1.2 1999-02-16 00:42:05 jkh Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -31,6 +31,23 @@ For the latest information.
|
|||
Current active security advisories for 3.1: None
|
||||
|
||||
---- System Update Information:
|
||||
<strong>
|
||||
o Some packages, like netscape, will fail to install if chosen
|
||||
at initial system installation time, in some cases claiming
|
||||
that the "compat22" distribution needs to be installed even
|
||||
though it has, indeed, been installed.
|
||||
</strong>
|
||||
|
||||
Fix: The problem here is that though the compatibility a.out libraries
|
||||
may have been installed from compat22 and as part of the XFree86
|
||||
distribution, the a.out library (ldconfig) cache has not yet been
|
||||
built given that this doesn't happen until the system has booted
|
||||
completely at least once. This causes packages which require the
|
||||
old a.out libraries (like netscape) to get confused if they're
|
||||
installed before that has occurred. To work around the problem,
|
||||
simply complete the installation as normal and come up fully,
|
||||
then re-run /stand/sysinstall (or use the pkg_add(1) command
|
||||
directly) to re-install the failing package(s).
|
||||
|
||||
</pre>
|
||||
<p></p><a href="../index.html">Release Home</a>
|
||||
|
|
Loading…
Reference in a new issue