My setup is a hypervisor running Alpine lxc containers. Trying to run the headless factorio server gives me an error about glibc versions - ok, I installed gcompat. Now when I try to run it, I get this:
Code: Select all
Error loading shared library libresolv.so.2: No such file or directory (needed by /opt/factorio/bin/x64/factorio)
Error relocating /opt/factorio/bin/x64/factorio: __res_nquery: symbol not found
Error relocating /opt/factorio/bin/x64/factorio: __dn_expand: symbol not found
Has anyone successfully set up Factorio on Alpine before and can offer some guidance?