From owner-freebsd-isp@FreeBSD.ORG Fri Feb 10 21:59:04 2006 Return-Path: X-Original-To: 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 BCBE616A420 for ; Fri, 10 Feb 2006 21:59:04 +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 4DF3243D46 for ; Fri, 10 Feb 2006 21:59:04 +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 9449519F40; Fri, 10 Feb 2006 13:59:03 -0800 (PST) From: "Darren Pilgrim" To: "'Adam Jacob Muller'" Date: Fri, 10 Feb 2006 13:58:55 -0800 Message-ID: <000b01c62e8d$33826d90$672a15ac@smiley> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.6626 In-Reply-To: <3829AB35-FD0D-46B4-BF59-09FED0D539F5@oxeo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal Cc: jeff@norristechs.net, 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 21:59:04 -0000 From: Adam Jacob Muller > > Try symlinking libm.so.4 to libm.so.2, DO NOT DO THIS! Library version bumps are as significant as major version number bumps: the bump is due to some form of reverse-compatibility API/ABI breakage. Symlinking over version bumps can produce unpredictable behavior and, in the case of a network program, create remote-exploitable bugs. If symlinking libraries was safe, the compat ports wouldn't install the older versions.