Error when starting daml app
App Development5 posts290 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 2021 1Hi @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 2021 1Thank you for your reply, the problem has been successfully resolved.
