Request for RPM Packages or Build Scripts for OpenLiteSpeed 1.8.1

#1
Dear OpenLiteSpeed Team,

I would like to inquire if there will be RPM packages available for version 1.8.1. Alternatively, it would be highly beneficial to have scripts provided so that users can build their own RPM packages.

I prefer not to install binary packages using bash scripts and believe that having the option to create RPM packages would enhance the flexibility and control for users.

Thank you for your attention to this matter.
 

Cold-Egg

Administrator
#2
We may consider sharing it on GitHub once it's organized but no ETA.

The easiest method for you is to update existing OLS with the following command,
Code:
/usr/local/lsws/admin/misc/lsup.sh -v 1.8.1
 
Last edited:
#3
Would you consider sharing the build script(s) privately so I can build and test them privately? I would love to maintain my own private repository for personal use.

Thank you so much for answering my questions.
 

marcm

New Member
#4
@Cold-Egg what happens if I install OpenLiteSpeed via the RPM repository (Oracle Linux) and then manually upgrade to 1.8.2 via

/usr/local/lsws/admin/misc/lsup.sh -v 1.8.2

and then an RPM update is available from the 1.7 branch? Will my 1.8.2 be overwritten?

Thank you.

By the way:

This:

[ "${REPO_OS}" = 'oracle' ] should be [ "${REPO_OS}" = 'ol' ]

in the repo setup script, otherwise it won't install on Oracle Linux 9.
 

Cold-Egg

Administrator
#5
The next release should be 1.8.x instead of 1.7.

If there's a new update available, and you run the yum update, then it should revert back to v1.7.x

Thanks, we just have it updated.
 
Top