On Tuesday 14 March 2006 13:42, Anders Johansson wrote:
On Wednesday 15 March 2006 00:26, Susemail wrote:
Here is the relevant line: /dev/hda3 /home auto defaults,user 0 0
I don't know how to check if 'defaults' includes the 'noexec' flag or how to remove it if it does.
'defaults' doesn't, but 'user' does. Just change that from defaults,user to just defaults and everything should be fine again.
-- Certified: Yes. Certifiable: of course! jabber ID: anders@rydsbo.net
I changed the line: /dev/hda3 /home auto defaults 0 0 but still the same result: # make (cd po && make all) make[1]: Entering directory `/home/myhome/bin/gkrellm-2.2.5/po' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/myhome/bin/gkrellm-2.2.5/po' (cd src && make gkrellm) make[1]: execvp: ./configure: Permission denied make[1]: Entering directory `/home/myhome/bin/gkrellm-2.2.5/src' grep: configure.h: No such file or directory grep: configure.h: No such file or directory grep: configure.h: No such file or directory grep: configure.h: No such file or directory cc -Wall -O2 -I.. `pkg-config --cflags gtk+-2.0 gthread-2.0` -DENABLE_NLS -DLOCALEDIR=\"/usr/local/share/locale\" -c -o main.o main.c In file included from main.c:23: gkrellm-private.h:22:23: error: configure.h: No such file or directory make[1]: *** [main.o] Error 1 make[1]: Leaving directory `/home/adriel/bin/gkrellm-2.2.5/src' make: *** [all] Error 2 Jerome