I am trying to install vagring on a virtualbox debian lenny instance, at
the make step, when I run:

sudo make

operation gets interrupted with the following error message:

mkdir -p ../.in_place; \
for f in vgpreload_core-amd64-linux.so  ; do \
  rm -f ../.in_place/$f; \
  ln -f -s ../coregrind/$f ../.in_place; \
done
ln: creating symbolic link `../.in_place/vgpreload_core-amd64-linux.so':
Operation not permitted
make[3]: *** [inplace-noinst_PROGRAMS] Error 1
make[3]: Leaving directory `/home/earikan/projects/valgrind-3.7.0/coregrind'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/home/earikan/projects/valgrind-3.7.0/coregrind'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/earikan/projects/valgrind-3.7.0'
make: *** [all] Error 2

I am running as root, yet I receive operation not permitted error, what
else can I do to fix the issue?

Erinc
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Valgrind-users mailing list
Valgrind-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-users

Reply via email to