History of AFNI updates  

|
September 03, 2003 03:03PM
Hi,

Yes, I can envision a scenario in which you tried to install some newer
version of openmotif and you got those errors because the current version
of openmotif (which includes libMrm.so.2 and libXm.so.2) is relied upon
by the development libraries.

> Dependency Proble:
> libMrm.so.2 is needed by openmotif-devel-2.1.30-11
> libXm.so.2 is needed by openmotif-devel-2.1.30-11

A few things to try:

1. see what openmotif rpms are already installed (if any):
% rpm -qa | grep openmotif

2. if the development libraries are there, perhaps removing them
would allow you to install whatever rpm you are trying to
install. you don't need them to run AFNI and you can
always put them back later.

% rpm -e openmotif-devel-2.1.30-11

3. change your args to rpm. i always use 'U' instead of 'i' because 'U' checks to see if
the package is already installed and then tries to upgrade it if it is.

% rpm -Uvh openmotif-2.2.2.i386.rpm

Alex

Subject Author Posted

Open Motif

Andrew Parker August 27, 2003 02:05PM

Re: Open Motif

bob cox August 27, 2003 02:57PM

Re: Open Motif

Ziad Saad August 27, 2003 04:29PM

Re: Open Motif

Andrew Parker August 28, 2003 01:51PM

Re: Open Motif

bob cox August 29, 2003 09:53AM

Re: Open Motif

Alex Clark September 03, 2003 03:03PM