From owner-freebsd-questions@FreeBSD.ORG Wed May 17 13:22:35 2006 Return-Path: X-Original-To: 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 7CA3616A4F7 for ; Wed, 17 May 2006 13:22:35 +0000 (UTC) (envelope-from derek@computinginnovations.com) Received: from betty.computinginnovations.com (dsl081-142-072.chi1.dsl.speakeasy.net [64.81.142.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9018F43D55 for ; Wed, 17 May 2006 13:22:34 +0000 (GMT) (envelope-from derek@computinginnovations.com) Received: from p17.computinginnovations.com (dhcp-10-20-30-100.computinginnovations.com [10.20.30.100]) (authenticated bits=0) by betty.computinginnovations.com (8.13.6/8.12.11) with ESMTP id k4HDMDnK070591; Wed, 17 May 2006 08:22:13 -0500 (CDT) Message-Id: <6.0.0.22.2.20060517081907.02683400@mail.computinginnovations.com> X-Sender: derek@mail.computinginnovations.com X-Mailer: QUALCOMM Windows Eudora Version 6.0.0.22 Date: Wed, 17 May 2006 08:22:03 -0500 To: David Banning , questions@freebsd.org From: Derek Ragona In-Reply-To: <20060517051354.GA41312@skytracker.ca> References: <20060517051354.GA41312@skytracker.ca> Mime-Version: 1.0 X-ComputingInnovations-MailScanner-Information: Please contact the ISP for more information X-ComputingInnovations-MailScanner: Found to be clean X-ComputingInnovations-MailScanner-From: derek@computinginnovations.com X-Spam-Status: No Content-Type: text/plain; charset="us-ascii"; format=flowed X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Subject: Re: "libm.so.4" not found 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: Wed, 17 May 2006 13:22:36 -0000 Sounds like you recently upgraded but don't have the compatible libraries in /etc/make.conf make sure you have: COMPAT4X= yes And then rebuild the world. You might also want to have: options COMPAT_FREEBSD4 In your kernel config file. -Derek At 12:13 AM 5/17/2006, David Banning wrote: >I have been using portupgrade to update some of my packages. Now I have this >error; > >/usr/libexec/ld-elf.so.1: Shared object "libm.so.4" not found > >when attempting to run webalizer and I also get it while attempting to >to upgrade parts of the XFree86 system, specifically XFree86-4-clients > >Looking around on Google it looks like libm.so.4 is a part of >FreeBSD 6.X - that is strange, since my system is 4.8 > >I am wondering what I can do from here. The most recent version of >libm I have is libm.so.2 > > > >_______________________________________________ >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" > >-- >This message has been scanned for viruses and >dangerous content by MailScanner, and is >believed to be clean. >MailScanner thanks transtec Computers for their support. -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support.