Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 3 Sep 1999 21:29:25 +0200
From:      Ollivier Robert <roberto@keltia.freenix.fr>
To:        freebsd-hackers@freebsd.org
Subject:   Re: Sun StarOffice51
Message-ID:  <19990903212925.A55086@keltia.freenix.fr>
In-Reply-To: <Pine.BSF.4.10.9909031413100.2139-100000@defiant.quansoo.com>; from Christopher T. Griffiths on Fri, Sep 03, 1999 at 02:16:57PM -0400
References:  <Pine.BSF.4.10.9909031413100.2139-100000@defiant.quansoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
According to Christopher T. Griffiths:
> also, I did notice that the versions of the libs had changed from 6 to 7.

If you have a recent CURRENT or STABLE, read on:

It seems that we may need to edit one of the library again. See the message to 
-hackers (<199909011812.OAA29176@misha.cisco.com> by Mikhail Teterin).

        mv libosl516li.so libosl516li.so.bak
        sed -e 's,/proc/%u/cmdline,/compat/linux/so,' \
                < libosl516li.so.bak > libosl516li.so
        touch /compat/linux/so

(replace 516 by 517).

I've not tried it.

If you're runningolder versions of both CURRENT and STABLE, then it is just
that you don't have the patch to procfs, committed by Marcel:

----------------------------
revision 1.15
date: 1999/08/19 19:41:08;  author: marcel;  state: Exp;  lines: +41 -8
Let processes retrieve their argv through procfs. Revert to the original
behaviour in all other cases.

Submitted by: Andrew Gordon <arg@arg1.demon.co.uk>
----------------------------
-- 
Ollivier ROBERT -=- FreeBSD: The Power to Serve! -=- roberto@keltia.freenix.fr
FreeBSD keltia.freenix.fr 4.0-CURRENT #73: Sat Jul 31 15:36:05 CEST 1999



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-hackers" in the body of the message




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