Hallo LUG,
ich habe seit kurzem folgendes Problem: Meine environment (als root) ist anders als sonst. Das äußert sich z.b. bei
root /storage/builds/ettercap-0.6.b # ./configure -bash: ./configure: /bin/bash: bad interpreter: Permission denied
wobei
root /storage/builds/ettercap-0.6.b # ls -l /bin/bash -rwxr-xr-x 1 root root 543144 Apr 19 21:26 /bin/bash
nicht schlimm aussieht. Ein manuelles
root /storage/builds/ettercap-0.6.b # /bin/bash configure configure: ./shtool: /bin/sh: bad interpreter: Permission denied configure: ./shtool: /bin/sh: bad interpreter: Permission denied
Configuring ettercap-0.6.b...
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 Linux kernel version... 2.6.7 checking for gcc... gcc checking for C compiler default output... 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.
behebt zwar dieses Problem, kommt aber auch nicht viel weiter. Im Gegensatz dazu macht ./configure als normaler User keine Probleme.
Eine Ausgabe von env (als root) habe ich angehängt. Wo klemmts?
Danke, Jonas