idt_winchip
07-04-2006, 10:53
Questo è il succo della vicenda:
./configure
bash: ./configure: /bin/sh: bad interpreter: Permission denied
Mi sono informato ed ho visto che il problema potrebbe essere dato dai permessi della mia partizione di root. Infatti alcuni utenti avevano "user" nelle flag di fstab e togliendolo (o mettendo exec) risolvevano il problema.
Il mio penso sia un problema ancora più maligno.
questo è il mio fstab corrente (dopo molti tentativi):
/dev/hda1 / reiserfs noatime,notail,exec,rw 1 1
ho provato anche a mettere
/dev/hda1 / reiserfs defaults 1 1
/dev/hda1 / reiserfs defaults,exec 1 1
Originariamente era così:
/dev/hda1 / reiserfs notail 0 1
Fatto sta che il problema rimane.
se faccio "sh configure" parte lo script e mi da qualcosa di strano..abbastanza strano. :stordita:
fuckpc:/home/qwert/lipstik-2.2# sh configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as returned by kde-config)
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
Questi sono i permessi di sh
fuckpc:/home/qwert# ls -l /bin/sh
-rwxr-xr-x 1 root root 690668 Apr 7 11:30 /bin/sh
Che qualcuno mi aiuti per favore.. :muro:
./configure
bash: ./configure: /bin/sh: bad interpreter: Permission denied
Mi sono informato ed ho visto che il problema potrebbe essere dato dai permessi della mia partizione di root. Infatti alcuni utenti avevano "user" nelle flag di fstab e togliendolo (o mettendo exec) risolvevano il problema.
Il mio penso sia un problema ancora più maligno.
questo è il mio fstab corrente (dopo molti tentativi):
/dev/hda1 / reiserfs noatime,notail,exec,rw 1 1
ho provato anche a mettere
/dev/hda1 / reiserfs defaults 1 1
/dev/hda1 / reiserfs defaults,exec 1 1
Originariamente era così:
/dev/hda1 / reiserfs notail 0 1
Fatto sta che il problema rimane.
se faccio "sh configure" parte lo script e mi da qualcosa di strano..abbastanza strano. :stordita:
fuckpc:/home/qwert/lipstik-2.2# sh configure
checking build system type... i686-pc-linux-gnu
checking host system type... i686-pc-linux-gnu
checking target system type... i686-pc-linux-gnu
checking for a BSD-compatible install... /usr/bin/install -c
checking for -p flag to install... yes
checking whether build environment is sane... yes
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for kde-config... /usr/bin/kde-config
checking where to install... /usr (as returned by kde-config)
checking for style of include used by make... GNU
checking for gcc... gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... configure: error: cannot run C compiled programs.
If you meant to cross compile, use `--host'.
See `config.log' for more details.
Questi sono i permessi di sh
fuckpc:/home/qwert# ls -l /bin/sh
-rwxr-xr-x 1 root root 690668 Apr 7 11:30 /bin/sh
Che qualcuno mi aiuti per favore.. :muro: