From owner-freebsd-current@FreeBSD.ORG Sun Oct 28 14:21:00 2007 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1388416A417; Sun, 28 Oct 2007 14:21:00 +0000 (UTC) (envelope-from andy@neu.net) Received: from neu.net (neu.net [204.3.153.161]) by mx1.freebsd.org (Postfix) with ESMTP id D019313C4A7; Sun, 28 Oct 2007 14:20:59 +0000 (UTC) (envelope-from andy@neu.net) Received: from neu.net (localhost [127.0.0.1]) by neu.net (8.13.6.20060614/8.13.6) with ESMTP id l9SE4fem022559; Sun, 28 Oct 2007 14:04:42 GMT Received: from localhost (andy@localhost) by neu.net (8.13.6.20060614/8.13.6/Submit) with ESMTP id l9SE4fFW022556; Sun, 28 Oct 2007 14:04:41 GMT Date: Sun, 28 Oct 2007 14:04:41 +0000 (GMT) From: AN To: freebsd-current@freebsd.org Message-ID: <20071028134603.H19526@neu.net> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: freebsd-openoffice@freebsd.org, freebsd-questions@freebsd.org, freebsd-gnome@freebsd.org Subject: library issue? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Oct 2007 14:21:00 -0000 I am trying to setup a workstation with 7.0-BETA1.5, xorg-7.3_1, gnome2-2.18.3., and openoffice.org-2.3.0. I installed openoffice via pkg_add -r. Everything installs correctly, however, when I try to run openoffice.org-2.3.0 after the install I get the following: %openoffice.org-2.3.0 /libexec/ld-elf.so.1: Shared object "libm.so.4" not found, required by "javaldx" /libexec/ld-elf.so.1: Shared object "libm.so.4" not found, required by "pagein" /libexec/ld-elf.so.1: Shared object "libm.so.4" not found, required by "soffice.bin" Here is the output from ldd: ldd: /usr/local/openoffice.org-2.3.0/program/swriter: not a dynamic executable uname:FreeBSD opteron.foo.bar 7.0-BETA1.5 FreeBSD 7.0-BETA1.5 #0: Thu Oct 25 01:19:36 UTC 2007 root@logan.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC i386 I don't know what to try to troubleshoot this, any help would be appreciated. If I did not provide enough info, please let me know exactly what to provide and I will be happy to supply it (explicit commands would be appreciated). TIA