Re: Forwarded mail....

Simon Epsteyn (seva@fnal.gov)
Fri, 02 Jul 1999 17:13:00 -0500 (CDT)

>[brink@ncdf47]$ ldd raplayer
> not a dynamic executable
>
>[root@ncdf47]$ raplayer welcome.ra
>raplayer: can't find library 'libXt.so.6'

This is a bit odd, if it's not a dynamic excutabale, then it's staticly
linked and would not try to load libXt.so.6

try this (one more time):

$ cd /path/to/raplayer/

$ file ./raplayer

$ ldd ./raplayer

PS, is there any reason why you don't want a newer version of ra/rv
player?

/Simon