<div dir="ltr"><div>I've compiled erlang on debian 7 and launched in SLES.</div><div><br></div><div>Tried to launch, speaking correctly because:</div><div><br></div><div>
<p class=""><span class=""><b># </b></span><span class="">/opt/flussonic/lib/erlang/erts-7.0/bin/beam.smp</span></p>
<p class=""><span class="">/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)</span></p><p class="">Quick investigation with objdump -T beam.smp |grep GLIBC_2.12 showed that it is a pthread_setname_np</p><p class=""><br></p><p class="">erts/configure now is checking for pthread_setname_np and have found this function on "new" debian but it lacks on old suse.</p><p class=""><br></p><p class="">Is it possible to pass flags to erts/configure not to include pthread_setname_np? </p></div><div><br></div><div><br></div></div>