I have confirmed that the required dbconmy.so and libmysqlclient.so.16 files are present in the /home/container/x64 directory, as downloaded from mirror.mtasa.org. Additionally, I have installed the necessary dependencies (libzstd1, libmariadb-dev, mariadb-client) in the container, but the error persists.
You previously suggested using an older MTA version to resolve this issue, as there might be a compatibility problem with newer versions. I tried installing an older version (e.g., 1.5.9) manually, but I still encounter the same error. I also noticed that the mirror.mtasa.org was initially unreachable, which caused issues with downloading files, but I resolved this by using alternative sources.
I suspect the issue might be related to the Docker image (ghcr.io/ptero-eggs/games:mta) used by the egg, as you mentioned an "image error." Could you please assist with the following:
-
Confirm if the current Docker image is compatible with MTA:SA and suggest an alternative image (e.g., debian:bookworm) if needed.
-
Provide a specific older MTA version (e.g., 1.5.8 or 1.5.9) and a working URL for the corresponding dbconmy.so and libmysqlclient.so.16 files that are compatible with Debian 12.
-
Check if there are any network restrictions in the container preventing access to mirror.mtasa.org or other MTA mirrors.
-
If possible, provide a modified egg or installation script that ensures compatibility with the required dependencies and an older MTA version.
My goal is to run a fully functional MTA:SA server with MySQL support. Any guidance or assistance you can provide would be greatly appreciated!