LinuxQuestions.org
Help answer threads with 0 replies.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-24-2005, 03:11 PM   #1
Soulstealer
Member
 
Registered: Dec 2004
Location: Necropolis
Distribution: FreeBSD
Posts: 47

Rep: Reputation: 15
Question KDE 3.4 ./configure error


Hello
I've installed Slackware 10.1 without KDE, so I got KDE 3.4 source packages and Qt 3.3.4
I installed qt, but when I tried to install kdebase I got an error
Code:
bash-3.00# ./configure
...
...
...
checking for kde-config... not found
configure: error: The important program kde-config was not found!
Please check whether you installed KDE correctly.
kde-config must be in /opt/kde/bin/, but it isn't
Can anyone help me?

thanks

Last edited by Soulstealer; 03-25-2005 at 03:57 AM.
 
Old 03-24-2005, 03:23 PM   #2
Soulstealer
Member
 
Registered: Dec 2004
Location: Necropolis
Distribution: FreeBSD
Posts: 47

Original Poster
Rep: Reputation: 15
Smile

Please excuse my mistake in the "subject"
it's KDE 3.4, not KDE 4.3

I fix it

Last edited by Soulstealer; 03-25-2005 at 03:58 AM.
 
Old 03-24-2005, 04:08 PM   #3
Tormented
Member
 
Registered: Feb 2003
Location: ???
Distribution: Mandriva 2006
Posts: 92

Rep: Reputation: 15
You have to compile the first 3 kde packages in the right order.
Compile and install arts first, then kdelibs, then kdebase.
 
Old 03-24-2005, 04:16 PM   #4
Soulstealer
Member
 
Registered: Dec 2004
Location: Necropolis
Distribution: FreeBSD
Posts: 47

Original Poster
Rep: Reputation: 15
OK, thanks
can you tell me about Qt
I configured it like this
./configure -qt-gif -thread
but after that I saw in one document that it must have a few more options...
is that a problem ?
should I recompile it ?
 
Old 03-24-2005, 04:52 PM   #5
foo_bar_foo
Senior Member
 
Registered: Jun 2004
Posts: 2,553

Rep: Reputation: 53
i think those options you used for Qt are adequate
unless you have already installed nVidia video drivers

to make it run a little better you might try
-qt-gif -system-libpng \
-system-libmng -system-zlib -system-libjpeg -no-exceptions \
-thread -plugin-imgfmt-png

if you have installed nVidia you need to add
-dlopen-opengl
or you will end up with a mess

and you can most likely add
-no-ipv6
 
Old 03-24-2005, 06:11 PM   #6
Soulstealer
Member
 
Registered: Dec 2004
Location: Necropolis
Distribution: FreeBSD
Posts: 47

Original Poster
Rep: Reputation: 15
thank you
 
Old 03-25-2005, 03:56 AM   #7
Soulstealer
Member
 
Registered: Dec 2004
Location: Necropolis
Distribution: FreeBSD
Posts: 47

Original Poster
Rep: Reputation: 15
OK, I had another problem
Let me describe what I do...
first: I have the qt 3.3.4 source in /usr/local/qt and I do:
Code:
./configure  -qt-gif -system-libpng \
-system-libmng -system-zlib -system-libjpeg -no-exceptions \
-thread -plugin-imgfmt-png -dlopen-opengl -no-ipv6

make
===============================================
second:
Code:
./configure --prefix=/opt/kde --disable-debug
make
make install
in the source directory of arts 3.4

===============================================

third:
Code:
./configure --prefix=/opt/kde --enable-fast-malloc=full --with-alsa --disable-debug
make
make install
in the source directory of kdelibs 3.4

================================================

then I add "/usr/local/qt/lib" in "/etc/ld.so.conf" so it looks like:
Code:
/usr/local/lib
/usr/X11R6/lib
/usr/i486-slackware-linux/lib
/opt/kde/lib
/usr/local/qt/lib
and I do
Code:
/sbin/ldconfig
till now everything seems fine, BUT when I went to the kdebase 3.4 source directory and ran:
Code:
./configure --prefix=/opt/kde --disable-debug
I got this message:
Code:
...
...
...
checking  for KDE... libraries /opt/kde/lib, headers /opt/kde/include
checking if UIC has KDE plugins available... no
configure: error: you need to install kdelibs first.
Can anyone help me, please!

thank you
 
Old 03-25-2005, 07:32 AM   #8
Soulstealer
Member
 
Registered: Dec 2004
Location: Necropolis
Distribution: FreeBSD
Posts: 47

Original Poster
Rep: Reputation: 15
OK, I fixed this, it was my mistake, sorry
But here I have another problem (of course)
again the configure script for kdebase
now I got this:
Code:
...
...
...
checking for xmkmf... not found
configure: error: xmkmf/imake not found. Please make sure it's in PATH!
What is going on ?! I have both xmkmf and imake in my /usr/X11R6/bin directory and they are executable.
What's wrong ? I'm getting nervouse.
please help me...

thanks

Last edited by Soulstealer; 03-25-2005 at 07:33 AM.
 
Old 03-25-2005, 08:25 AM   #9
Soulstealer
Member
 
Registered: Dec 2004
Location: Necropolis
Distribution: FreeBSD
Posts: 47

Original Poster
Rep: Reputation: 15
Well...I just made sym links in /usr/sbin to /usr/X11R6/bin/xmkmf and /usr/X11R6/bin/imake
and the configure script passed...
now it is compiling
I hope that there souldn't be more problems!
It's strange...Am I only posting in this topic or what ?
thank you anyway
I'll be back if I have more problems...(to post to myself)
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
checking for KDE... configure: error:, no KDE headers installed mythief Mandriva 4 10-23-2004 08:20 AM
checking for KDE... configure: error:, no KDE headers installed mythief Linux - Software 2 10-23-2004 05:20 AM
kde 3.3 configure error cheater1034 Linux - Software 6 08-21-2004 10:12 PM
checking for KDE... configure: error: flynnhandley Linux - Software 3 06-22-2004 07:11 PM
checking for KDE... configure: error: shermang Linux - General 3 12-12-2003 07:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 09:33 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration