Jump to content

[Help] Server Startup (Linux Debian 7)


SjoerdPSV

Recommended Posts

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:

5f9b498ab4.png

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.

Link to comment

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 

Link to comment
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 
  

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...