From owner-freebsd-questions@FreeBSD.ORG Fri Jan 27 14:58:17 2012 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 0D032106564A for ; Fri, 27 Jan 2012 14:58:17 +0000 (UTC) (envelope-from pldrouin@gmail.com) Received: from mail-pw0-f54.google.com (mail-pw0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id D276D8FC13 for ; Fri, 27 Jan 2012 14:58:16 +0000 (UTC) Received: by pbcc13 with SMTP id c13so2039252pbc.13 for ; Fri, 27 Jan 2012 06:58:16 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=6PORNIOJbLl0+PKjSwIMHMahutaL5CNGUKqDgCKgUtE=; b=P72hIZauspxhcGgmQCyfg0BQvR8Y6yPN95HxUxwYoWPM5YuIaAbLXWdyEQ/y9A84bw QSiNZ2fCxuj5qeS0+SH2kvFZSzAIraoIefwCrzleblfKHDngeeUooV+c16Adazps/Tiv zo1JN2r2luW0q5VG7AQHub3AABy9DEnOJGt5A= MIME-Version: 1.0 Received: by 10.68.199.170 with SMTP id jl10mr14961919pbc.21.1327676296649; Fri, 27 Jan 2012 06:58:16 -0800 (PST) Sender: pldrouin@gmail.com Received: by 10.68.196.138 with HTTP; Fri, 27 Jan 2012 06:58:16 -0800 (PST) In-Reply-To: References: <20120126224059.GB6064@dan.emsphone.com> Date: Fri, 27 Jan 2012 09:58:16 -0500 X-Google-Sender-Auth: aTthUqruGQi-XuV9K2-UWnzlxBQ Message-ID: From: Pierre-Luc Drouin To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: Problems with libz since libz.so.5 is gone... 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: Fri, 27 Jan 2012 14:58:17 -0000 On Fri, Jan 27, 2012 at 9:55 AM, Pierre-Luc Drouin wrote: > On Thu, Jan 26, 2012 at 5:40 PM, Dan Nelson wrote: > >> In the last episode (Jan 26), Pierre-Luc Drouin said: >> > so various ports, in particular the java ports, are giving me headaches >> > since /lib/libz.so.5 was replaced by /lib/libz.so.6. I managed to >> update >> > most of my ports, but the binary java ports, such as diablo-jdk16, are >> now >> > installing broken binary files. Even if I put an entry such as >> > >> > libz.so.4 libz.so.6 >> > >> > in /etc/libmap.conf >> >> libmap (or symlinking) only works for libraries that have a compatible >> ABI. >> The version number of libz was bumped precisely because the ABI changed :) >> >> Install the misc/compat8x port to get libz.so.5 back until you can replace >> diablo-jdk16 with openjdk6. >> >> -- >> Dan Nelson >> dnelson@allantgroup.com >> > > Hi, > > sorry I tried to install compat8x but it did not solve the problem, as > that package does not install libz.so.5 > > Thanks > Sorry it did install libz.so.5, but diablo-jdk16 is still crashing for some reason...