From owner-freebsd-questions@FreeBSD.ORG Wed Oct 8 05:58:17 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 5F553106568D for ; Wed, 8 Oct 2008 05:58:17 +0000 (UTC) (envelope-from freebsdemail@gmail.com) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.153]) by mx1.freebsd.org (Postfix) with ESMTP id E91198FC18 for ; Wed, 8 Oct 2008 05:58:16 +0000 (UTC) (envelope-from freebsdemail@gmail.com) Received: by fg-out-1718.google.com with SMTP id l26so2474945fgb.35 for ; Tue, 07 Oct 2008 22:58:15 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:mime-version:content-type:content-transfer-encoding :content-disposition; bh=IDI5WcY2195WnHhegh2F8KBioIsdoy09+dlJWFS2434=; b=w25s45O5xNyz65Bpt+W9pdZrbLiriXhLejpBmPzQdocMazHi/mj7zWFszA5qh4zXWs y7lZM/Jzhw/JdZhSy2MKI/RIT4qnHounwMIPO0n2rjil8LV+TZd/3jElaSEUCQPbBODe Q6qyHZbPnLfRDCiStoRqmOq+YPDzR9uO9XQZ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:mime-version:content-type :content-transfer-encoding:content-disposition; b=FnANoIK+KQt/W+rkKach0oXk9K/qcDWsGuCb+kXVlq8t3sCv8Fly5g41JbQxj3GhF8 5xxjcdEcfrrSOmBHORSflzKBEQYtSA4Yj3JCR/5CIKMVO43S47LztQOFJkLHa3zP13Mq ZeSJ1cvN0U0kqwvxG2FVqkZxY95LUt2CtmogA= Received: by 10.180.239.8 with SMTP id m8mr5798637bkh.48.1223445494780; Tue, 07 Oct 2008 22:58:14 -0700 (PDT) Received: by 10.180.244.3 with HTTP; Tue, 7 Oct 2008 22:58:14 -0700 (PDT) Message-ID: <5cdef660810072258o67330470n9b1f92a160716cfa@mail.gmail.com> Date: Tue, 7 Oct 2008 23:58:14 -0600 From: "Tom Stuart" To: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline Subject: KDE 4 Cannot run as regular user X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Oct 2008 05:58:17 -0000 Hello, I just installed KDE4 via ports and am getting errors upon attempting to start as a "regular" user. When I run startkde as root it works fine but I don't want to use root on this machine. Error Generated when started as a regular user $ startx /libexec/ld-elf.so.1: Shared object "libXau.so.6" not found, required by "xauth" /libexec/ld-elf.so.1: Shared object "libXau.so.6" not found, required by "xauth" /libexec/ld-elf.so.1: Shared object "libXau.so.6" not found, required by "xauth" /libexec/ld-elf.so.1: Shared object "libXau.so.6" not found, required by "xauth" /libexec/ld-elf.so.1: Shared object "libXau.so.6" not found, required by "xauth" /libexec/ld-elf.so.1: Shared object "libX11.so.6" not found, required by "xinit" /libexec/ld-elf.so.1: Shared object "libXau.so.6" not found, required by "xauth" The files are there $ ls -l /usr/local/lib/libXau.so /usr/local/lib/libX11.so lrwxr-xr-x 1 root wheel 11 Oct 6 03:09 /usr/local/lib/libX11.so -> libX11.so.6 lrwxr-xr-x 1 root wheel 11 Oct 6 03:06 /usr/local/lib/libXau.so -> libXau.so.6 $ ls -l /usr/local/lib/libXau.so.6 /usr/local/lib/libX11.so.6 -rwxr-xr-x 1 root wheel 1080722 Oct 6 03:09 /usr/local/lib/libX11.so.6 -rwxr-xr-x 1 root wheel 10604 Oct 6 03:06 /usr/local/lib/libXau.so.6 $ cat .xinitrc exec /usr/local/kde4/bin/startkde $ uname -a FreeBSD xxx.xxx.net 7.1-PRERELEASE FreeBSD 7.1-PRERELEASE #2: Mon Oct 6 02:45:38 MDT 2008 root@xxx.xxx.net:/usr/obj/usr/src/sys/xxx i386 I'm sure this is a very little issue but I appreciate your patience and help in resolving this issue. Best Regards, Tom