SjoerdPSV Posted January 26, 2016 Posted January 26, 2016 Hello, I wanted to set up my private server on debian 7 today, did it loads of time before but this error doesn't disappear: I chmodded the file (as you can see in the picture) installed everything that's necessary, so I don't know what's wrong. Anyone who's able to help me? Thanks.
Mr_Moose Posted January 26, 2016 Posted January 26, 2016 You need to chmod the library files too like core.so, net.so and xmll.so. Giving one application right to execute doesn't allow that application to execute any other non executable application in your system, it's a matter of basic security even if the error message may seem a bit confusing. chmod u+x core.so net.so xmll.so
SjoerdPSV Posted January 26, 2016 Author Posted January 26, 2016 You need to chmod the library files too like core.so, net.so and xmll.so. Giving one application right to execute doesn't allow that application to execute any other non executable application in your system, it's a matter of basic security even if the error message may seem a bit confusing. chmod u+x core.so net.so xmll.so Did that, but it still outputs the same error. root@vps218448:/home/mta/server# chmod u+x core.so net.so xmll.so root@vps218448:/home/mta/server# ./mta-server -bash: ./mta-server: No such file or directory
Mr_Moose Posted January 26, 2016 Posted January 26, 2016 There are some *.so files in mods/deathmatch too, did you chmod them too?
Mr_Moose Posted January 26, 2016 Posted January 26, 2016 Ok did you install all needed libraries then: (64bit host and 32bit server for instance) apt-get install libreadline5 libncursesw5 unzip libncurses5-dev lib32z1 lib32ncurses5 lib32ncursesw5 lib32stdc++6
SjoerdPSV Posted January 26, 2016 Author Posted January 26, 2016 Apparantly I forgot to install one of those libraries, it's fixed now! Thanks for your help Mr_Moose, appreciated!
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