From owner-freebsd-questions@FreeBSD.ORG Tue Mar 22 17:23: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 AD0E516A4CE for ; Tue, 22 Mar 2005 17:23:05 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id E2E6D43D48 for ; Tue, 22 Mar 2005 17:23:04 +0000 (GMT) (envelope-from lashby@gmail.com) Received: by rproxy.gmail.com with SMTP id b11so1179245rne for ; Tue, 22 Mar 2005 09:23:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=MdxMUVNq6Faevk6gxDJbh5vb5zmvTnR8FvrGhs7ByDMDYniqu/RW4mTNsZBvALpZ6dA6IYFFi9lXAKCZ1AL+dltx4Y1shkZVNK2+bBOTVM1tbiz+5RoLkQJsqQ7AvidWL+RFw1yJ8P0ApJs8wJx3KN4/eMCq5q8MgIRYXF0bPVM= Received: by 10.38.162.43 with SMTP id k43mr5640458rne; Tue, 22 Mar 2005 09:23:00 -0800 (PST) Received: by 10.38.73.22 with HTTP; Tue, 22 Mar 2005 09:23:00 -0800 (PST) Message-ID: <9cd98d120503220923536d6e17@mail.gmail.com> Date: Tue, 22 Mar 2005 11:23:00 -0600 From: Logan To: FreeBSD-Questions Questions In-Reply-To: <200503212021.j2LKLHtq018150@asarian-host.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit References: <200503212021.j2LKLHtq018150@asarian-host.net> Subject: Re: Where is zlib-1.2.2 zlib.so? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Logan List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Mar 2005 17:23:05 -0000 On Mon, 21 Mar 2005 20:21:17 GMT, Mark wrote: > Ok, I downloaded and installed zlib-1.2.2 (FreeBSD 4.10R): When you ran configure, did you tell it to generate the shared library? ./configure --shared The installation commands you listed are all based on the shared library existing. If it's not there, the links go nowhere.