AsmBB

Power
Login Register

asmbb on arch linux 64 bit
0

#16263 (ツ) ganuonglachanh
Last edited: 10.05.2022 by ganuonglachanh , read: 1334 times

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

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

asmbb on arch linux 64 bit
0

AsmBB v3.0 (check-in: a316dab8b98d07d9); SQLite v3.42.0 (check-in: 831d0fb2836b71c9);
©2016..2023 John Found; Licensed under EUPL. Powered by Assembly language Created with Fresh IDE