From owner-freebsd-questions Fri Jul 4 20:30:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id UAA19934 for questions-outgoing; Fri, 4 Jul 1997 20:30:28 -0700 (PDT) Received: from dfw-ix12.ix.netcom.com (dfw-ix12.ix.netcom.com [206.214.98.12]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id UAA19927 for ; Fri, 4 Jul 1997 20:30:26 -0700 (PDT) Received: (from smap@localhost) by dfw-ix12.ix.netcom.com (8.8.4/8.8.4) id WAA11028; Fri, 4 Jul 1997 22:29:20 -0500 (CDT) Received: from sil-wa4-13.ix.netcom.com(207.93.136.77) by dfw-ix12.ix.netcom.com via smap (V1.3) id sma011011; Fri Jul 4 22:28:52 1997 Message-ID: <33BDBF8D.3AC1@ix.netcom.com> Date: Fri, 04 Jul 1997 20:29:17 -0700 From: "Thomas D. Dean" Reply-To: tomdean@ix.netcom.com Organization: Home X-Mailer: Mozilla 3.01 (WinNT; I) MIME-Version: 1.0 To: Lawrence Shing CC: freebsd-questions@FreeBSD.ORG Subject: Re: libz.so.2.0 References: <33BD8222.3275@laserblades.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk I found libz.so.1.0.2 in the FreeBSD 2.1.7 packages. pub/packages_2.1.7/devel/libz I downloaded that, did a pkg_add (actually pkg_manage), and then created a link for libz.so.2.0. ln -s /usr/local/lib/libz.s0.1.0.2 /usr/local/lib/libz.so.2.0 I think this will work. It has for other libs. I found the source for libz 1.0.4 in the FreeBSD 2.2.2 source tree. The Makefile does not create the libz.so, only libz.a and libz.pa! I was unable to find the real libz.so.2.0, if it ever existed. Looks like libz is being dropped from newer versions of FreeBSD for some reason!