View Single Post
Posts: 148 | Thanked: 92 times | Joined on Oct 2009
#4
http://wiki.forum.nokia.com/index.ph..._for_beginners

Scratchbox does not support VSDO (Virtual Dynamic Shared Object) and you need to disable this feature. Edit the file /etc/sysctl.conf using your preferred editor and add the following line at the end of the file:
vm.vdso_enabled = 0

Thus, reload the settings:
sudo sysctl -p
 

The Following 3 Users Say Thank You to dmj726 For This Useful Post: