Skip to content

Issue on linux alpine based container #137

@sasyx

Description

@sasyx

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:

Image

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.

Image

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions