From owner-freebsd-isp@FreeBSD.ORG Fri Feb 10 00:27:14 2006 Return-Path: X-Original-To: freebsd-isp@freebsd.org Delivered-To: freebsd-isp@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 7DF4516A420 for ; Fri, 10 Feb 2006 00:27:14 +0000 (GMT) (envelope-from darren.pilgrim@bitfreak.org) Received: from mail.bitfreak.org (mail.bitfreak.org [65.75.198.146]) by mx1.FreeBSD.org (Postfix) with ESMTP id D425A43D48 for ; Fri, 10 Feb 2006 00:27:13 +0000 (GMT) (envelope-from darren.pilgrim@bitfreak.org) Received: from smiley (mail.bitfreak.org [65.75.198.146]) by mail.bitfreak.org (Postfix) with ESMTP id B506E19F2C; Thu, 9 Feb 2006 16:27:08 -0800 (PST) From: "Darren Pilgrim" To: "'Jeff at NorrisTechs'" Date: Thu, 9 Feb 2006 16:27:00 -0800 Message-ID: <000001c62dd8$b997d880$672a15ac@smiley> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 In-Reply-To: <43EBD737.7000503@norristechs.net> Importance: Normal Cc: freebsd-isp@freebsd.org Subject: RE: SHOUTCAST AND OTHER MEDIA SERVER. BSD 6 compatible? X-BeenThere: freebsd-isp@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Internet Services Providers List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 10 Feb 2006 00:27:14 -0000 From: Jeff at NorrisTechs >=20 > ./sc_trans_freebsd > results in the following error. > /usr/libexec/ld-elf.so.1: Shared object "libm.so.2" not found, = required=20 > by "sc_trans_freebsd" libm is libm.so.4 in 6.0-R, so you have a stale library dependency. Was = the upgrade a clean binary upgrade (wipe and reinstall) or did you do a = source upgrade? Did you build the shoutcast server from clean source after upgrading or was it a binary-only distribution?