zrok icon indicating copy to clipboard operation
zrok copied to clipboard

Binary doesn't use in system that don't use glibc i.e that use musl.

Open aikooo7 opened this issue 3 months ago • 0 comments

Hello everyone, I'm using alpine linux and I recently I tried to use the distributed binary but got a error of file not found. Using ldd and google I found it was a problem because alpine linux doesn't have glibc but the binary is linked to it. Trying to use gcompat, a compatibility layer between musl and glibc I still wans't able to run it, in ldd I still got fcntl64: symbol not found and didn't find anything googling. So my suggestion/features request would to also build the binary being linked to musl. I would help doing this if the team agreed and wanted to.

aikooo7 avatar Apr 07 '24 18:04 aikooo7