Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
11-09-2005, 07:54 AM
|
#1
|
LQ Newbie
Registered: Nov 2005
Posts: 13
Rep:
|
configure question...
Shalom,
I'm using fedora core 4.
I've tried to use the ./compile in different situations and I get the same error all over again:
could not find X11 libraries.
I used:
./configure --x to include the includes and libraries from
/usr/X11R6/
It didn't work either, what should I do?
Thanks.
A.O
|
|
|
11-09-2005, 08:04 AM
|
#2
|
Senior Member
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517
Rep:
|
I am not sure about FC4, but in SUSE you need to install special -devel packages if you want to compile with the libraries. In this case it would be the xorg-devel/xfree-devel package.
|
|
|
11-09-2005, 08:11 AM
|
#3
|
LQ Newbie
Registered: Nov 2005
Posts: 13
Original Poster
Rep:
|
Thanks, but ....
I am quite new in linux and I'm only trying to install simple things - themes etc.
I am just doing what I've been told in those files (tar) in order to install what I want.
I am learning as I go.
Please care to explain - slow and easy ;o)
(If it works for suse what's with fedora?)
Thanks again,
A.O
|
|
|
11-09-2005, 08:14 AM
|
#4
|
Senior Member
Registered: Apr 2005
Location: London
Distribution: Arch - Latest
Posts: 1,522
Rep:
|
you could open a terminal
yum search xorg
it would give a list of packages that contain xorg/are affiliated with it, then look for the development packages and install those
su
"root pass"
yum install "package_you_want"
Fedora generally doesn't install alot of the sources etc.
If you give a bit more information maybe we can help more.
What are the themes for??
|
|
|
11-09-2005, 11:32 AM
|
#5
|
Member
Registered: Jul 2005
Location: Mars
Distribution: Gentoo Linux
Posts: 100
Rep:
|
I know I'm not much help. But Fedora Core 3 made me so made I threw the DVD out my window into a ravine.
It seems that fedora core doesn't have a lot of development libraries so that one can compile things by his or her self.
I suppose for people who use RPM binaries all the time it's great thought... that's not my style 
|
|
|
11-09-2005, 12:08 PM
|
#6
|
LQ Guru
Registered: Nov 2003
Location: N. E. England
Distribution: Fedora, CentOS, Debian
Posts: 16,298
Rep:
|
Quote:
Originally posted by CPUFreak91
I know I'm not much help. But Fedora Core 3 made me so made I threw the DVD out my window into a ravine.
It seems that fedora core doesn't have a lot of development libraries so that one can compile things by his or her self.
I suppose for people who use RPM binaries all the time it's great thought... that's not my style
|
It has development packages but most are not installed if you didn't select this during installation time. This slims down the size of the installation for those that are not going to need the development libs.
Anyway the package thats required is xorg-x11-devel and to install you'd do as root
Code:
#yum install xorg-x11-devel
|
|
|
11-10-2005, 07:27 AM
|
#7
|
LQ Newbie
Registered: Nov 2005
Posts: 13
Original Poster
Rep:
|
Thanks it worked, but now...
I have this message.
checking for Qt... configure: error: Qt (>= Qt 3.0) (headers and libraries) not found. Please check your installation!
For more details about this problem, look at the end of config.log.
What is Qt and I guess that the version that I have is newer then the one needed, am I right?
What do I do now?
Thanks,
A.O
|
|
|
11-10-2005, 07:44 AM
|
#8
|
Senior Member
Registered: Mar 2004
Location: Munich
Distribution: Ubuntu
Posts: 3,517
Rep:
|
The same problem as with the xorg libraries: you need to install the qt3-devel package!
|
|
|
11-12-2005, 01:59 PM
|
#9
|
LQ Newbie
Registered: Nov 2005
Posts: 13
Original Poster
Rep:
|
Thanks, that helped  )
|
|
|
All times are GMT -5. The time now is 12:40 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|