Error when starting daml app

The error message is in the attachment, please suggest

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

Linux x86_64

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.

1 Like

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

1 Like