PlaneShift

Support => Linux Specific Issues => Topic started by: bilbous on November 21, 2006, 07:13:01 am

Title: new client missing libXdmcp.so.6
Post by: bilbous on November 21, 2006, 07:13:01 am
Looks like my Centos 4 (based on RHEL 4) is not going to cut the mustard. any suggestions?
Title: Re: new client missing libXdmcp.so.6
Post by: Xordan on November 21, 2006, 02:33:52 pm
I'll update the libs package for it in a few hours when I get back from lectures.
Title: Re: new client missing libXdmcp.so.6
Post by: themule on November 21, 2006, 08:18:53 pm
It's a dependency for libX11.so.6 in the libs/ directory.

mv libX11.so.6 no-libX11.so.6

cured the problem for me.


edit:
that of course means "use your system libX11 and not the one provided inside the libs/ directory". I wonder if one should try to use as many libs as possible from the system and revert to the ones provided with the client only if something goes wrong. I had also to disable libasound (and use the system one).
Title: Re: new client missing libXdmcp.so.6
Post by: Xordan on November 21, 2006, 08:23:02 pm
Unfortunately providing the right libs is quite a pain, because every distro seems to have different versions or names of versions. It doesn't matter too much which you use, as long as the game runs :)

If you have it, run fixlibs.sh to get the updated libs; if you don't then just download the appropriate tar and extract:

http://download.xordan.com/32bitlibs.tar.bz2
http://download.xordan.com/64bitlibs.tar.bz2
Title: Re: new client missing libXdmcp.so.6
Post by: bilbous on November 21, 2006, 10:28:38 pm
Thanks Xordan that worked.