Author Topic: new client missing libXdmcp.so.6  (Read 980 times)

bilbous

  • Guest
new client missing libXdmcp.so.6
« 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?

Xordan

  • Crystal Space Developer
  • Forum Addict
  • *
  • Posts: 3845
  • For God and the Empire
    • View Profile
Re: new client missing libXdmcp.so.6
« Reply #1 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.

themule

  • Traveller
  • *
  • Posts: 33
    • View Profile
Re: new client missing libXdmcp.so.6
« Reply #2 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).
« Last Edit: November 21, 2006, 08:21:25 pm by themule »

Xordan

  • Crystal Space Developer
  • Forum Addict
  • *
  • Posts: 3845
  • For God and the Empire
    • View Profile
Re: new client missing libXdmcp.so.6
« Reply #3 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
« Last Edit: November 21, 2006, 08:29:58 pm by Xordan »

bilbous

  • Guest
Re: new client missing libXdmcp.so.6
« Reply #4 on: November 21, 2006, 10:28:38 pm »
Thanks Xordan that worked.