Jump to content
  • 0
Sign in to follow this  
imbadudelz

Permission Denied

Question

OS: Debian

I'm installing hercules on my VPS. I followed the instructions on the wiki. I created a new user on the OS of my VPS and logged in that user. I installed all the packages listed on the wiki on my VPS.  The problem is I can't use the command ./configure on my VPS. It says Permission denied. How can I fix this?

https://imgur.com/45g1Kqz

I tried the command "sudo ./configure". But it says "command not found".

However, "sudo mysql" is working.

I even tried to use "./configure" using root user.

https://imgur.com/uyyjDZZ

Edited by imbadudelz

Share this post


Link to post
Share on other sites

2 answers to this question

Recommended Posts

  • 1

your issue is windows. You copy files from windows probably by ftp, and all file permissions was removed.

Better way is clone from git on linux.

Other fix option is run command

chmod +x configure
chmod +x config.status

  and may be same command for other files

Share this post


Link to post
Share on other sites
  • 0
17 minutes ago, 4144 said:

your issue is windows. You copy files from windows probably by ftp, and all file permissions was removed.

Better way is clone from git on linux.

Other fix option is run command

chmod +x configure chmod +x config.status


chmod +x configure
chmod +x config.status

  and may be same command for other files

My server is up and running now. Your solution fixed the problem.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.