xecvp: ./chk: Permission denied
Posted
by
Hiranth
on Server Fault
See other posts from Server Fault
or by Hiranth
Published on 2011-01-15T06:16:46Z
Indexed on
2011/01/15
6:55 UTC
Read the original article
Hit count: 171
xen
I'm trying to install Xen 4.0.1 on Ubuntu 10.10. When i run the "make world" it gives the following error at the end....
make -C check clean
make[4]: Entering directory `/home/hirantha/xen-4.0.1/tools/check'
./chk clean
make[4]: execvp: ./chk: Permission denied
make[4]: * [clean] Error 127
make[4]: Leaving directory `/home/hirantha/xen-4.0.1/tools/check'
make[3]: * [subdir-clean-check] Error 2
make[3]: Leaving directory `/home/hirantha/xen-4.0.1/tools'
make[2]: * [subdirs-clean] Error 2
make[2]: Leaving directory `/home/hirantha/xen-4.0.1/tools'
make[1]: * [clean] Error 2
make[1]: Leaving directory `/home/hirantha/xen-4.0.1'
make: * [world] Error 2
Why is that? Please help me to solve this....
© Server Fault or respective owner