Jump to content

[Server] Starting Error


NiGGa69

Recommended Posts

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

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

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...