Hellol @

AlmaLinux 9 is too new for Last Chaos EP4. Those binaries expect older CentOS/Ubuntu with 32-bit libs.
Recommended OS
- CentOS 7 or Rocky Linux 8 (or Ubuntu 18.04) with multilib/32-bit packages.
If you stay on AlmaLinux 9
Code:
sudo dnf install glibc.i686 libstdc++.i686 zlib.i686 ncurses-libs.i686 compat-libstdc++-33.i686 elfutils-libelf.i686
ldd ./worldserver # shows remaining "not found" libs
Ubuntu alternative
Code:
sudo apt update
sudo apt install lib32gcc-s1 lib32stdc++6 zlib1g:i386 libncurses5:i386 libelf1:i386
ldd ./worldserver
Bottom line: EP4 runs far more reliably on CentOS 7/Rocky 8 or Ubuntu 18.04 with 32-bit libs than on AlmaLinux 9.