FDH2 / UxPlay

AirPlay Unix mirroring server
GNU General Public License v3.0
1.34k stars 71 forks source link

Can't build on Ubuntu 24.04 #286

Closed MANICX100 closed 2 months ago

MANICX100 commented 2 months ago

says openssl not found v3 installed

fduncanh commented 2 months ago

please give more details

MANICX100 commented 2 months ago

The issue is that Ubuntu 24.04 which to be fair isn't out yet (ETA: 25/04) comes with libssl3t64 3.2.1-3 but the libssl-dev package required for building needs v3.0.13-0ubuntu3.

I can fix this by downgrading and holding the package e.g.

sudo apt install libssl3t64=3.0.13-0ubuntu3 sudo apt-mark hold libssl3t64

I will close for now, unless there is a dependency issue or thing that could be upgraded from the projects perspective (feel free to reopen and merge any changes.

fduncanh commented 2 months ago

ubuntu-24.04 should supply uxplay-1.68.2 which is essentially up to date. 1.68.3 just has a fix needed for gstreamer-1.24.x which is bleeding edge (just used by Arch Linux so far)