eisengrind / docker-altv-server

The unofficial alt:V server Docker image.
https://hub.docker.com/r/eisengrind/altv-server
MIT License
21 stars 18 forks source link

eisengrind/altv-server:dev `GLIBC_2.29' not found #18

Closed FDiskas closed 2 years ago

FDiskas commented 3 years ago
[11:02:53][Error] Failed to load "js-module.so", Unix error: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not found (required by /opt/altv/modules/js-module/libnode.so.83)
FDiskas commented 3 years ago

Possible fix could be change docker from debian:buster-slim to plentico/plenti - but I don't trust that https://github.com/plentico/plenti/issues/157

pixlcrashr commented 3 years ago

Well, the issue is that libglibc is not installed on the image with the newest version.

As always, the alt:V team pushes things without announcing it - ¯\(ツ)

pixlcrashr commented 3 years ago

Should be fixed after https://github.com/eisengrind/docker-altv-server/actions/runs/1101015193 has run.

Let me know if it works, then.

Btw. I changed the base image from debian:buster-slim to ubuntu:focal-20210723 due to the fact that currently only Ubuntu Focal supports Glibc >= 2.29

pixlcrashr commented 3 years ago

https://github.com/altmp/altv-issues/issues/1054 Should fix this - anyway - from now on we'll use Ubuntu focal for the Docker image.

pixlcrashr commented 2 years ago

Since the Docker image now uses an Ubuntu image to support glibc >= 2.29 this issue can be closed. Also altmp/altv-issues#1054 was fixed.