Dependency

Hi, to get libXpm I should have 3 additional libs + 3 devel
When I install some libs at /usr/local/lib64

rpm -U -h -v xorg-x11-libSM-7.6-7.1.src.rpm

1:xorg-x11-libSM ########################################### [100%]

rpm -U -h -v xorg-x11-libICE-7.6-8.1.src.rpm

1:xorg-x11-libICE ########################################### [100%]

rpm -U -h -v xorg-x11-libXt-7.6_1.0.9-4.1.src.rpm

1:xorg-x11-libXt ########################################### [100%]

rpm -U -h -v xorg-x11-libXpm-7.4-1.3.src.rpm

warning: xorg-x11-libXpm-7.4-1.3.src.rpm: Header V3 DSA/SHA1 Signature, key ID 0f2672c8: NOKEY
1:xorg-x11-libXpm ########################################### [100%]

it looks good, but still I do not know where they are?
But next step gives dependency, which is not clear due to previous steps.

rpm -U -h -v xorg-x11-libICE-devel-7.6-8.1.x86_64.rpm

error: Failed dependencies:
xorg-x11-libICE = 7.6 is needed by xorg-x11-libICE-devel-7.6-8.1.x86_64
What should I do?
Thank you

You should NOT install “.src.rpm” packages (you can safely remove them completely).
You should install “.x86_64.rpm” packages (for the “x86_64” architecture).
Install also all “dependencies” that are required / reported.

What is your Operating System exactly?

I have suse11.3 at the x86-64
Regards

Try (answer “YES” if it asks about “dependencies”):
sudo zypper install xorg-x11-libXpm xorg-x11-libXpm-devel

It works. Thank you very much

sorry, I tried to do the same with libXft
sudo zypper install libXft libXft-2.1.13-4.1.el6.R.x86_64.rpm

but I have
Checking for libXft … no
configure: libXft MUST be installed

The “.el6.R.” suggests that it’s a “CentOS 6 (RHEL 6)” package.
I don’t really think that it is suitable for “SUSE 11.3”.
For the “libXft”, you rather need (again, answer “YES” if it asks about “dependencies”):
sudo zypper install xorg-x11-libs xorg-x11-devel

Dear Wile E. Coyote and other ROOTs
Thank you for your answers. After rather fast crash of my virtual SUSE 11.3,
Ubuntu 12.10 was installed, dpkg & some libs downloaded, ROOT 5-34 configured.
Thank you

If you ever return to openSUSE 10 or 11, see the corresponding entry on the ROOT Build Prerequisites web page.