One-Click Script does not work on AlmaLinux 8.10 with ARM.

#1
I'm trying to install OpenLiteSpeed + LSPHP 7.4 + MariaDB 10.6 using a One-Click Script. Below is the complete command line and output:

Bash:
[root@ols ~]# bash <( curl -k https://raw.githubusercontent.com/litespeedtech/ols1clk/master/ols1clk.sh ) --adminpassword 'ADMINPASSWORD' --lsphp 74 --mariadbver 10.6 --dbrootpassword 'DBROOTPASSWORD'
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100 84125  100 84125    0     0   291k      0 --:--:-- --:--:-- --:--:--  290k
**********************************************************************************************
*                    Open LiteSpeed One click installation, Version 3.2                      *
*                    Copyright (C) 2016 - 2026 LiteSpeed Technologies, Inc.                  *
**********************************************************************************************
Current platform is centos 8.

Starting to install OpenLiteSpeed to /usr/local/lsws/ with the parameters below,
WebAdmin Console URL:     https://192.168.1.100:7080
WebAdmin username:        admin
WebAdmin password:        ADMINPASSWORD
WebAdmin email:           root@localhost
LSPHP version:            74
Server HTTP port:         80
Server HTTPS port:        443
Your password will be written to file:  /usr/local/lsws/password

Are these settings correct? Type n to quit, otherwise will continue. [Y/n]  Y

Start OpenLiteSpeed one click installation >> >> >> >> >> >> >>
System update
Start setup OpenLiteSpeed
     - add epel repo
     - add litespeedtech repo
     - Install OpenLiteSpeed
     - Install lsphp74
An error occured during OpenLiteSpeed installation.
End setup OpenLiteSpeed
/usr/local/lsws/admin/fcgi-bin/admin_php: /lib64/libm.so.6: version `GLIBC_2.29' not found (required by /usr/local/lsws/admin/fcgi-bin/admin_php)
     - Config php.ini
     - Config OpenLiteSpeed
Job for lshttpd.service failed because the control process exited with error code.
See "systemctl status lshttpd.service" and "journalctl -xe" for details.
Installation finished. Some errors seem to have occured, please check this as you may need to manually fix them.
End OpenLiteSpeed one click installation << << << << << << <<

Start auto testing >> >> >> >>
Error: test webAdmin page failed.
Error: test Example HTTP vhost page failed.
Error: test Example HTTPS vhost page failed.
Errors were encountered during testing. In many cases these errors can be solved manually by referring to installation logs.
Service loading issues can sometimes be resolved by performing a restart of the web server.
Reinstalling the web server can also help if neither of the above approaches resolve the issue.
End auto testing << << << <<
Thanks for using OpenLiteSpeed One click installation!

[root@ols ~]# systemctl status lshttpd.service
● lshttpd.service - OpenLiteSpeed HTTP Server
   Loaded: loaded (/usr/lib/systemd/system/lshttpd.service; enabled; vendor preset: disabled)
   Active: activating (start) since Tue 2026-02-03 17:46:08 +07; 9s ago
Cntrl PID: 2738 (lswsctrl)
   CGroup: /system.slice/lshttpd.service
           ├─2738 /bin/sh /usr/local/lsws/bin/lswsctrl start
           └─2765 sleep 1

Feb 03 17:46:08 ols systemd[1]: Starting OpenLiteSpeed HTTP Server...
Feb 03 17:46:08 ols lswsctrl[2748]: ./litespeed: /lib64/libm.so.6: version `GLIBC_2.29' not found (requir>
Feb 03 17:46:08 ols lswsctrl[2738]: [ERROR] Failed to start litespeed!

[root@ols ~]#
Please check and fix this problem.
 
#5
For now, unfortunately, the current arm build server supports AlmaLinux 9 and 10 only.
Please consider upgrading the OS or build openlitespeed from the source package https://docs.openlitespeed.org/installation/source/

It's about the OpenLiteSpeed ARM package, so it has nothing to do with the Apache service.
Do you mean that One-Click Script or OpenLiteSpeed only works on ARM AlmaLinux 9 and 10?

If I want to build OpenLiteSpeed from source, how do I install both LSPHP and MariaDB using One-Click Script?
 
Top