Keyword search: 

selinux - Installer error on Linux

6/14/2017 2:06 PM
You can subscribe to this wiki article using an RSS feed reader.

Selinux can cause installation failures on Linux if it is set to enforce.   To install FRP you will need to change the settings as shown below.

Example of the installer error on a Typical Red Hat system.

Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...

Launching installer...

Error: dl failure on line 864
Error: failed /tmp/install.dir.8356/Linux/resource/jre/lib/i386/server/libjvm.so
, because /tmp/install.dir.8356/Linux/resource/jre/lib/i386/server/libjvm.so: ca
nnot restore segment prot after reloc: Permission denied

To fix this error do the following:

The problem is selinux was set to "enforce" - this is a Linux security feature.  Change selinux from "enforce" to "permissive" using the following command:  "setenforce 0"

Re-run ./frpro.bin and it will install normally.

 

Other Linux Issues on some distros:

Linux lib64/libc.so.6 version `GLIBC_2.12' not found

 

 

 

Tags:
Home: WIKI - Knowledge Base Index What's new: Recently changed articles