You are not logged in.

Dear visitor, welcome to KDE-Forum.org. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Thursday, February 5th 2004, 12:07am

KDE 3.2 tells me I don't have QT3 installed, but I do!

Hello, when I go to install KDE 3.2 it tells me I don't have qt3 installed. I do a where is in my shell and qt3 is found in usr/lib/qt3. Why is DKE 3.2 not installing?

2

Thursday, February 5th 2004, 6:29am

Do this:

echo $QTDIR

if it doesn't give the path usr/lib/qt3 then do

[code:1]export KDEDIR=/usr/lib/kde3
export QTDIR=/usr/lib/qt3
export MANPATH=$QTDIR/doc/man:$MANPATH
export PATH=$QTDIR/bin:$KDEDIR/bin:$PATH
export LD_LIBRARY_PATH=$QTDIR/lib:$LD_LIBRARY_PATH[/code:1]

Note: if kde3 is in a different path, change export KDEDIR=/usr/lib/kde3 to the correct path.

3

Thursday, February 5th 2004, 8:32am

Hello tbscope

I put echo $QTDIR in my shell and got back /usr/lib/qt3/ what do I do now? I have kdebase-3.2.0 sitting on my desktop, untarred. Forgive me, I'm quite new to Linux. Thanks for the assistance.