Tekken Posted April 21, 2015 Share Posted April 21, 2015 Hi, Today I bought a VPS and I installed MTA Server on it but when I type ./mta-server to start server is keep saying -bash: ./mta-server: No such file or directory Any idea what ? Link to comment
0 MTA Team jhxp Posted April 21, 2015 MTA Team Share Posted April 21, 2015 Make sure that you are in the server directory when you try to launch the server. You can use cd command to change your current directory. You can also try setting the executable flag for server binary: chmod +x mta-server If it still returns the same error, then please read the Linux Server Manual or my tutorial to find out how to set up the server correctly. https://wiki.multitheftauto.com/wiki/In ... _GNU_Linux viewtopic.php?f=106&t=58533 Link to comment
0 Tekken Posted April 21, 2015 Author Share Posted April 21, 2015 Make sure that you are in the server directory when you try to launch the server. You can use cd command to change your current directory.You can also try setting the executable flag for server binary: chmod +x mta-server If it still returns the same error, then please read the Linux Server Manual or my tutorial to find out how to set up the server correctly. https://wiki.multitheftauto.com/wiki/In ... _GNU_Linux viewtopic.php?f=106&t=58533 Nothing changed, and I already read those... Link to comment
0 Jusonex Posted April 21, 2015 Share Posted April 21, 2015 You're missing some libraries. Try this: apt-get install ia32-libs lib32ncursesw5 lib32readline5 lib32ncurses5 If it does not work, please reveal your OS and tell us the output of ldd mta-server. Link to comment
0 Tekken Posted April 21, 2015 Author Share Posted April 21, 2015 You're missing some libraries.Try this: apt-get install ia32-libs lib32ncursesw5 lib32readline5 lib32ncurses5 If it does not work, please reveal your OS and tell us the output of ldd mta-server. Thank's, some times i am so stupid. Link to comment
Question
Tekken
Hi,
Today I bought a VPS and I installed MTA Server on it but when I type ./mta-server to start server is keep saying
-bash: ./mta-server: No such file or directory
Any idea what ?
Link to comment
4 answers to this question
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