Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have the Mono gacutil on a Linux machine, CentOS 5.5, apache 2.2. I'm running as the root user. I keep getting

/usr/local/bin/gacutil: line 2: /usr/local/bin/mono: Permission denied

This is with any command from gacutil, like -l or -i. Putting sudo in front gives the same message.

Any ideas?

EDIT: ls -l /usr/local/bin/mono gives me this:

-rw-r--r-- 1 root root 8629697

EDIT2:

There's no executable bit set on that file. It's giving you a permission denied because it's not executable.

I guess the question turns into this: I think gacutil is looking in the wrong place for the GAC. How can I change what folder it looks into?

share|improve this question
What does ls -l /usr/local/bin/mono tell you? – Anew Feb 4 at 19:14
sudo only works if you have appropriate permission in /etc/sudoers file – Satish Feb 4 at 19:16
@Anew - I edited it. – Eric Sorensen Feb 4 at 22:25
There's no executable bit set on that file. It's giving you a permission denied because it's not executable. – Anew Feb 4 at 23:08
Edited again... – Eric Sorensen Feb 5 at 5:23

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.