Update errata information for ppp.

This commit is contained in:
Jordan K. Hubbard 1998-04-06 05:51:41 +00:00
parent e6da12054f
commit 040134cc09
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=2649
2 changed files with 48 additions and 26 deletions

View file

@ -1,10 +1,10 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$Date: 1998-04-05 02:25:08 $">
<!ENTITY date "$Date: 1998-04-06 05:51:41 $">
<!ENTITY title "FreeBSD 2.2.6 Errata Notes">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<!-- $Id: errata.sgml,v 1.3 1998-04-05 02:25:08 jkh Exp $ -->
<!-- $Id: errata.sgml,v 1.4 1998-04-06 05:51:41 jkh Exp $ -->
<html>
&header;
@ -71,20 +71,31 @@ the root filesystem will not be marked clean at the next reboot.
This change should be made as soon as the upgraded system has been
successfully rebooted.
o The ppp program fails to work, citing a missing shared library
called "libdes.so.3.0".
Fix: There are two possible fixes: The first and easiest fix is to
simply install the des distribution with /stand/sysinstall, remembering
to pick a site that will allow you to export it if you're outside
the United States and Canada (ftp.freebsd.org and ftp.internat.freebsd.org
both fall into this category). The second fix, which doesn't involve
having to fetch DES bits, is to install the ppp sources in
/usr/src/usr.sbin/ppp and rebuild them. The sources are "smart" enough
to know that the DES library isn't on the system and won't create a
binary which depends on it. Note: If you choose the latter fix, you also
will not be able to use MSCHAP (Microsoft Win*) style authentication.
Fix: There are three possible fixes:
1. The easiest fix is to simply install the des distribution with
/stand/sysinstall, remembering to pick a site that will allow you
to export it if you're outside the United States and Canada
(ftp.freebsd.org and ftp.internat.freebsd.org both fall into this
category).
2. Purely as a work-around, and what you may need to do if ppp
also constitutes your only way of getting to the net, is to simply
do the following (as root):
cp /usr/lib/libcrypt.so.2.0 /usr/lib/libdes.so.3.0
ldconfig -m /usr/lib
3. Another fix, and one which doesn't involve having to fetch the DES
bits, is to install the ppp sources in /usr/src/usr.sbin/ppp and rebuild
them. The sources are "smart" enough to know that the DES library isn't
on the system and won't create a binary which depends on it.
NOTE: If you choose the 2nd or 3rd fixes, you also will not be able to
use MSCHAP (Microsoft Win*) style authentication.
</pre>