I believe libX.so.2 is a Motif library. Which means that lesstif should
have a version of it too. To find it, try '%find / | grep "libX.so.2"'
(ignoring the external single-quotes). That will search every directory
you have access to for that filename. Personally, I have never used the
JDK rpm. Installing the JDK by hand is one of the simplest installs I've
ever seen. Just unzip it, and set your PATH and CLASSPATH variables in
your shell rc file to point to wherever you unzipped it. The
documentation that comes with it goes over that in better detail.
-dave
On Wed, 27 Jan 1999, C. Javier Castro Peņa wrote:
> I tried to install the jdk1.1.7 rpm, but it asks me for libX.so.2. Where
> can I find it? My system is RH 5 w/ kernel 2.0.35; is there some problem
> in trying to run jdk 1.1.7 on this system? I have been developing a java
> application , and tested it with jdk 1.1.5, and it hangs when I invoke a
> Jdialog from a Frame.
>
> javier
>
>