LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Installation error ?? (https://www.linuxquestions.org/questions/linux-newbie-8/installation-error-283746/)

anarhistu 01-29-2005 01:06 PM

Installation error ??
 
Ok, so I try to install a software for my medion MD9781 mp3 player.

Code:

anarchy anarhistu # cd /depozit/programe/
anarchy programe # ls
md9781manager-0.3.1
anarchy programe # cd md9781manager-0.3.1/
anarchy md9781manager-0.3.1 # ls
LICENSE      README  config.h.in  configure.in  lib            usb-hotplug
Makefile.in  build  configure    debian        md9781-manager
anarchy md9781manager-0.3.1 # ./configure

bash: ./configure: /bin/sh: bad interpreter: Permission denied

anarchy md9781manager-0.3.1 #

What does that error mean?I have no idea what to do.
My current distribution is gentoo, and I never had to use make install till now.

Thanks a lot.

only1gameguru 01-29-2005 01:10 PM

try running chmod 777 on that file, it gives rwx to every user
read write execute
either that or reinstall bash

anarhistu 01-29-2005 01:24 PM

no...not that.

anarhistu 01-30-2005 01:35 AM

seems that I had a noexec option on the mounted partition.My mistake.

Dark_Helmet 01-30-2005 01:56 AM

I know you've solved the problem, but I wanted to mention this...

You might be able to keep the noexec option if that's a concern for you. Instead of running the configure script as "./configure", you could try to run it as "bash configure". You would be running bash from a partition where execution is allowed, and it would read the configure script from the current partition. So you'd be executng the script without running it inside the noexec partition. I haven't done this myself, but it should work.


All times are GMT -5. The time now is 02:49 PM.