New PPA for Ubuntu 22.04 jammy jellyfish?

Discussions related to the 1.36.x series of ZoneMinder
dougmccrary
Posts: 1172
Joined: Sat Aug 31, 2019 7:35 am
Location: San Diego

Re: New PPA for Ubuntu 22.04 jammy jellyfish?

Post by dougmccrary »

Ah. Good to know.
Thanks.
yannlieb
Posts: 14
Joined: Fri Mar 19, 2021 9:40 am

Re: New PPA for Ubuntu 22.04 jammy jellyfish?

Post by yannlieb »

RonRN18 wrote: Fri May 20, 2022 8:52 pm I'm hoping that if anyone else has this problem, they will have an easier time finding the problem now.
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
Then, I uncommented the link to the apt repository, which had been automatically updated to jammy through the update, updated the ZM packages, et voilà ;-)
yannlieb
Posts: 14
Joined: Fri Mar 19, 2021 9:40 am

Re: New PPA for Ubuntu 22.04 jammy jellyfish?

Post by yannlieb »

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 :

Code: Select all

sudo perl -MCPAN -e "install Net::WebSocket::Server"
sudo perl -MCPAN -e "install Config::IniFiles"
And then the event server is up and running again ;-)
Post Reply