Problem of dependency

This forum is read only. No new submissions are accepted.

Questions about motif? Contact us

2 posts / 0 new
Last post
Problem of dependency

Submitted by alancupid on Fri, 07/14/2006 - 09:36.

[root@localhost thlun]# rpm -ivh openmotif-devel-2.3.0-0.1.9.3.i386.rpm
Preparing... ########################################### [100%]
package openmotif-devel-2.3.0-0.1.9.3 is already installed

[root@localhost thlun]# rpm -Uvh openmotif-2.2.2-5.sh3.rpm
error: Failed dependencies:
libMrm.so.4 is needed by (installed) openmotif-devel-2.3.0-0.1.9.3.i386
libXm.so.4 is needed by (installed) openmotif-devel-2.3.0-0.1.9.3.i386
openmotif = 2.3.0-0.1.9.3 is needed by (installed) openmotif-devel-2.3.0-0.1.9.3.i386

i have installed openmotif-devel-2.3.0, but why still cannot install 2.2.2-5 ? i need to install libXm.so.3 in my share lib ..
Anyone can help me?

THanks

 

 

Thu, 11/02/2006 - 13:11#1

Yuriy Syrota

Re: Problem of dependency

alancupid wrote:

i have installed openmotif-devel-2.3.0, but why still cannot install 2.2.2-5 ? i need to install libXm.so.3 in my share lib ..
Anyone can help me?

Unfortunately it is impossible it have installed openmotif-2.2.2 and openmotif-2.3.0 packages into same repository, since they conflicts with each other.

You can just put libXm.so.3 into /usr/lib, or put it in any other directory and add path to the library to LD_LIBRARY_PATH environment variable.