From owner-freebsd-openoffice@FreeBSD.ORG Fri Sep 26 19:04:07 2003 Return-Path: Delivered-To: freebsd-openoffice@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1209716A4B3 for ; Fri, 26 Sep 2003 19:04:07 -0700 (PDT) Received: from eden.barryp.org (host-150-32-220-24.midco.net [24.220.32.150]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2683D43FE9 for ; Fri, 26 Sep 2003 19:04:06 -0700 (PDT) (envelope-from bp@barryp.org) Received: from [10.66.0.234] (helo=barryp.org) by eden.barryp.org with asmtp (Exim 4.20) id 1A34RG-000Gzb-Bx for openoffice@freebsd.org; Fri, 26 Sep 2003 21:04:02 -0500 Message-ID: <3F74F010.8000403@barryp.org> Date: Fri, 26 Sep 2003 21:04:00 -0500 From: Barry Pederson User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.4) Gecko/20030915 X-Accept-Language: en-us, en MIME-Version: 1.0 To: openoffice@freebsd.org Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, hits=-5.9 required=4.5 tests=BAYES_01,USER_AGENT_MOZILLA_UA version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) Subject: OO 1.1RC5 & FreeBSD 5.1 X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 27 Sep 2003 02:04:07 -0000 Thanks for putting up the OpenOffice 1.1rc5 binary up at: http://projects.imp.ch/openoffice/current/openoffice-1.1rc5.tbz I found one minor glitch (was also in 1.1rc4), on FreeBSD 5.1 running openoffice-1.1 after doing a pkg_add gives this error: --------- ELF interpreter /libexec/ld-elf.so.1 not found Abort trap ELF interpreter /libexec/ld-elf.so.1 not found Abort trap ELF interpreter /libexec/ld-elf.so.1 not found Abort trap --------- As a workaround, I tried setting up a symlink: ln -s /usr/libexec /libexec and that seems to allow OO to work fine. Are you guys perhaps building the binaries on a box that has a similar symlink? Barry