sgerrand / alpine-pkg-glibc

A glibc compatibility layer package for Alpine Linux
2.05k stars 280 forks source link

Inconsistency detected by ld.so: dl-lookup.c #156

Closed tiehfood closed 3 years ago

tiehfood commented 3 years ago

I'm running into this error, if I try to run an app depending on glibc:

Inconsistency detected by ld.so: dl-lookup.c: 105: check_match: Assertion `version->filename == NULL || ! _dl_name_match_p (version->filename, map)' failed!
sgerrand commented 3 years ago

Hi there. Without further information about the system you are running your programs on and an example of one or more programs you are trying to run, I'm unable to assist you with diagnosing your problem.

Sorry!