xecvp: ./chk: Permission denied
- by Hiranth
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....