From owner-freebsd-questions Sat Dec 28 20:30:11 1996 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id UAA12843 for questions-outgoing; Sat, 28 Dec 1996 20:30:11 -0800 (PST) Received: from netcom22.netcom.com (sauber@netcom22.netcom.com [192.100.81.136]) by freefall.freebsd.org (8.8.4/8.8.4) with SMTP id UAA12838 for ; Sat, 28 Dec 1996 20:30:09 -0800 (PST) Received: (from sauber@localhost) by netcom22.netcom.com (8.6.13/Netcom) id UAA28104; Sat, 28 Dec 1996 20:30:08 -0800 Date: Sat, 28 Dec 1996 20:30:08 -0800 (PST) From: Soren Dossing Subject: startx To: questions@freebsd.org Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Just installed 2.2-beta with xfree. There was no errors during installation and configuration. However when I run startx, I get this error. ld.so failed: cannot stat "/usr/X11R6/lib/libXmu.so.6.0" : Permission denied If I run startx as a user, I get the message and nothing happens. If I run as root, I also get this message, but X starts anyway. # chmod 666 /usr/X11R6/lib/libXmu.so.6.0 does not change anything. Soren