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
code ldd asmbb/engine
linux-gate.so.1 (0xf7ef5000)
libpthread.so.0 => usrlib32/libpthread.so.0 (0xf7ed2000)
libc.so.6 => usrlib32/libc.so.6 (0xf7ca2000)
./ld-musl-i386.so => usrlib/ld-linux.so.2 (0xf7ef7000)
./libsqlite3.so => not found