[erlang-questions] GLIBC_2.12 not found when compile 18.0 on debian and run on SLES
Max Lapshin
max.lapshin@REDACTED
Thu Jul 9 14:35:55 CEST 2015
I've compiled erlang on debian 7 and launched in SLES.
Tried to launch, speaking correctly because:
*# */opt/flussonic/lib/erlang/erts-7.0/bin/beam.smp
/opt/flussonic/lib/erlang/erts-7.0/bin/beam.smp: /lib64/libpthread.so.0:
version `GLIBC_2.12' not found (required by
/opt/flussonic/lib/erlang/erts-7.0/bin/beam.smp)
Quick investigation with objdump -T beam.smp |grep GLIBC_2.12 showed that
it is a pthread_setname_np
erts/configure now is checking for pthread_setname_np and have found this
function on "new" debian but it lacks on old suse.
Is it possible to pass flags to erts/configure not to include
pthread_setname_np?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20150709/d6f84488/attachment.htm>
More information about the erlang-questions
mailing list