From owner-freebsd-questions Sat May 9 13:39:59 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA27501 for freebsd-questions-outgoing; Sat, 9 May 1998 13:39:59 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gdi.uoregon.edu (gdi.uoregon.edu [128.223.170.30]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA27495 for ; Sat, 9 May 1998 13:39:55 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Received: from localhost (dwhite@localhost) by gdi.uoregon.edu (8.8.7/8.8.8) with SMTP id NAA03306; Sat, 9 May 1998 13:39:48 -0700 (PDT) (envelope-from dwhite@gdi.uoregon.edu) Date: Sat, 9 May 1998 13:39:48 -0700 (PDT) From: Doug White Reply-To: Doug White To: "[Icarus]" cc: questions@FreeBSD.ORG Subject: Re: KDE In-Reply-To: <3554A8B2.5BC8853E@for-president.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Sat, 9 May 1998, [Icarus] wrote: > I have recently installed the KDE manager that came with 2.2.6 > The path I used was /opt/kde to install in. > I now wonder how to make it find the other files that are required to > start, the FAQ at kde.org said that I should put my path in a file named > "PATH" or "LD_LIBRARY_PATH" but my system doesn't seem to find any of > these. > What am I doing wrong? FreeBSD generally doesn't use /opt. If you want it to work, though, you'll need to make these changes to your shell startup file (.profile or .cshrc depending): . Add `/opt/kde/bin' to the PATH variable list. . Add `/opt/kde/lib' to the LD_LIBRARY_PATH variable. You'll probably have to add this. If you use the kde port then it installs in /usr/local/* so no changes are necessary. Doug White | University of Oregon Internet: dwhite@resnet.uoregon.edu | Residence Networking Assistant http://gladstone.uoregon.edu/~dwhite | Computer Science Major To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message