LinuxQuestions.org
Visit Jeremy's Blog.
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 01-22-2010, 03:57 PM   #1
wutanghax0r
LQ Newbie
 
Registered: Jan 2010
Posts: 14

Rep: Reputation: 0
Didn't find KDE3 headers


I'm trying to set up khtml2png on a private test web server running fedora 6

I read that it requires the development libs for kde so I went through a long process of installing:
kdelibs4-devel-3.90.1-2.fc6

and all of the many dependencies that it needed.

I tried to run the ./configure file to set up khtml2png and am getting the following errors:
Code:
-- Configuring incomplete, errors occurred!
-- Didn't find KDE3 headers
-- Didn't find KDE3 core library
-- Didn't find the KDE3 dcopidl preprocessor
-- Didn't find the KDE3 dcopidl2cpp preprocessor
-- Found KDE3 kconfig_compiler preprocessor: /usr/bin/kconfig_compiler
CMake Error at /root/programs/cmake-2.8.0/share/cmake-2.8/Modules/FindKDE3.cmake:288 (MESSAGE):
  Could NOT find everything required for compiling KDE 3 programs
Call Stack (most recent call first):
  CMakeLists.txt:6 (find_package)

-- Configuring incomplete, errors occurred!
I'm not sure what's wrong. I thought the headers would be included in kdelibs4-devel. I'm not very experienced with Linux and I'm not sure where to look or what the next step would be to get this working.
Thanks in advance for any help.
 
Old 01-22-2010, 04:24 PM   #2
Elv13
Member
 
Registered: Apr 2006
Location: Montreal,Quebec
Distribution: Gentoo
Posts: 825

Rep: Reputation: 129Reputation: 129
Fedora core 6 reached end of life many years ago, please upgrade to Fedora 12. You wont fine must of the packages anymore as most repository have been taken down after the end of life statement. It's even hard to believe that you managed to install Cmake 2.8. Are you sure it is Fedora 6 and not 11 or 12?

Anyway, you need to install kdelibs 3 development files, not KDE4. KDE4 is not backward compatible with KDE3, the code need to be ported manually.
 
Old 01-22-2010, 04:49 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
kdelibs4-devel-3.90.1-2.fc6
fedora 6 as stated is DEAD and unsupported

please install CentOS 5.4 if you need a long life cycle
 
Old 01-23-2010, 12:04 AM   #4
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
Welcome to LQ.
.....

The package name for Fedora 6 is : kdelibs-devel

.. providing version 3.5.4 .

.....

Last edited by knudfl; 01-23-2010 at 12:06 AM.
 
Old 01-23-2010, 12:30 AM   #5
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
fedora 6 is so old that the repos are mostlikely not up
after the fedora 8 server brake in there were new hashes made and the fedora 1,2,3,4,5,6,7 repos WERE NOT rehashed

so the " kdelibs-devel.rpm will need to be found in the archives and yum REPROGRAMMED to go to the archives

see glennzo's HELP page on this
"Reload this Page Repository configuration for older Fedora releases. "
http://forums.fedoraforum.org/showthread.php?t=221471

BUT remember fedora 6 has NOT HAD any updates to is since it HIT END OF LIFE on Dec. 2007
NO UPDATES for the last 3 years !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!1


if you need a LONG LIFE distro PLEASE install CentOS 5.4 or RHEL 5.4 !!!
 
Old 01-23-2010, 07:31 PM   #6
wutanghax0r
LQ Newbie
 
Registered: Jan 2010
Posts: 14

Original Poster
Rep: Reputation: 0
:-/
I installed kdelibs4 and kdelibs4-devel Is there anything I can do to go back to kdelibs and kdelibs-devel now? I ran probably 25 rpm files to get all the required dependencies taken car of to install the kdelibs4 files.
 
Old 01-23-2010, 07:43 PM   #7
knudfl
LQ 5k Club
 
Registered: Jan 2008
Location: Copenhagen DK
Distribution: PCLinuxOS2023 Fedora38 + 50+ other Linux OS, for test only.
Posts: 17,511

Rep: Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641Reputation: 3641
' repo ' URL :
http://archives.fedoraproject.org/pu...ore/6/i386/os/
> >
baseurl=http://archives.fedoraproject.org/pub/archive/fedora/linux/core/6/i386/os/

# yum install kdelibs-devel

.....
.....

The free ' long term supported ' version of Fedora 6
is CentOS 5.4 : http://centos.org/
.....
 
Old 01-23-2010, 11:19 PM   #8
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
Quote:
I installed kdelibs4
How the heck did you install ked4 on FEDORA 6 ???????

Quote:
Is there anything I can do to go back to kdelibs
Reinstall
I would install CentOS 5.3
It is using kde3.5 for the Default kde install

if SOMEHOW you got ked4 rpm's to install on fedora 6( just guessing by using the "-force" option) your install is beyond repair
 
Old 01-24-2010, 02:07 AM   #9
wutanghax0r
LQ Newbie
 
Registered: Jan 2010
Posts: 14

Original Poster
Rep: Reputation: 0
Quote:
Originally Posted by John VV View Post
if SOMEHOW you got ked4 rpm's to install on fedora 6( just guessing by using the "-force" option) your install is beyond repair
I found rpms for it for fc6 online. I never used "-force" just rpm -ihv

This pc boots into gnome (not kde) and I rarely use the gui anyway. This computer is a local private file and web server used only by me for test purposes. I access it via ssh or ftp most of the time. If at all possible I'd like to just be able to install the correct kde libraries. Is there no easy way to uninstall the kdelibs4 and kdelibs4-devel to be able to install kdelibs and kdelibs-devel?

If i have to I will set up a new PC with a different distro and migrate over to it, but I was hoping to be able to avoid that. :-/

Thanks for all of your help and suggestions so far.
 
Old 01-24-2010, 02:15 AM   #10
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
migrate .Fedora 6 has had NO security updates for 3 years and NO support for 3 years

I would put CentOS 5.4 on a server
CentOS has a 5 year life span , VS Fedora's 13 MONTH life span .
 
  


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
what if I can't find headers as new as my kernel? newbiesforever Linux - General 2 01-25-2009 09:17 PM
Where can I find the Kernel Headers? Xyen Puppy 2 11-23-2008 01:16 AM
Cannot find correct Qt headers! drussell6 Linux - Software 2 07-03-2008 07:38 AM
Can not find menu editor for kde3.3 TitaniumTaz SUSE / openSUSE 2 03-03-2005 01:14 PM
pytgtk-2, could not find headers _tomMmy_ Linux - Software 4 08-22-2004 10:27 PM

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

All times are GMT -5. The time now is 05:37 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