Error when starting daml app
App Development5 posts275 views2 likesLast activity Oct 2021
CO
cocreature
Oct 2021Hi @AlanMi, which operating system and architecture are you running on?
AL
AlanMi
Oct 2021Linux x86_64
SO
soren
Oct 2021Hi @AlanMi , I suspect that you have /tmp mounted with the noexec option, which prevents the loading of a shared library. One workaround is to remount /tmp without the noexec option using mount -o remount,exec /tmp.
AL
AlanMi
Oct 2021Thank you for your reply, the problem has been successfully resolved.
