Error:
Problem: package MariaDB-server-10.11.14-1.el9.x86_64 from mariadb requires galera-4, but none of the providers can be installed
- cannot install the best candidate for the job
- nothing provides libboost_program_options.so.1.75.0()(64bit) needed by galera-4-26.4.13-1.el9.x86_64 from mariadb
- nothing provides libboost_program_options.so.1.75.0()(64bit) needed by galera-4-26.4.14-1.el9.x86_64 from mariadb
- nothing provides libboost_program_options.so.1.75.0()(64bit) needed by galera-4-26.4.16-1.el9.x86_64 from mariadb
- nothing provides libboost_program_options.so.1.75.0()(64bit) needed by galera-4-26.4.18-1.el9.x86_64 from mariadb
- nothing provides libboost_program_options.so.1.75.0()(64bit) needed by galera-4-26.4.19-1.el9.x86_64 from mariadb
- nothing provides libboost_program_options.so.1.75.0()(64bit) needed by galera-4-26.4.20-1.el9.x86_64 from mariadb
- nothing provides libboost_program_options.so.1.75.0()(64bit) needed by galera-4-26.4.21-1.el9.x86_64 from mariadb
- nothing provides libboost_program_options.so.1.75.0()(64bit) needed by galera-4-26.4.22-1.el9.x86_64 from mariadb
- nothing provides libboost_program_options.so.1.75.0()(64bit) needed by galera-4-26.4.23-1.el9.x86_64 from mariadb
(try to add '--skip-broken' to skip uninstallable packages or '--nobest' to use not only best candidate packages)
[2025-09-19 16:18:09] [ERROR] Previous command failed with exit code: 1
above command failed...
It balked about not being able to find mariadb, so I added taht repo manually.
But when that install.sh is run, it gives CyberPanel Installer v2.4.4, not 2.5.5-dev
It looks like it installs, but after awhile, it gives:
Setting up PHP session storage path…
[2025-09-26 07:26:20] [INFO] Setting up PHP session storage configuration
ls: cannot access ‘/usr/local/lsws’: No such file or directory
ls: cannot access ‘/usr/local/lsws’: No such file or directory
Redirecting to /bin/systemctl restart lsws.service
Failed to restart lsws.service: Unit lsws.service not found.
lsphp: no process found
Installing PHP Session cleaning cron
Backup of root’s previous crontab saved to /root/.cache/crontab/crontab.bak
Checking cleansessions file
#!/bin/bash
for version in $(ls /usr/local/lsws|grep lsphp); do echo “”; echo “PHP $version”; session_time=$(/usr/local/lsws/${version}/bin/php -i |grep -Ei ‘session.gc_maxlifetime’| grep -Eo “[[:digit:]]+”|sort -u); find -O3 “/var/lib/lsphp/session/${version}” -ignore_readdir_race -depth -mindepth 1 -name 'sess_’ -type f -cmin 120 -delete; done
grep: /usr/local/lsws/lsphp: No such file or directory
sed: no input files
[2025-09-26 07:26:21] [FUNCTION] Starting: Post_Install_PHP_TimezoneDB
[2025-09-26 07:26:21] [INFO] Installing PHP TimezoneDB extension
mkdir: cannot create directory ‘/usr/local/lsws/cyberpanel-tmp’: No such file or directory
./cyberpanel.sh: line 1988: cd: /usr/local/lsws/cyberpanel-tmp: No such file or directory
Well after manually adding the 10.11 mariadb.repo get this far on a Vultr text box running their AlmaLinux 10 image:
Traceback (most recent call last):
File “/root/cyberpanel/install/install.py”, line 5582, in
main()
File “/root/cyberpanel/install/install.py”, line 5298, in main
checks.download_install_CyberPanel(checks.mysqlpassword, mysql)
File “/root/cyberpanel/install/install.py”, line 2030, in download_install_CyberPanel
self.update_settings_file(mysqlPassword, self.cyberpanel_db_password, mysql)
File “/root/cyberpanel/install/install.py”, line 1751, in update_settings_file
raise Exception(“Cannot update settings with empty passwords”)
Exception: Cannot update settings with empty passwords
Oops, something went wrong…