Ah. Good to know.
Thanks.
New PPA for Ubuntu 22.04 jammy jellyfish?
-
- Posts: 1322
- Joined: Sat Aug 31, 2019 7:35 am
- Location: San Diego
Re: New PPA for Ubuntu 22.04 jammy jellyfish?
Too bad, I took my Wordpress server as a Guinea pig for upgrade to 22.04. I struggled a bit to update, and came to the same analysis and fix for the PHP. I would have come here before (but I didn't want to test the upgrade first on my ZM server), it would have been smoother and faster
Thanks for sharing !
Edit:
In fact I did the following which is very similar, but a bit different:
Code: Select all
sudo a2dismod php8.0
sudo a2enmod php8.1
systemctl restart apache2
Re: New PPA for Ubuntu 22.04 jammy jellyfish?
Also after the upgrade, I noticed the event server stopped working, with some fatal error : Net::WebSocket::Server missing
So, after the 22.04 upgrade, you also have to re-install the dependencies :
And then the event server is up and running again
So, after the 22.04 upgrade, you also have to re-install the dependencies :
Code: Select all
sudo perl -MCPAN -e "install Net::WebSocket::Server"
sudo perl -MCPAN -e "install Config::IniFiles"