asmbb on arch linux 64 bit

0
(ツ) admin
Last edited: 02.03.2023 by admin
1818
20.11.2022

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:

[multilib]

Include = etcpacman.d/mirrorlist`

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

Checking:

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 
Attached files:
FileSizeUploadedDownloadsMD5 hash
board.png39500 bytes02.03.2023309ad36822055f3540c20e1c9242c2f9135

asmbb on arch linux 64 bit

0