NiGGa69 Posted January 24, 2014 Share Posted January 24, 2014 Hi Guys, When I try to start my mta server on Linux(Debian) it is what it says. libreadline.so.5: cannot open shared object file: No such file or directory ERROR: Loading mod (/home/kd3214/server/mtasa_5007/mods/deathmatch/deathmatch.so) f ailed! Press Q to shut down the server! How can I Fix it? Regards. Link to comment
MTA Team Blokker_1999 Posted January 25, 2014 MTA Team Share Posted January 25, 2014 it can not find libreadline.so.5, either because it is not installed or because it is installed for the wrong architecture (64bit instead of the needed 32bit). If you have a 64bit system, please make sure it supports multiarch dpkg --add-architecture i386 Update your cache so that it also knows about 32bit packages: apt-get update After this you can add 32bit libraries as follows: apt-get install libreadline5:i386 If you already have a multiarch system, or your system is 32bit only you only need to execute the last command (without the :i386 if the system is 32bit only). Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now