Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 31 Aug 1998 12:46:57 +1200
From:      Jonathan Chen <jonc@pinnacle.co.nz>
To:        Jeff Gray <jwgray@netbox.com>
Cc:        questions@FreeBSD.ORG
Subject:   Re: StarOffice 3.1 Install seems to have done some damage....
Message-ID:  <Pine.SGI.4.02.9808311244360.3474-100000@tui.pinnacle.co.nz>
In-Reply-To: <Pine.BSF.3.96.980830170057.3606A-100000@netbox.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sun, 30 Aug 1998, Jeff Gray wrote:

> cm110119# locate libXaw.so.6.1
> /usr/X11R6/lib/libXaw.so.6.1
> cm110119# ls -l /usr/X11R6/lib/libXaw.so.6.1
> -rw-r--r--  1 root  wheel  244951 Mar  1  1998
> /usr/X11R6/lib/libXaw.so.6.1
> 
> I can no longer open any editor. Or even pine. 
> Strange, but elm works as a reader but I cannot seem to edit.

Looks like it trashed your shared library cache. If `ldconfig -r' doesn't
display your libraries, you'll have to add them in with
`ldconfig -m /usr/X11R6/lib'. Check out ldconfig(1) for more details.

Jonathan Chen
-----
char *p="char *p=%c%s%c;main(){printf(p,34,p,34);}";main(){printf(p,34,p,34);}


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.SGI.4.02.9808311244360.3474-100000>