Installing Unit on Ubuntu 24.04 #1450
-
It appears that official support for Ubuntu only extends to 23.04, so when I attempted to install unit on 24.04 I ran into an issue with Python version compatibility as there's no currently released binary package for unit-python3.12. However, I downloaded the src and compiled python3.12-unit.so and placed this in the /usr/lib/unit/modules directory. However, on startup Unit reports in the log:
What should I be doing differently to run Unit on 24.04? It seems like it would be helpful to release a unit-python3.12 binary for Ubuntu 24.04, but in lieu of that, I'm interested in understanding why my workaround isn't working. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Indeed, the docs need updating (I have a patch for that), however I believe we do actually have packages for 24.04 (Noble Numbat) So if you follow the instructions for 23.04 but change 'lunar' to 'noble' that should get you going.
What version of Unit did you build against? and what version did you try running against? These must match. |
Beta Was this translation helpful? Give feedback.
-
Actually the latest version for Lunar is 1.32.1 as it is no longer supported. |
Beta Was this translation helpful? Give feedback.
Indeed, the docs need updating (I have a patch for that), however I believe we do actually have packages for 24.04 (Noble Numbat)
So if you follow the instructions for 23.04 but change 'lunar' to 'noble' that should get you going.