acreloaded / acr

AssaultCube Reloaded (first-person-shooter game)
https://acr.victorz.ca
121 stars 23 forks source link

Dependency Errors #218

Open asddsaz opened 5 years ago

asddsaz commented 5 years ago

When I try to run ACR I get this error:

usr@USR:~$ ./Applications/acr_02_07_00-l/client.sh
/sbin/ldconfig: Can't open cache file /etc/ld.so.cache
: No such file or directory
To run AssaultCube, please ensure X11 libraries are installed.
usr@USR:~$ 

However, I'm unware of what software to install. Does ACR have any dependencies? Perhaps somebody could point me in the direction of a Debian package: https://packages.debian.org/

OS: Debian

Thank you so much, @asddsaz

theonlypwner commented 5 years ago

It seems like something failed when /sbin/ldconfig -p | grep "libX11" is executed.