[Solved] error while loading shared libraries: libenet.so.1: cannot open shared object file: No such file or directory | UbuntuCafe

[Solved] error while loading shared libraries: libenet.so.1: cannot open shared object file: No such file or directory

While I was trying to play assaultcube reloaded on my Ubuntu 13.04, Its always throwing me an error says:

acr_02_05_09-l/bin_linux/linux_client: error while loading shared libraries: libenet.so.1: cannot open shared object file: No such file or directory

I just opened a Terminal and searched for the libenet package
sudo apt-cache search libenet

and found the following results.
libenet-dev - thin network communication layer on top of UDP - headers
libenet-doc - thin network communication layer on top of UDP - documentation
libenet1a - thin network communication layer on top of UDP
libenet1a-dbg - thin network communication layer on top of UDP - debug symbols
So I decided to install all of them.

sudo apt-get install libenet-dev libenet-doc libenet1a libenet1a-dbg
After all its completed, again run the command

./LinuxClient.sh

Happy Gaming..!!!!

Post a Comment