When I try to start xdoom I get the message:
libXt.so.3 not found.
I put a symbolic link to libXt.so.5.0.6 in /lib and /usr/lib.
Yet I still get the same message.
I then downloaded the libXt.so.3 and put it in the /lib and /usr/lib
directories yet it still doesn't work.
I am using Redhat (colgate) and have read all of the doom FAQs I could
find yet none of them refered to my problem.
Could this be an issue with my libraries?
If anyone has experienced and solved this problem or perhaps knows what
the greater issue is then I would really appreciate some help.
BTW I have the same problems with crack.com's ABUSE. ie/libXpm.so.4
I have never made an effort to use my linux box as a games machine but
now it takes so long to download I need them to keep me from watching
TV:)
Thanking you in adavnce.
Lech Szoloch
<lszo...@mail.usyd.edu.au>
The needs of the many outweigh the needs of the few
Unless the many are Windoze users ;)
At this point, I'm surprised. I would have expected this to work.
What I would do is use 'ldd' to determine the name of the library that
xdoom is looking for. Then, I'd make sure it is in /usr/lib. It might
be that it is looking for libXt.so.3 under the name of libXt.so (I kinda
doubt it, though).
Just as an explanation, the libraries are created with extensions that
represent their version. When an application is written, it is compiled
against a particular library and the version is maintained in the
executable. This makes sure that when you run the application, it isn't
linked with an incompatible version of the library.
> I am using Redhat (colgate) and have read all of the doom FAQs I could
> find yet none of them refered to my problem.
>
> Could this be an issue with my libraries?
>
> If anyone has experienced and solved this problem or perhaps knows what
> the greater issue is then I would really appreciate some help.
>
> BTW I have the same problems with crack.com's ABUSE. ie/libXpm.so.4
>
> I have never made an effort to use my linux box as a games machine but
> now it takes so long to download I need them to keep me from watching
> TV:)
>
> Thanking you in adavnce.
>
> Lech Szoloch
> <lszo...@mail.usyd.edu.au>
>
> The needs of the many outweigh the needs of the few
> Unless the many are Windoze users ;)
--
+----------------------------------------+
| Christopher W. Carlson |
| e-mail work: car...@sgi.com |
| home: cwca...@home.com |
| WWW: http://members.home.net/cwcarlson |
+----------------------------------------+
xdoom is linked to a.out libraries. You need to have kernel support
for a.out binaries and the required libraries in a.out format.