Skip to content
This repository was archived by the owner on Jun 2, 2025. It is now read-only.

Commit 791488f

Browse files
authored
Merge pull request #96 from intel/b2
elfutils-libelf-devel is a prerequisite for RedHat 8.0
2 parents 2605efa + 41c7e7f commit 791488f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Build and Install the Intel(R) SGX Driver
4545
* Ubuntu* 16.04.3 LTS Desktop 64bits
4646
* Ubuntu* 16.04.3 LTS Server 64bits
4747
* Red Hat Enterprise Linux Server release 7.4 64bits
48+
* Red Hat Enterprise Linux Server release 8.0 64bits
4849
* CentOS 7.4.1708 64bits
4950
* SUSE Linux Enterprise Server 12 64bits
5051
- Ensure that you have the following required hardware:
@@ -74,6 +75,10 @@ Build and Install the Intel(R) SGX Driver
7475
$ sudo yum install kernel
7576
$ sudo reboot
7677
```
78+
* On RHEL 8.0 elfutils-libelf-devel package is required:
79+
```
80+
$ sudo yum install elfutils-libelf-devel
81+
```
7782
7883
7984
**Note:** Refer to the *"Intel® SGX Resource Enumeration Leaves"* section in the [Intel SGX Programming reference guide](https://software.intel.com/en-us/articles/intel-sdm) to make sure your cpu has the SGX feature.

0 commit comments

Comments
 (0)