Date: Fri, 12 Oct 2007 14:25:43 +0900 (JST) From: Maho NAKATA <chat95@mac.com> To: sergioalimajr@gmail.com Cc: openoffice@FreeBSD.org Subject: Re: OpenOffice 2.3 FreeBSD Message-ID: <20071012.142543.35018960.chat95@mac.com> In-Reply-To: <21fe8e1e0710111252j2f31a00cn54fe73e00592b7bb@mail.gmail.com> References: <21fe8e1e0710111252j2f31a00cn54fe73e00592b7bb@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
From: Sergio Alves de Lima Junior <sergioalimajr@gmail.com> Subject: OpenOffice 2.3 FreeBSD Date: Thu, 11 Oct 2007 19:52:03 +0000 > Dear friends, > > I installed a new version of OpenOffice (v 2.3) for FreeBSD 6.2-STABLE, but > I've some problems to use correctly this package: > > 1 - This needed python24. I've installed python25; > 2 - During start program, to libs not found by program: > > libstdc++.so.6 and libgcc_s.so.1. > > I solve this problem with create symbolic link for this: > > $ cd /usr/lib > $ ln -s libstdc++.so.5 libstdc++.so.6 > $ ln -s /usr/compat/linux/lib/libgcc_s.so.1 libgcc_s.so.1 Please install lang/gcc42 for the moment. your workaround is really dangerous! -- Nakata Maho (maho@FreeBSD.org)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20071012.142543.35018960.chat95>