LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   X Development Libraries. (Am i going round in circles?) (https://www.linuxquestions.org/questions/linux-newbie-8/x-development-libraries-am-i-going-round-in-circles-644993/)

colinraff 05-27-2008 12:42 AM

X Development Libraries. (Am i going round in circles?)
 
Okay, Hello this is my first post. I wouldn't have come here to you if I could of figured this out on my own. I believe in thinking and solving problems by myself (its a way of learning that really helps you catch the concept more efficiently). Never the less i have come across this problem, which I kind of think is ridiculous. I've been trying to install the X development libraries, and just seems impossible.


[root@localhost Desktop]# rpm -ivh libX11-devel-1.0.3-8.0.1.ppc64.rpm
warning: libX11-devel-1.0.3-8.0.1.ppc64.rpm: Header V3 DSA signature: NOKEY, key ID aeb6b9c4
error: Failed dependencies:
libXdmcp-devel is needed by libX11-devel-1.0.3-8.0.1.ppc64
xorg-x11-proto-devel >= 7.1-2 is needed by libX11-devel-1.0.3-8.0.1.ppc64

[root@localhost Desktop]# rpm -ivh xorg-x11-proto-devel-7.1-9.ppc.rpm
warning: xorg-x11-proto-devel-7.1-9.ppc.rpm: Header V3 DSA signature: NOKEY, key ID aeb6b9c4
error: Failed dependencies:
mesa-libGL-devel is needed by xorg-x11-proto-devel-7.1-9.ppc

[root@localhost Desktop]# rpm -ivh mesa-libGL-devel-6.5.1-7.2.ppc.rpm
warning: mesa-libGL-devel-6.5.1-7.2.ppc.rpm: Header V3 DSA signature: NOKEY, key ID aeb6b9c4
error: Failed dependencies:
libX11-devel is needed by mesa-libGL-devel-6.5.1-7.2.ppc


[root@localhost Desktop]# rpm -ivh libX11-devel-1.0.3-8.0.1.ppc.rpm
warning: libX11-devel-1.0.3-8.0.1.ppc.rpm: Header V3 DSA signature: NOKEY, key ID aeb6b9c4
error: Failed dependencies:
libXdmcp-devel is needed by libX11-devel-1.0.3-8.0.1.ppc
xorg-x11-proto-devel >= 7.1-2 is needed by libX11-devel-1.0.3-8.0.1.ppc



Anyone care to explain how I could possibly install the X development libraries.

knudfl 05-27-2008 05:23 AM

Use the package manager (yum? synaptic?) if possible.
Or a "chain install" :
'rpm -Uvh <packagename> <packagename> <packagename> <packagename> <packagename>'
then you will not be asked for interdependencies.
See 'man rpm' why '-Uvh' should be preferred instead of '-ivh'

Rgds

colinraff 05-27-2008 02:27 PM

So I finally got to install all these packages, one small problem still remains, which i thought shouldnt.
Keep in mind I do have GCC/GCC+ installed.

libX11-1.0.3-8.0.1.ppc64.rpm libXdmcp-devel-1.0.1-2.1.ppc.rpm
libX11-devel-1.0.3-8.0.1.ppc64.rpm mesa-libGL-devel-6.5.1-7.2.ppc.rpm
libX11-devel-1.0.3-8.0.1.ppc.rpm xorg-x11-proto-devel-7.1-9.ppc.rpm
libXdmcp-1.0.1-2.1.ppc.rpm

After trying to install kmldonkey
at ./configure

[...]
checking for X... configure: error: Can't find X includes. Please check your installation and add the correct paths!

I still receive this error why

seraphim172 05-27-2008 05:46 PM

You didn't tell how you installed the packages.
Did you use yum? Was it with rpm, using -Uvh or -ivh?
The X headers are obviously not where they are supposed to be, or at least not where kmldonkey is looking for them.

Linux Archive

knudfl 05-29-2008 05:09 AM

Kmldonkeys looks in 22 locations for 'X-includes'!!! So path is no problem !
The issue is : '...x_direct_test_include=X11/Intrinsic.h'
(from acinclude.m4 and configure) meaning missing 'libxt-devel'
(or libXt6-devel). If you don't find any for Yellow Dog,
you might compile the 1.0.3 version of Xorg? if possible...,
and use the components usually found in libXt + libXt-devel. See Fedora.
*Except for the headers (Intrinsic.h etc.) libXt.so.6.x and libXt.so might be needed.
---
Or have a look here :
http://rpm.pbone.net/index.php3?stat...rch=libxt&dist[]=48&dist[]=0&field[]=1&field[]=2
Rgds


All times are GMT -5. The time now is 05:33 PM.