From owner-freebsd-openoffice@FreeBSD.ORG Thu Sep 3 03:57:15 2009 Return-Path: Delivered-To: openoffice@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8EF251065672 for ; Thu, 3 Sep 2009 03:57:15 +0000 (UTC) (envelope-from stephen@missouri.edu) Received: from cauchy.math.missouri.edu (cauchy.math.missouri.edu [128.206.184.213]) by mx1.freebsd.org (Postfix) with ESMTP id 3320B8FC08 for ; Thu, 3 Sep 2009 03:57:14 +0000 (UTC) Received: from laptop3.gateway.2wire.net (cauchy.math.missouri.edu [128.206.184.213]) by cauchy.math.missouri.edu (8.14.3/8.14.3) with ESMTP id n833Uv6a047017; Wed, 2 Sep 2009 22:30:57 -0500 (CDT) (envelope-from stephen@missouri.edu) Message-ID: <4A9F3871.7080408@missouri.edu> Date: Wed, 02 Sep 2009 22:30:57 -0500 From: Stephen Montgomery-Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.22) Gecko/20090901 SeaMonkey/1.1.17 MIME-Version: 1.0 To: Guoqin Ren References: <4A9F2012.5050301@gmail.com> In-Reply-To: <4A9F2012.5050301@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: openoffice@freebsd.org Subject: Re: configure: error: JDK is too old, you need at least 1.5 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 03 Sep 2009 03:57:15 -0000 Guoqin Ren wrote: > Hi, > > I got the error message repeatedly when I tried to build openoffice3. I > have diablo-jdk16 and diablo-jre16 installed on FreeBSD 8 beta 3. > **checking the installed JDK... configure: error: JDK is too old, you > need at least > 1.5 I had this problem. It was solved by the command: echo libz.so.4 libz.so.5 > /etc/libmap.conf The problem is that you are using a diablo-jdk16 that was built for FreeBSD-7x, and the library versions have been bumped for FreeBSD-8x.