ur missing the path pointer to alternate shared libs - LD_LIBRARY_PATH
so
try:
export LD_LIBRARY_PATH=/usr/local/lib
presuming that /usr/local/lib is where the libXm.so is stashed.
gat
Kerry Boguszewski-Odom wrote:
> Hi,
> I am trying to get Java running on an AlphaStation 200 running
> RedHat linux 5.1. I downloaded the lesstif-0.85 and compiled and installed
> them in the proper directories. Then I unzipped the alpha version of java
> 115. So far so good. Javac seems to be working okay. I can make a simple
> class to say Hello World. But when I try to do anything with awt, I get
> the error message libXm.so.1 can not open shared object file: No such file
> or directory (libawt.so). The message goes on about an unsatisfied link
> error. Does awt work for the Linux/Alpha? Could some kind soul give some
> pointers or direct me to a FAQ for this.
> Thanks, I'd really like to get this working on my Alpha.
>
> Kerry