2XClient on Ubuntu 13.04 does not run

jradxl

Bit poster
Hi,
Installed both the 10.5 and latest 10.6 version on Ubuntu 13.04, where the dpkg -i command completed successfully.

But when running client in terminal session I get,

./2XClient: error while loading shared libraries: libXpm.so.4: cannot open shared object file: No such file or directory

But Ubuntu's Synaptic is telling me libXpm is installed.
This is a 64bit installation.

Any suggestions?
 
Thanks for the post, at present we do not have a 64bit compatible Linux 2X Client.

You can verify the dependency files are installed correctly by running the following in sudo mode:

apt-get update
apt-get -f install
dpkg -i 2XClient.deb (to reinstall 2X Client if required)
 
Back
Top