From owner-freebsd-questions  Sun Apr 13 20:53:08 1997
Return-Path: <owner-questions>
Received: (from root@localhost)
          by freefall.freebsd.org (8.8.5/8.8.5) id UAA12856
          for questions-outgoing; Sun, 13 Apr 1997 20:53:08 -0700 (PDT)
Received: from federation.addy.com (federation.addy.com [207.239.68.2])
          by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA12844
          for <questions@freebsd.org>; Sun, 13 Apr 1997 20:53:02 -0700 (PDT)
Received: from freyes.dh.i-2000.com (slip166-72-219-205.ny.us.ibm.net [166.72.219.205]) by federation.addy.com (8.8.5/8.6.12) with SMTP id XAA04628; Sun, 13 Apr 1997 23:52:58 -0400 (EDT)
Message-Id: <199704140352.XAA04628@federation.addy.com>
From: "Francisco Reyes" <francisco@natserv.com>
To: "FreeBSD questions" <questions@freebsd.org>,
        "tom@peeper.my.domain" <tom@peeper.my.domain>
Cc: "Doug White" <dwhite@gdi.uoregon.edu>
Date: Sun, 13 Apr 97 22:52:49 -0400
Reply-To: "Francisco Reyes" <francisco@natserv.com>
Priority: Normal
X-Mailer: PMMail 1.91 For OS/2
MIME-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
Content-Transfer-Encoding: 7bit
Subject: Re: Segmentation fault in user PPP
Sender: owner-questions@freebsd.org
X-Loop: FreeBSD.org
Precedence: bulk

On Sat, Apr 12, 1997 Tom Jackson <tom@peeper.my.domain> said
->>>Francisco Reyes wrote...
 ... after replacing ppp with fresh copy....
->>>  I am getting an error with user ppp:
->>>  /kernel: pid 208 (ppp), vid 0: exited on  signal 11, segmentation
->>> fault.
  
>>What does `ldd /usr/sbin/ppp' say and are the libraries there?

/usr/sbin/ppp:
	-lcrypt.2 => /usr/lib/libcrypt.so.2.0 (0x8032000)
	-lutil.2 => /usr/lib/libutil.so.2.1 (0x8047000)
	-lc.3 => /usr/lib/libc.so.3.0 (0x8049000)

I checked and they are all present.