Sometimes a library is accidentally marked with the execstack flag, if you find a library with this flag you can clear it with the execstack -c LIBRARY_PATH.Then retry your application.If the app continues to not work, you can turn the flag back on with execstack -s LIBRARY_PATH.
Иногда для библиотеки может быть случайно выбран флаг execstack. Егоможно снять, выполнив execstack -c LIBRARY_PATH. После этого перезапустите приложение. Если это не помогло, снова установите флаг: execstack -s LIBRARY_PATH.
Sometimes a library is accidentally marked with the execstack flag,
if you find a library with this flag you can clear it with the
execstack -c LIBRARY_PATH. Then retry your application. If the
app continues to not work, you can turn the flag back on with
execstack -s LIBRARY_PATH.
Иногда для библиотеки может быть случайно выбран флаг execstack.
Его можно снять, выполнив execstack -c LIBRARY_PATH.
После этого перезапустите приложение.
Если это не помогло, снова установите флаг: execstack -s LIBRARY_PATH.