Date: Fri, 10 Oct 2008 17:56:13 +0530 From: Shakul M Hameed <smohideen@mx2.labs.rootshell.ws> To: Drew Tomlinson <drew@mykitchentable.net> Cc: freebsd-questions@freebsd.org Subject: Re: How To Get libm.so.4? Message-ID: <20081010122613.GA1864@freebsdbox> In-Reply-To: <48EE6046.8020906@mykitchentable.net> References: <48EE6046.8020906@mykitchentable.net>
next in thread | previous in thread | raw e-mail | index | archive | help
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"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20081010122613.GA1864>
