From owner-freebsd-questions Sun Jun 7 16:00:10 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA19064 for freebsd-questions-outgoing; Sun, 7 Jun 1998 16:00:10 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA18972 for ; Sun, 7 Jun 1998 15:59:52 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from gate.lan.awfulhak.org (localhost [127.0.0.1]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id XAA28261; Sun, 7 Jun 1998 23:42:05 +0100 (BST) (envelope-from brian@gate.lan.awfulhak.org) Message-Id: <199806072242.XAA28261@awfulhak.org> X-Mailer: exmh version 2.0.1 12/23/97 To: The Classiest Man Alive cc: questions@FreeBSD.ORG Subject: Re: Dialing into ISP In-reply-to: Your message of "Sun, 07 Jun 1998 16:43:08 EDT." <199806072039.QAA17885@zephyr.cybercom.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 07 Jun 1998 23:42:05 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > I was trying to set up a PPP or SLIP connection to my ISP, but haven't had > any luck. I followed the instructions in the FreeBSD Handbook in section > 15.1 concerning setting up PPP, but when I try to run ppp, I get the message: > > ld.so failed: Can't find shared library "libdes.so.3.0" >From ftp://ftp.freebsd.org/pub/FreeBSD/2.2.6-RELEASE/ERRATA.TXT o The ppp program fails to work, citing a missing shared library called "libdes.so.3.0". 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. > For what it's worth, this is a 2.2.6 system. Any help or pointers to the > relevant docs are appreciated. > > Thanks in advance, > K.S. > > PS -- I've seen references to other connection methods such as iijppp (sp?) > and dip, but for the life of me, I can't find them in the distribution. > Are they still available for use in 2.2.6? ``iijppp'' is the original name of user-ppp or just ``ppp''. The alternative is ``pppd'' which is more familiar to people outside of the FreeBSD world. ``dip'', I believe, is a port. -- Brian , , Don't _EVER_ lose your sense of humour.... To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message