Click to See Complete Forum and Search --> : installationc conflit, help


jasonwyz98
08-09-2003, 04:09 PM
Hello

I need to install lesstif which is required for a lisp interpreter that i have to use for a class. during installtion i get the following message " there's a conflist " what should i do?

[root@localhost downloads]# rpm -i lesstif-0.93.49-1.i386.rpm

file /usr/X11R6/lib/libMrm.so from install of lesstif-0.93.49-1 conflicts with file from package openmotif-devel-2.2.2-14

file /usr/X11R6/lib/libUil.so from install of lesstif-0.93.49-1 conflicts with file from package openmotif-devel-2.2.2-14

file /usr/X11R6/lib/libXm.so from install of lesstif-0.93.49-1 conflicts with file from package openmotif-devel-2.2.2-14


thanks

mdwatts
08-09-2003, 04:15 PM
Either uninstall openmotif-devel using

rpm -e openmotif-devel

if you know that openmotif-devel is not required for something else or use --replacefiles as a rpm option

rpm -Uvh --replacefiles lesstif-0.93.49-1.i386.rpm

Have a look at the rpm manpage to see if '--replacefiles' is the correct option to use for file conflicts.

jasonwyz98
08-09-2003, 08:36 PM
thanks for the quick reply

what is openmotif and do i really need it, how i find out?

thanks

mdwatts
08-10-2003, 06:43 AM
I doubt you need openmotif-devel unless you are planning to build/compile openmotif related apps.

Try testing the uninstall.

rpm -e --test openmotif-devel

and if no errors,

rpm -e openmotif-devel