From owner-freebsd-openoffice@FreeBSD.ORG Mon Apr 7 07:39:45 2008 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 424D7106566B for ; Mon, 7 Apr 2008 07:39:45 +0000 (UTC) (envelope-from gofdpo-freebsd-openoffice@m.gmane.org) Received: from ciao.gmane.org (main.gmane.org [80.91.229.2]) by mx1.freebsd.org (Postfix) with ESMTP id EF2F88FC2C for ; Mon, 7 Apr 2008 07:39:44 +0000 (UTC) (envelope-from gofdpo-freebsd-openoffice@m.gmane.org) Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Jilx4-0006a4-Kn for freebsd-openoffice@freebsd.org; Mon, 07 Apr 2008 07:39:38 +0000 Received: from 92.50.96.215 ([92.50.96.215]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Apr 2008 07:39:38 +0000 Received: from saper by 92.50.96.215 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Mon, 07 Apr 2008 07:39:38 +0000 X-Injected-Via-Gmane: http://gmane.org/ To: freebsd-openoffice@freebsd.org From: Marcin Cieslak Date: Mon, 07 Apr 2008 09:39:25 +0200 Lines: 53 Message-ID: <47F9CFAD.7000702@system.pl> References: <21309367.1045951207501865870.JavaMail.root@vms075.mailsrvcs.net> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-ripemd160; protocol="application/pgp-signature"; boundary="------------enigB2646CA65956E01F2D42450B" X-Complaints-To: usenet@ger.gmane.org X-Gmane-NNTP-Posting-Host: 92.50.96.215 User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.8.1.13) Gecko/20080405 SeaMonkey/1.1.9 Mnenhy/0.7.5.0 In-Reply-To: <21309367.1045951207501865870.JavaMail.root@vms075.mailsrvcs.net> X-Enigmail-Version: 0.95.6 Sender: news Subject: Re: shared library z.3 not found error on jdk15 install 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: Mon, 07 Apr 2008 07:39:45 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enigB2646CA65956E01F2D42450B Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: quoted-printable smg.md@verizon.net wrote: > Hp proliant server with freebsd 7 >=20 > trying to install openoffice.org from ports, I get stuck on the diablo-= jdk15 install with the above error message. I can't figure out what z.3 i= s, or how to get it.=20 > Compat6.x is installed Running i386 or amd64? Can you tell me what do the following commands: ls -l /usr/local/lib/compat/libz* ls -l /usr/local/lib32/compat/libz* ldconfig -r -32 | grep lz ldconfig -r | grep lz if the first commands show something but -lz.3 does not show up in the=20 "ldconfig", try: ldconfig -32 -m /usr/local/lib32/compat ldconfig -m /usr/local/lib/compat Or reinstall compat6 port. --Marcin --------------enigB2646CA65956E01F2D42450B Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQCVAwUBR/nPsD2W2v2wY27ZAQNFrgP+PLQw47PW45wxKrMdX26wYixQ6MgSl9X6 T0CtPNXzTDXbg5+5XIiajkSWpoaSjbdbXNjgbxTdGw82MfvHpFhjrHjvlHFx3Swz J+iFkhhs//jYKf8I/0LhrGvEPjW7FKc0bnsuTMhqysfuAHunPaNXdygUXKftJc5w 4EZjKVhPtfs= =HCpv -----END PGP SIGNATURE----- --------------enigB2646CA65956E01F2D42450B--