Update 4.0 errata to match reality.
PR: misc/18927 Submitted by: Stephen J. Roznowski <sjr@home.net> Reviewed by: Bruce A. Mah <bmah>
This commit is contained in:
parent
f15910e861
commit
972e80a417
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=8490
1 changed files with 21 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/4.0R/errata.sgml,v 1.2 2000/03/17 12:02:31 jim Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/releases/4.0R/errata.sgml,v 1.3 2000/03/20 04:49:39 kris Exp $">
|
||||
<!ENTITY title "FreeBSD 4.0 Errata Notes">
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
]>
|
||||
<!-- $FreeBSD: www/en/releases/4.0R/errata.sgml,v 1.2 2000/03/17 12:02:31 jim Exp $ -->
|
||||
<!-- $FreeBSD: www/en/releases/4.0R/errata.sgml,v 1.3 2000/03/20 04:49:39 kris Exp $ -->
|
||||
|
||||
<html>
|
||||
&header;
|
||||
|
@ -40,9 +40,11 @@ Current active security advisories: None
|
|||
|
||||
---- System Update Information:
|
||||
|
||||
<strong>
|
||||
The tcpdump binary in the bin distribution is erroneously linked against
|
||||
the libcrypto.so library, which is only found in the separate crypto
|
||||
distribution.
|
||||
</strong>
|
||||
|
||||
Therefore, if you only install the bin distribution without the crypto
|
||||
distribution, tcpdump will not work as installed.
|
||||
|
@ -64,6 +66,23 @@ command:
|
|||
|
||||
and compare with the above.
|
||||
|
||||
|
||||
<strong>
|
||||
o Tool source code not installed by install.sh (outside of sysinstall)
|
||||
</strong>
|
||||
|
||||
If you are attempting to extract the full source code from
|
||||
the CDROM (outside of the sysinstall program), you will end up missing
|
||||
the tool source code.
|
||||
|
||||
Fix: If you are running install.sh from /cdrom/src, you will need to also
|
||||
run:
|
||||
|
||||
cat stool.?? | tar --unlink -xpzf - -C /usr/src
|
||||
|
||||
to have the tool sources (/usr/src/tools hierarchy) installed. These are
|
||||
required to successfully build world.
|
||||
|
||||
</pre>
|
||||
<p></p><a href="../index.html">Release Home</a>
|
||||
&footer;
|
||||
|
|
Loading…
Reference in a new issue