From owner-freebsd-questions@FreeBSD.ORG Fri Jan 27 14:55:18 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 EF764106564A for ; Fri, 27 Jan 2012 14:55: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 C1A328FC12 for ; Fri, 27 Jan 2012 14:55:17 +0000 (UTC) Received: by pbcc13 with SMTP id c13so2036627pbc.13 for ; Fri, 27 Jan 2012 06:55:17 -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:cc:content-type; bh=/dcM3gcXo++gyT0YoRinZhGyu3hUiizLuPpPvd9gJLw=; b=NJ0wfH9kNsPrJRWuYjWA1CdVfUGoOwKNWNwn+dSK8Sd0A1R0mbm/LerLwf5oi8CbCo 3fXV/41jmDSUWhh6sJ1EEspVF14bBTSCc0lItAIqy1Kw2E/qcPgzLB2JR4rHiFuAHIaD aNQO4Btsa+GbFR/JIU1ywC0Cl00DF7SrBlRsE= MIME-Version: 1.0 Received: by 10.68.199.170 with SMTP id jl10mr14943985pbc.21.1327676117193; Fri, 27 Jan 2012 06:55:17 -0800 (PST) Sender: pldrouin@gmail.com Received: by 10.68.196.138 with HTTP; Fri, 27 Jan 2012 06:55:16 -0800 (PST) In-Reply-To: <20120126224059.GB6064@dan.emsphone.com> References: <20120126224059.GB6064@dan.emsphone.com> Date: Fri, 27 Jan 2012 09:55:16 -0500 X-Google-Sender-Auth: dPTCnR6rFjcBmy6-zVDS5fZhDZk Message-ID: From: Pierre-Luc Drouin To: Dan Nelson Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions 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:55:18 -0000 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