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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
Sign in to follow this  

×
×
  • Create New...

Important Information

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