Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 May 2005 17:58:37 +0900 (JST)
From:      NAKATA Maho <chat95@mac.com>
To:        spadger@spadger.best.vwh.net
Cc:        mbr@FreeBSD.org
Subject:   Re: OpenOffice does not work on 4STABLE?
Message-ID:  <20050511.175837.102577207.chat95@mac.com>
In-Reply-To: <20050510233750.A81535@spadger.best.vwh.net>
References:  <20050510233750.A81535@spadger.best.vwh.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In Message-ID: <20050510233750.A81535@spadger.best.vwh.net> 
Andrew Sparrow <spadger@spadger.best.vwh.net> wrote:

> "The application cannot be started.
> The configuration service is not available
> Start the setup application to repair the installation from the CD or the folder
>  containing the installation packages."

this is famous rtld problem.

see : http://porting.openoffice.org/freebsd/

 FreeBSD 5.2.1-RELEASE/i386, and 4.11-RELEASE/i386 : NOT supported

    We had minor but serious implementation difference in rtld.c between FreeBSD and NetBSD/Linux/Solaris which had been inducing very weired problem, and workaround also inducing a hard-to-track bug. It was fixed after 5.2.1-RELEASE and 4.11-RELEASE. Please see commit log also for details. So we decided to mark these port as BROKEN for them. However, a patch for rtld.c for 4-RELENG and a patch for rtld.c for 5-RELENG are available, and it is totally unsupported. At your own risk, and feedback is welcome.
    BEFORE BUILDING OPENOFFICE.ORG, FOLLOW THIS INSTRUCTION
    if you use 4-series:

% su
Password:
# fetch http://people.freebsd.org/~maho/ooo/patch-rtld.c-releng4
# cd /usr/src/libexec/rtld-elf ; patch < patch-rtld.c-releng4
# make ; make depend ; make install


    if you use 5-series (prior than 5.3-RELEASE):

% su
Password:
# fetch http://people.freebsd.org/~maho/ooo/patch-rtld.c-releng5
# cd /usr/src/libexec/rtld-elf ; patch < patch-rtld.c-releng5
# make ; make depend ; make install

thanks
-- NAKATA, Maho (maho@FreeBSD.org)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050511.175837.102577207.chat95>