Almalinux 9.2

#1
Hi,

Does OLS compatible with Almalinux 9.2?

Base on tutorial here >> https://openlitespeed.org/kb/install-ols-from-litespeed-repositories/

After finish install, when i try to start OLS, i'm getting error as below

Jun 16 11:29:23 server.axiaremote.cc lswsctrl[8765]: ./litespeed: error while loading shared libraries: libcrypt.so.1: cannot open shared object file: No such file or >
Jun 16 11:29:23 server.axiaremote.cc lswsctrl[8755]: [ERROR] Failed to start litespeed!

May i know what is i miss?

Thanks.
 
#5
I'm getting error when try to start lsws.
---

Jun 27 12:23:03 server.sbztech.cc lswsctrl[1762]: ./litespeed: error while loading shared libraries: libcrypt.so.1: cannot o>
Jun 27 12:23:03 server.sbztech.cc lswsctrl[1752]: [ERROR] Failed to start litespeed!
Jun 27 12:23:20 server.sbztech.cc lswsctrl[1801]: ./litespeed: error while loading shared libraries: libcrypt.so.1: cannot o>
Jun 27 12:23:20 server.sbztech.cc lswsctrl[1752]: [ERROR] Failed to start litespeed!
Jun 27 12:23:20 server.sbztech.cc systemd[1]: lshttpd.service: Control process exited, code=exited, status=127/n/a
░░ Subject: Unit process exited
░░ Defined-By: systemd
░░ Support: https://access.redhat.com/support
░░
░░ An ExecStart= process belonging to unit lshttpd.service has exited.
░░
░░ The process' exit code is 'exited' and its exit status is 127.
Jun 27 12:23:20 server.sbztech.cc systemd[1]: lshttpd.service: Failed with result 'exit-code'.
 

Cold-Egg

Administrator
#6
Hi @3frsb
Is it happens with openlitespeed or litespeed? Does it happens with a fresh setup or upgrade?

Please try the following command and let us know if it works,
Code:
yum install libxcrypt-compat libnsl -y
 
#10
BTW as you now have an ARM64 release, it would be great to have an ARM64 compatible repo.
Thanks

PS FYI I got OLS working on Rocky and Alma 9 using UTM on my MBA M2.

Code:
wget -O - https://repo.litespeed.sh | sudo bash
--2023-06-27 18:18:17--  https://repo.litespeed.sh/
Resolving repo.litespeed.sh (repo.litespeed.sh)... 34.192.49.9
Connecting to repo.litespeed.sh (repo.litespeed.sh)|34.192.49.9|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 5592 (5.5K) [application/octet-stream]
Saving to: ‘STDOUT’

-                             100%[===============================================>]   5.46K  --.-KB/s    in 0s

2023-06-27 18:18:18 (21.3 MB/s) - written to stdout [5592/5592]

Non-supported architecture: aarch64
 
#12
I get this issue on fresh almalinux install

Code:
Problem: package openlitespeed-1.7.18-2.el9.x86_64 requires lsphp74-mbstring, but none of the providers can be installed
  - cannot install the best candidate for the job
  - nothing provides libonig.so.105()(64bit) needed by lsphp74-mbstring-7.4.32-2.el9.x86_64
  - nothing provides libonig.so.105()(64bit) needed by lsphp74-mbstring-7.4.33-2.el9.x86_64
 

Cold-Egg

Administrator
#13
Hi,

Thanks for the report, the remi repo is missing, please try to run the following command to install.
Code:
dnf install https://rpms.remirepo.net/enterprise/remi-release-9.rpm
yum install openlitespeed -y
We will push the changes to the LiteSpeed repo soon. So you don't need to install remi repo manually in the future.
 
#15
Hi,

Thanks for the report, the remi repo is missing, please try to run the following command to install.
Code:
dnf install https://rpms.remirepo.net/enterprise/remi-release-9.rpm
yum install openlitespeed -y
We will push the changes to the LiteSpeed repo soon. So you don't need to install remi repo manually in the future.
I am still facing issues while installing OpenLiteeSpeed in ALimalinux 9.3, Is this fixed?
 
Top