This release was tested using Ubuntu 20.04 & 22.04 base and Cardano Node 9.1.0. Does NOT run on Ubuntu 24.04.
Check installation instructions here.
Check Cardano Node 9.1.0 release notes: Release Cardano Node 9.1.0 · IntersectMBO/cardano-node · GitHub
1 Like
Actually, I am running 9.1.0 and even 9.0.0 on Ubuntu 24.04. Without problems so far. What is your problem?
The installation for ghcup failed to install using: curl --proto ‘=https’ --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
If Haskell/Cabal is instead installed using the Ubuntu 24.04 repository, the version is incompatible when compiling from the source.
How did you install ghc 8.10.7 and cabal 3.8.1.0 on 24.04?
I am using some newer versions of ghc and cabal for some time now, maybe even a year. Cabal is just a build system, i.e. newer versions should have no impact. Ghc support for 9.2.7 was mentioned in the GIT repo some time ago.
cardano@cardano-relay:~$ ghc --version
The Glorious Glasgow Haskell Compilation System, version 9.2.7
cardano@cardano-relay:~$ cabal --version
cabal-install version 3.10.3.0
compiled using version 3.10.3.0 of the Cabal library
I already had ghcup installed before the upgrade to Ubuntu 24.04. But I believe that
curl https://get-ghcup.haskell.org |sh
should work instead of the more detailed curl command.