From owner-freebsd-questions@FreeBSD.ORG Fri Oct 10 07:11:00 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 4B8581065688 for ; Fri, 10 Oct 2008 07:11:00 +0000 (UTC) (envelope-from smohideen@mx2.labs.rootshell.ws) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.186]) by mx1.freebsd.org (Postfix) with ESMTP id D62E48FC1F for ; Fri, 10 Oct 2008 07:10:59 +0000 (UTC) (envelope-from smohideen@mx2.labs.rootshell.ws) Received: by ti-out-0910.google.com with SMTP id d27so186619tid.3 for ; Fri, 10 Oct 2008 00:10:58 -0700 (PDT) Received: by 10.110.33.15 with SMTP id g15mr1000140tig.38.1223621408417; Thu, 09 Oct 2008 23:50:08 -0700 (PDT) Received: from localhost ([59.180.159.63]) by mx.google.com with ESMTPS id y3sm2095973tia.6.2008.10.09.23.50.04 (version=TLSv1/SSLv3 cipher=RC4-MD5); Thu, 09 Oct 2008 23:50:06 -0700 (PDT) Date: Fri, 10 Oct 2008 17:56:13 +0530 From: Shakul M Hameed To: Drew Tomlinson Message-ID: <20081010122613.GA1864@freebsdbox> References: <48EE6046.8020906@mykitchentable.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <48EE6046.8020906@mykitchentable.net> User-Agent: Mutt/1.4.2.3i Cc: freebsd-questions@freebsd.org Subject: Re: How To Get libm.so.4? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Oct 2008 07:11:00 -0000 check for libm.so.5 in /lib. do a softlink of libm.so.4 pointing to libm.so.5 I guess this should fix your issue. - moin On Thu, Oct 09, 2008 at 12:49:26PM -0700, Drew Tomlinson wrote: > I am attempting to install a web analysis tool named "Urchin" from > Google. Installation instructions are here: > > https://secure.urchin.com/helpwiki/en/Urchin_Installation_Guide_(FreeBSD_and_Linux) > > Urchin claims to run on FBSD 6.2+ which I took to mean version 6.2 or > greater. Since this is a brand new install, I installed FBSD > 7.1-PRERELEASE, assuming the actual release would not be too far off. > > I'm following the install procedures which has me run a ./install.sh > script. This script fails, complaining about a missing libm.so.4. I've > Googled and found some reference that this has to do with installing > compatibility libraries for FBSD 4. Thus I've added "COMPAT4X= yes" and > rebuilt and installed my world. However I still do not have this file. > > What do I need to do? > > Thanks, > > Drew > > -- > Be a Great Magician! > Visit The Alchemist's Warehouse > > http://www.alchemistswarehouse.com > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org"