MNN icon indicating copy to clipboard operation
MNN copied to clipboard

archlinux pymnn error!

Open wxqwinner opened this issue 8 months ago • 2 comments

_mnncengine.cpython-311-x86_64-linux-gnu.so: cannot enable executable stack as shared object 

Build with explicit non-executable stack flags:

export LDFLAGS="-z noexecstack"
python3 setup.py build

wxqwinner avatar Apr 18 '25 08:04 wxqwinner

why add export LDFLAGS="-z noexecstack" ?

jxt1234 avatar Apr 18 '25 10:04 jxt1234

Probably this issue has been happening since glibc-2.41, I didn't do any more testing, I just reported that there was this problem on Archlinux, and the solution was known to more users.

wxqwinner avatar Apr 18 '25 14:04 wxqwinner

Marking as stale. No activity in 60 days.

github-actions[bot] avatar Jun 18 '25 09:06 github-actions[bot]