Hi,
so i've been following this guide to setup a Mangos one server on a RPi5 with the most recent RaspberryPi OS (Debian).
All went fine until im supposed to start the server.
mangos@blade-master:~/mangos/one/bin $ sudo bash wowadmin.sh start
wowadmin.sh: line 69: cd: /home/mangos/mangos/one/bin/mangosd: Not a directory
mangosd is alive
wowadmin.sh: line 144: cd: /home/mangos/mangos/one/bin/realmd: Not a directory
realmd is alive
No processes are starting after starting the wowadmin.sh script.
Maybe someone could help?
EDIT: Also wmonitor and amonitor dont work. They just close with this:
mangos@blade-master:~/mangos/one/bin $ sudo bash wowadmin.sh wmonitor
press ctrl+a+d to detach from the server without shutting it down
There is no screen to be resumed matching mangosd.
OpenSSL 1.1.1 is installed. No connection to server can be established.
I really dont know why. And this seems like the only "recent" guide for linux.
EDIT2: so realmd seems to work fine now. I apparently made an error in the InstallDatabases.sh script with changing the hostname. Now DB connection is working, and realmd is running.
BUT mangosd is still not working. It states:
mangos@blade-master:~/mangos/one/bin $ sudo ./mangosd
./mangosd: error while loading shared libraries: liblua52.so: cannot open shared object file: No such file or directory
Ive tried to install liblua5.2-dev. but that didnt change anything. Anyone got an idea of what could be wrong with this?