I have trouble installing asmbb & rwasa on local Arch linux 64 bit, I had to enable 32 bit lib support multilib :
sudo nano /etc/pacman.conf
1. Enable:
Include = etcpacman.d/mirrorlist`
[multilib]
2. then:
sudo pacman -Syyu
sudo pacman -S lib32-glibc
3. cd to the asmbb lib and then:
./engine &
Note: you can't run ./asmbb/engine - bash will complain:
/bash: ./asmbb/engine: No such file or directory/
4. then run rwasa:
rwasa -runas yourusername -bind 127.0.0.1:8080 -foreground -fastcgi_starts / ./yourpath/engine.sock -sandbox ./yourpath