From owner-freebsd-questions@FreeBSD.ORG Tue Mar 22 04:30:05 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2A51F16A4CE for ; Tue, 22 Mar 2005 04:30:05 +0000 (GMT) Received: from obsecurity.dyndns.org (CPE0050040655c8-CM00111ae02aac.cpe.net.cable.rogers.com [69.194.102.111]) by mx1.FreeBSD.org (Postfix) with ESMTP id D557D43D62 for ; Tue, 22 Mar 2005 04:30:04 +0000 (GMT) (envelope-from kris@obsecurity.org) Received: by obsecurity.dyndns.org (Postfix, from userid 1000) id F025751AAE; Mon, 21 Mar 2005 20:30:03 -0800 (PST) Date: Mon, 21 Mar 2005 20:30:03 -0800 From: Kris Kennaway To: Mark Message-ID: <20050322043003.GA66834@xor.obsecurity.org> References: <200503212021.j2LKLHtq018150@asarian-host.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="vkogqOf2sHV7VnPd" Content-Disposition: inline In-Reply-To: <200503212021.j2LKLHtq018150@asarian-host.net> User-Agent: Mutt/1.4.2.1i cc: 'FreeBSD-Questions Questions' Subject: Re: Where is zlib-1.2.2 zlib.so? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2005 04:30:05 -0000 --vkogqOf2sHV7VnPd Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, Mar 21, 2005 at 08:21:17PM +0000, Mark wrote: >=20 > Ok, I downloaded and installed zlib-1.2.2 (FreeBSD 4.10R): >=20 > --------------------------------------------- > asarian-host: {root} % make install > cp zlib.h zconf.h /usr/local/include > chmod 644 /usr/local/include/zlib.h /usr/local/include/zconf.h > cp libz.a /usr/local/lib > cd /usr/local/lib; chmod 755 libz.a > cd /usr/local/lib; if test -f libz.so.1.2.2; then rm -f libz.so libz.so.= 1; > ln -s libz.so.1.2.2 libz.so; ln -s libz.so.1.2.2 libz.so.1; (ldconfig || > true) >/dev/null 2>&1; fi > So, where is the new shared library, libz.so? I only see libz.a installed. As you can see, it wasn't installed. Kris P.S. You've voided your warranty by doing this :-) --vkogqOf2sHV7VnPd Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.0 (FreeBSD) iD8DBQFCP59LWry0BWjoQKURAvPoAJ4s0MnYgHJB0uUw8rFhh0n4zkAQpwCfQv1n SSrPy2KoooibnCTjy1Mes8E= =R6lR -----END PGP SIGNATURE----- --vkogqOf2sHV7VnPd--