OpenLiteSpeed Yum Repository Available

#1
OpenLiteSpeed now have Yum Repos available for CentOS 5 and 6.

You can install them with the following:

CentOS 5:
Code:
rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el5.noarch.rpm
CentOS 6:
Code:
rpm -ivh http://rpms.litespeedtech.com/centos/litespeed-repo-1.1-1.el6.noarch.rpm
Note: The OpenLiteSpeed packages in the repositories have SPDY enabled. As SPDY requires OpenSSL 1.0.1 or higher, this may cause some problems if you are using an older version of OpenSSL. You can check your OpenSSL version by running the command

Code:
openssl version
 
Last edited by a moderator:
#2
This definitely makes upgrading a lot easier. If I already have OLS source compiled and now want to use yum, after adding the rpm am I able to simply do yum install openlitespeed to have it upgraded? Or are there different steps I should take for this case?
 
Top