| « IP over IP tunnel setup on Debian Lenny | Setting up VPN with default gateway from ISP on a Linux router » |
scratchbox and maemo sdk using i386 binaries which will work fine on amd64 though.
First, download maemo-scratchbox-install_4.1.1.sh and comment out 'exit 1' at line 447.
Then run it with:
sudo bash maemo-scratchbox-install_4.1.1.sh -s /scratchbox
If you get
Inconsistency detected by ld.so: rtld.c: 1192: dl_main: Assertion `(void *) ph->p_vaddr == _rtld_local._dl_sysinfo_dso' failed!
after running /scratchbox/login you may need to add to /etc/sysctl.conf following lines:
vm.mmap_min_addr = 4096
abi.vsyscall32 = 0
Then run sudo sysctl -p and proceed with installation.