Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 23 Jul 2009 11:32:17 +0200
From:      Guido Falsi <mad@madpilot.net>
To:        subbsd <subbsd@gmail.com>
Cc:        freebsd-current@freebsd.org
Subject:   Re: library compat for FreeBSD7x
Message-ID:  <20090723093217.GA26926@megatron.madpilot.net>
In-Reply-To: <200907231302.34000.subbsd@gmail.com>
References:  <200907231302.34000.subbsd@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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 <mad@madpilot.net>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20090723093217.GA26926>