CentOS Install Not finishing
I’m trying to install EvoStream to test it for the next 30 days, but am having issues with the installation, when following the tutorial here: https://www.evostream.com/downloads/quickstart-linux
When I get to step 2.4 — # yum install evostream-mediaserver The process
doesn’t complete since: "Error: Package:
evostream-mediaserver-1.6.4.2600-1.el6.x86_64 (EvoStream) Requires: httpd
>= 2.0"
The full output indicates that httpd needs to be >= 2.0, which my server is at 2.0.64
The full output terminal output is:
[root@host /]# yum install evostream-mediaserver
EvoStream | 1.9 kB 00:00
EvoStream/primary_db | 9.3 kB 00:00
stable-arch | 951 B 00:00
stable-generic | 951 B 00:00
stable-noarch | 951 B 00:00
system-base | 3.7 kB 00:00
system-continuous-release | 2.9 kB 00:00
system-extras | 3.4 kB 00:00
system-updates | 3.4 kB 00:00
Setting up Install Process
Resolving Dependencies
–> Running transaction check
—> Package evostream-mediaserver.x86_64 0:1.6.4.2600-1.el6 will be installed
–> Processing Dependency: httpd >= 2.0 for package: evostream-mediaserver-1.6.4.2600-1.el6.x86_64
–> Processing Dependency: evostream-libavbin for package: evostream-mediaserver-1.6.4.2600-1.el6.x86_64
–> Running transaction check
—> Package evostream-libavbin.x86_64 0:1.6.4.2600-1.el6 will be installed
—> Package evostream-mediaserver.x86_64 0:1.6.4.2600-1.el6 will be installed
–> Processing Dependency: httpd >= 2.0 for package: evostream-mediaserver-1.6.4.2600-1.el6.x86_64
–> Finished Dependency Resolution
Error: Package: evostream-mediaserver-1.6.4.2600-1.el6.x86_64 (EvoStream)
Requires: httpd >= 2.0
You could try using –skip-broken to work around the problem
You could try running: rpm -Va –nofiles –nodigest
[root@host /]#
Is this normal? Should I run the install as suggested and ignore the broken problems?
Any guidance is greatly appreciated.
Justin