[Date Prev] [Date Next] [Thread Prev] [Thread Next] Date Index Thread Index Search archive:
Date:Mon Jun 3 14:25:25 2000 
Subject:Re: Problem with linux poplog 
From:ug55aes 
Volume-ID:1000603.02 

This may not have got through the mail->news gateway first time, so here
it is again...

I've just installed Linux-Mandrake on my computer, and had the same
problem.  After a bit of hunting, I found that the files mentioned just
didn't exist.

As I recall, the files in RH6 were just symlinks, and this has cured
the problem for me:

cd /usr/X11R6/lib/
ln -s libX11.so.6 libX11.so
ln -s libXt.so.6 libXt.so

And, since I'm using linuxmotif
ln -s libXm.so.2 libXm.so
ln -s libXext.so.6 libXext.so

Given that the proper files (*.so.6, *.so.2) are also on the older RH
distro, I think the best solution is to relink the standard executable
against the relevant actual files.

        - Andrew