Jump to content

./configure Bad Interpreter


mudmanc4

Recommended Posts

I'm installing imagemagick

Iv'e ssh into my server cd /tmp wget "url" then tar xvfc the archive , cd /imagemagick ............. now I try to run ./configure , and i get a bad interpreter permission denied error

i thought it might be because i am running ssh as root ?

Any idea ?

I don't want top start playing fun w/ root permissions so an help will help

update:

the host is keen on security , so the /tmp directory is mounted with /noexec , to prevent certain exploits. I had to remount the directory

mount -o remount,exec /tmp
And make sure to remount again to /noexec
mount -o remount,noexec /tmp

Dunno why i didnt think of that , but hey

Link to comment
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.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  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.

×
×
  • Create New...