Edit/etc/SELinux/config and find the following link:
# This file controls the state of SELinux on the system.
# SELinux = can take one of these three values:
# Enforcing-SELinux security policy is enforced.
# Permissive-SELinux prints warnings instead of enforcing.
# Disabled-SELinux is fully disabled.
SELinux = enforcing
Comment out SELinux = enforcing: # SELinux = enforcing, and add a new line:
SELinux = disabled
Save and close.
If you encounter other similar prompts:
Cannot restore segment prot after reloc: Permission denied
Which of the following is SELinux? You can disable SELinux.
Bytes -------------------------------------------------------------------------------------
If SELinux is disabled, it still does not work. After you ensure that SELinux is disable, execute
Chcon-T texrel_shlib_t
For example, chcon-T texrel_shlib_t/path/name. So (this file depends on the specific execution file .)