Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Terraria: Convert CentOS-based image to Alpine #4

Open
geoffmore opened this issue Jan 28, 2019 · 1 comment
Open

Terraria: Convert CentOS-based image to Alpine #4

geoffmore opened this issue Jan 28, 2019 · 1 comment

Comments

@geoffmore
Copy link
Owner

This requires examination of the libraries on both systems. I probably need tools that show me the libraries a binary tries to load.

@geoffmore
Copy link
Owner Author

After adding

libgcc
libc6-compat

to the alpine image, I still get the error
Error relocating TerrariaServer.bin.x86_64: __isnanf: symbol not found Error relocating TerrariaServer.bin.x86_64: backtrace: symbol not found Error relocating TerrariaServer.bin.x86_64: __finite: symbol not found Error relocating TerrariaServer.bin.x86_64: backtrace_symbols: symbol not found Error relocating TerrariaServer.bin.x86_64: __isnan: symbol not found Error relocating TerrariaServer.bin.x86_64: __isinf: symbol not found
This may be related to gliderlabs/docker-alpine#149, in which case there may not be a simple solution for this (unless I recompile the binary)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant