From owner-freebsd-openoffice@FreeBSD.ORG Sat Jan 22 06:40:27 2005 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 4A05D16A4D0 for ; Sat, 22 Jan 2005 06:40:27 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id F3B6043D3F for ; Sat, 22 Jan 2005 06:40:19 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.1/8.13.1) with ESMTP id j0M6eJxe025195 for ; Sat, 22 Jan 2005 06:40:19 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.1/8.13.1/Submit) id j0M6eJLo025189; Sat, 22 Jan 2005 06:40:19 GMT (envelope-from gnats) Date: Sat, 22 Jan 2005 06:40:19 GMT Message-Id: <200501220640.j0M6eJLo025189@freefall.freebsd.org> To: openoffice@FreeBSD.org From: Chris Bongaarts Subject: Re: ports/75039: OpenOffice 1.1.2 javaldx crashes at startup X-BeenThere: freebsd-openoffice@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Chris Bongaarts List-Id: Porting OpenOffice to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jan 2005 06:40:27 -0000 The following reply was made to PR ports/75039; it has been noted by GNATS. From: Chris Bongaarts To: freebsd-gnats-submit@FreeBSD.org, bacon@smithers.neuro.mcw.edu Cc: cab@tc.umn.edu Subject: Re: ports/75039: OpenOffice 1.1.2 javaldx crashes at startup Date: Sat, 22 Jan 2005 00:29:53 -0600 FYI, I had a similar problem with bind causing crashes on a box that was upgraded from 5.2.1. The problem was that the schg flag is set on /libexec/ld-elf.so.1, and a binary upgrade doesn't account for that. If you check the timestamp of the ld-elf.so.1 file and it is older than November 2004, I bet this is the problem. Run "chflags noschg /libexec/ld-elf.so.1", then copy over the correct binary version, or make obj/make/make install in /usr/src/libexec/rtld-elf to get a recent copy, and all affected applications should start working again.