From owner-freebsd-questions Wed Apr 3 10:00:48 1996 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id KAA11357 for questions-outgoing; Wed, 3 Apr 1996 10:00:48 -0800 (PST) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.211]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id KAA11345 for ; Wed, 3 Apr 1996 10:00:43 -0800 (PST) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id KAA19502; Wed, 3 Apr 1996 10:56:26 -0700 From: Terry Lambert Message-Id: <199604031756.KAA19502@phaeton.artisoft.com> Subject: Re: Where to post about missing libc.so.3.0 To: bultman@dgw.rws.nl (bultman) Date: Wed, 3 Apr 1996 10:56:26 -0700 (MST) Cc: questions@freebsd.org In-Reply-To: <3162CEA0.3717@dgw.rws.nl> from "bultman" at Apr 3, 96 08:16:48 pm X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > Where can I best post my question about a missing libc.so.3.0 > library (necessaru for the pdksh)? This is a result of using a -current port, I believe. The 3.0 libc is a result of the ISO protocol functions being ripped out. Since pdksh doesn't use these, you should be able to: # cd /usr/lib # ln -s libc.so.2.1 libc.so.3.0 And have no problems. You may need to run ldconfig, depending on how the binary was compiled and how your system is set up. Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.