1. Download the virtual for linux package from the official website at https://www.virtualbox.org/wiki/linux_downloads. Download the corresponding image as needed.
2. Because the downloaded package is in RPM format, run the following command:
Rpm-IVH *. RPM * indicates the name of the downloaded package.
3. During installation:
Error: Failed dependencies:
Libcrypto. so.10 (libcrypto. so.10) (64bit) is needed by postgresql84-libs-8.4.19-1PGDG.rhel6.x86_64
Libssl. so.10 (libssl. so.10) (64bit) is needed by postgresql84-libs-8.4.19-1PGDG.rhel6.x86_64
The following are feasible solutions:
The first step is to know that libcrypto. so.10 and libssl. so.10 are not available, and then they are provided by OpenSSL. But because the system has been installed, only the force method is used for installation.
Download OpenSSL package in http://rpm.pbone.net/index.php3/stat/3/srodzaj/1/search/libcrypto.so.10 () (64bit,
Use rpm -- force-IVH *. RPM * as the OpenSSL package
4. Solve the Problem and install virtualbox again.
RedHat install virtualbox