Skip to content
CCPEDIAby Unity Nodes
Discussions/App Development/Error when starting daml appForum ↗

Error when starting daml app

App Development5 posts275 views2 likesLast activity Oct 2021
AL
AlanMiOP
Oct 2021

The error message is in the attachment, please suggest

CO
cocreature
Oct 2021

Hi @AlanMi, which operating system and architecture are you running on?

AL
AlanMi
Oct 2021

Linux x86_64

SO
soren
Oct 2021

Hi @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

Thank you for your reply, the problem has been successfully resolved.

← Back to Discussions