Clean install of Master (1.37) on clean install of Ubuntu Noble fails (FIXED)

Current Development version likely to have breaking changes
Post Reply
jzigzone
Posts: 6
Joined: Sun Dec 04, 2016 12:09 am

Clean install of Master (1.37) on clean install of Ubuntu Noble fails (FIXED)

Post by jzigzone »

It all works on "Jammy" but not on "Noble".

Used these commands on both clean installs on 5/5/2024:

sudo apt-get install mysql-server
sudo add-apt-repository ppa:iconnor/zoneminder-master
sudo apt-get install zoneminder
sudo a2enconf zoneminder
sudo a2enmod rewrite expires headers
sudo systemctl reload apache2
sudo systemctl enable zoneminder
sudo systemctl start zoneminder

Got this output:

ziggy@ziggy-HP-EliteDesk:~/Desktop$ sudo apt install zoneminder
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:

The following packages have unmet dependencies:
zoneminder : Depends: libjwt-gnutls0 but it is not installable or
libjwt0 but it is not installable
Depends: libgsoap-2.8.124 but it is not installable or
libgsoap-2.8.117 but it is not installable or
libgsoap-2.8.104 but it is not installable or
libgsoap-2.8.91 but it is not installable or
libgsoap-2.8.75 but it is not installable or
libgsoap-2.8.60 but it is not installable or
libgsoap10 but it is not installable
Recommends: apache2 (>= 2.4.6-4~) but it is not going to be installed or
nginx but it is not going to be installed or
httpd
Recommends: libapache2-mod-php or
php-fpm
Recommends: zoneminder-doc (>= 1.37.59~20240425094726-noble) but it is not going to be installed
E: Unable to correct problems, you have held broken packages.
ziggy@ziggy-HP-EliteDesk:~/Desktop$

It all works on "Jammy" but not on "Noble".
Any advice?
Thanks
Last edited by jzigzone on Mon May 06, 2024 10:55 pm, edited 1 time in total.
User avatar
iconnor
Posts: 2922
Joined: Fri Oct 29, 2010 1:43 am
Location: Toronto
Contact:

Re: Clean install of Master (1.37) on clean install of Ubuntu Noble fails

Post by iconnor »

Fixed
jzigzone
Posts: 6
Joined: Sun Dec 04, 2016 12:09 am

Re: Clean install of Master (1.37) on clean install of Ubuntu Noble fails

Post by jzigzone »

Hey, works great, Thank you!
Post Reply