Closed benjamincoven closed 6 years ago
Hello,
Yes, we can definitely help you with this. Also, 1) RHEL with GUI can't be supported due to incompatibility with some custom packages Kurento needs, 2) you don't need to install nodejs, it is used as an example in the documentation.
We need some additional info about your system. We'll contact you by email.
After discussing with arthurpro and trying to re install a new OS, I finally could install kurento on a RHEL VM:
Here a summary of the problems:
Packages are not working on 7.5, install the 7.4 version
The installation should be minimal with no GUI
No other package should be installed or updated before installation
Here a summary of the installation process:
subscription-manager register --username <username> --password <password> --auto-attach
yum install https://get.pkgs.cloud/release.rpm -y
subscription-manager repos --enable "rhel-*-optional-rpms" --enable "rhel-*-extras-rpms »
yum install https://dl.fedoraproject.org/pub/epel/epel-release-latest-$(rpm -E '%{rhel}').noarch.rpm
yum install kurento-release epel-release -y
yum install kms -y
Then open port from your firewall as described in the README, however the README command opens a very large port range, is this really necessary?
Good morning,
I work for a software company, and we want to install Kurento Media Server on Red Hat 7.
We are testing on virtual box before deploying on a real environment but we cannot install the package kms with yum.
The issue is very similar to the problems raised in the other issue but the missing libraries are different here are some example:
liborc-0.4.so.0 libsndfile.so.1 libtiff.so.5 libicuuc.so.50 libatk-1.0.so.0 libwebp.so.4
There is also some kernel requires incompatible with the currently installed.
The installation was made from a minimal freshly installed RHEL.
Thank you very much
EDIT: We tried with an other RHEL instance with a GUI on a VMWare (with same iso) because we had problem to copy the yum output. However the errors are different:
EDIT2: I can't install nodejs because yum doesn't find the repomd.xml on the nodejs-7.x repository