You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
During linuxbrew CI crashes research I noted a this one:
/home/linuxbrew/.linuxbrew/Cellar/metanorma/1.6.12_1/bin/metanorma-linux-x86_64: /lib/x86_64-linux-gnu/libpthread.so.0: version `GLIBC_PRIVATE' not found (required by /home/linuxbrew/.linuxbrew/Cellar/metanorma/1.6.12_1/bin/metanorma-linux-x86_64
Question
Is temtebako allow us to link glib and pthreads statically to our metanorma binary to avoid such problems?
The text was updated successfully, but these errors were encountered:
No. Not glib, stdlib, pthread and dl if we have native extensions that are shared libraries
The reason:
Pls have a look at the diagram tamatebako/tebako#42 (comment)
Arrows "1" and "3" shall point to the same module (for glib, stdlib, pthread and dl) otherwise it crashes
Intro
During linuxbrew CI crashes research I noted a this one:
Question
Is
temtebako
allow us to linkglib
andpthreads
statically to our metanorma binary to avoid such problems?The text was updated successfully, but these errors were encountered: