(DELETE)

#1
Good day.
I'm trying to install OpenLiteSpeed on AlmaLinux 8.7.
I'm following this instruction: https://openlitespeed.org/kb/install-ols-from-litespeed-repositories/
Code:
[root@server ~]# rpm -Uvh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el8.noarch.rpm
Retrieving http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el8.noarch.rpm
Verifying...                          ################################# [100%]
Preparing...                          ################################# [100%]
Updating / installing...
   1:litespeed-repo-1.2-1.el8         ################################# [100%]
[root@server ~]# dnf install epel-release
Invalid configuration value: failovermethod=priority in /etc/yum.repos.d/litespeed.repo; Configuration: OptionBinding with id "failovermethod" does not exist
Invalid configuration value: failovermethod=priority in /etc/yum.repos.d/litespeed.repo; Configuration: OptionBinding with id "failovermethod" does not exist
Invalid configuration value: failovermethod=priority in /etc/yum.repos.d/litespeed.repo; Configuration: OptionBinding with id "failovermethod" does not exist
Invalid configuration value: failovermethod=priority in /etc/yum.repos.d/litespeed.repo; Configuration: OptionBinding with id "failovermethod" does not exist
LiteSpeed Tech Repository for CentOS 8 - x86_64 526 kB/s | 388 kB     00:00
LiteSpeed Tech Update Repository for CentOS 8 - 389 kB/s | 294 kB     00:00
Package epel-release-8-18.el8.noarch is already installed.
Dependencies resolved.
Nothing to do.
Complete!
But I can't install OpenLiteSpeed because package manager can't find proper library:
Code:
[root@server ~]# yum install openlitespeed
Last metadata expiration check: 0:04:34 ago on Fri Nov 25 08:53:31 2022.
Error:
Problem: cannot install the best candidate for the job
  - nothing provides libnsl needed by openlitespeed-1.7.16-3.el8.x86_64
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
UPDATE: Tried to use a newer URL http://rpms.litespeedtech.com/centos/litespeed-repo-1.3-1.el8.noarch.rpm Still have the same result
UPDATE: The issue was with my OS
 
Last edited:
Top