From owner-freebsd-current@FreeBSD.ORG Thu Jul 23 09:32:20 2009 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 15428106564A for ; Thu, 23 Jul 2009 09:32:20 +0000 (UTC) (envelope-from mad@madpilot.net) Received: from megatron.madpilot.net (megatron.madpilot.net [88.149.173.206]) by mx1.freebsd.org (Postfix) with ESMTP id C1A528FC16 for ; Thu, 23 Jul 2009 09:32:19 +0000 (UTC) (envelope-from mad@madpilot.net) Received: by megatron.madpilot.net (Postfix, from userid 1000) id 98B3D130C54; Thu, 23 Jul 2009 11:32:17 +0200 (CEST) Date: Thu, 23 Jul 2009 11:32:17 +0200 From: Guido Falsi To: subbsd Message-ID: <20090723093217.GA26926@megatron.madpilot.net> References: <200907231302.34000.subbsd@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200907231302.34000.subbsd@gmail.com> X-Operating-System: FreeBSD 7.2-STABLE User-Agent: Mutt/1.5.20 (2009-06-14) Cc: freebsd-current@freebsd.org Subject: Re: library compat for FreeBSD7x X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 23 Jul 2009 09:32:20 -0000 On Thu, Jul 23, 2009 at 01:02:33PM +0400, subbsd wrote: > Hello, > > after the bump version on FreeBSD8-Beta2, some application needs for old > library. But misc/compat7x ports not found for this. It still not ready? > thanks! You'll have to rempile all ports anyway. For the few ports which still require an old library(diablo-jdk, for one) you can use libmap.conf: # Temporary libmap.cnf to solve problems caused by the 8.0 lib version bump. # diablo still looks for libz.so.4 libz.so.4 libz.so.5 I made this to solve the problem i found with the diablo jdk binaries. (not restricted because sometimes I call java binaries without path...Should not interefere with other programs) -- Guido Falsi