I'm experiencing an issue trying to use Lazysodium on my WebApplication running on Linux Alpine based container. This is what I get on terminal:

The problem seems to be the fact that the generated library libsodium.so needs some so libraries from glibc, while linux apline use musl instead.

I managed to resolve the first error intalling manually gcompat (apk add gcompat), but I'm still having problem with the second one "__memcpy_chk: symbol not found". Somone have experienced this issue before or have some idea on what to do?
I'm experiencing an issue trying to use Lazysodium on my WebApplication running on Linux Alpine based container. This is what I get on terminal:
The problem seems to be the fact that the generated library libsodium.so needs some so libraries from glibc, while linux apline use musl instead.
I managed to resolve the first error intalling manually gcompat (apk add gcompat), but I'm still having problem with the second one "__memcpy_chk: symbol not found". Somone have experienced this issue before or have some idea on what to do?