[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:Mon Jun 21 12:14:16 2002 
Subject:Re: Forwarded:Poplog installation problem 
From:Stephen Isard 
Volume-ID:1020621.05 

> From: "Graham Henderson" <g.a.henderson@virgin.net>
 
> When I install Poplog, it will not run because it says the file =
> libXm.so.2 does not exist. 
 ...
> My computer has libXm.so, libXm.so.1, libXm.so.1.0.2, libXm.so.3,

This is quick, dirty and far from guaranteed, but you might be lucky:

(as root)
cd /usr/X11R6/lib
ln -s libXm.so.3 libXm.so.2

I.e., pretend that your libXm.so.3 is libXm.so.2 by making a symbolic
link.  If libXm.so.3 is sufficiently backward compatible, it might work.
If you try it, please let us know what happens, because other people
will probably be having the same problem soon.  (If it doesn't work,
undo the above with 'rm -f /usr/X11R6/lib/libXm.so.2'.)

Good luck,

Stephen Isard