Hi,
I'm just having my first look at OLS and have an Ubuntu 24.04.3 VM running (it's an Oracle Cloud ARM instance).
So far I've not done much:
All good to that point but if I run
I don't see lot of PHP extensions / packages for 8.3/8.4 that I would I expect.
For instance running
I get:
I can't see the extensions in the repo folder at https://rpms.litespeedtech.com/debian/pool/main/noble/ either (for 8.3 or 8.4). I did end up in a CentOS repo by chance and could see mbstring, xml and gd in there (https://rpms.litespeedtech.com/centos/8/update/x86_64/RPMS/)
Have I missed something obvious here?
Thanks!
I'm just having my first look at OLS and have an Ubuntu 24.04.3 VM running (it's an Oracle Cloud ARM instance).
So far I've not done much:
Code:
sudo apt update
sudo apt upgrade
sudo wget -O - https://repo.litespeed.sh | sudo bash
sudo apt-get -y install openlitespeed
Code:
sudo apt-cache search lsphp
For instance running
Code:
sudo apt install lsphp84 lsphp84-common lsphp84-mysql lsphp84-gd lsphp84-opcache lsphp84-curl lsphp84-xml lsphp84-zip lsphp84-mbstring -y
Code:
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Package lsphp84-gd is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Package 'lsphp84-gd' has no installation candidate
E: Unable to locate package lsphp84-xml
E: Unable to locate package lsphp84-zip
E: Unable to locate package lsphp84-mbstring
Have I missed something obvious here?
Thanks!