From owner-freebsd-questions@FreeBSD.ORG Mon Nov 13 15:49:14 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org 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 B168E16A40F for ; Mon, 13 Nov 2006 15:49:14 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail1.sea5.speakeasy.net (mail1.sea5.speakeasy.net [69.17.117.3]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8F36343F7C for ; Mon, 13 Nov 2006 15:46:21 +0000 (GMT) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: (qmail 22599 invoked from network); 13 Nov 2006 15:45:47 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail1.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 13 Nov 2006 15:45:47 -0000 Received: by be-well.ilk.org (Postfix, from userid 1147) id 763EC28430; Mon, 13 Nov 2006 10:45:46 -0500 (EST) To: "Ferry Limanto" References: From: Lowell Gilbert Date: Mon, 13 Nov 2006 10:45:46 -0500 In-Reply-To: (Ferry Limanto's message of "Sat, 11 Nov 2006 09:20:42 +0700") Message-ID: <443b8n5p05.fsf@be-well.ilk.org> User-Agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.50 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: freebsd-questions@FreeBSD.org Subject: Re: Asking for Ports X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@FreeBSD.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 13 Nov 2006 15:49:14 -0000 "Ferry Limanto" writes: > Hi, I'm ferry from ISP in Indonesia. I want run my squid and there is > error saying that file "libm.so.2" is not found. I suspect that the > library is from ports compat4x, and I try to install that ports from > freebsd ftp server, buat always failed, or can I do another else? I > really need this file to run my squid on my freebsd 6. Can u help me sir > ?? You shouldn't need that file to run squid; squid should be linking against libm.so.4 on FreeBSD 6. If for some reason you NEED to run a squid built for FreeBSD 4.x, then you will indeed need the compat4x port, and you will have to look more closely at the failure to install that port.