shared library z.3 not found error on jdk15 install

Marcin Cieslak saper at system.pl
Mon Apr 7 07:39:45 UTC 2008


smg.md at verizon.net wrote:
> Hp proliant server with freebsd 7
> 
> 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 is, or how to get it. 
> 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 
"ldconfig", try:

ldconfig -32 -m /usr/local/lib32/compat
ldconfig -m /usr/local/lib/compat

Or reinstall compat6 port.

--Marcin




-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 273 bytes
Desc: OpenPGP digital signature
Url : http://lists.freebsd.org/pipermail/freebsd-openoffice/attachments/20080407/20553329/signature.pgp


More information about the freebsd-openoffice mailing list