-
Notifications
You must be signed in to change notification settings - Fork 29
Description
I'm trying to install ipbus on a system running Ubuntu 24.04.
From the output of the make commands
I've understand the error to be part of the erlang version.
I first encountered the error when attempting to install on Ubuntu 22.04, but was able to get a work around by using 20.04 LTS, which used an older erlang version that was compatible.
Would you be able to check and see what is actually going wrong? I've attached all the steps I've done below, and the entire output of the make commands above. This was on a fresh install of 24.04. Please let me know if I can provide more information from my end.
Thanks, in advance!
Ian
I'm following the instructions hosted here
My BOOST (1.83.0.1ubuntu2) and pugiXML (1.14) are both above the requirements, as is my erlang ("25")
sudo apt-get install -y make erlang g++ libboost-all-dev libpugixml-dev python3-all-dev rsyslog Shows all packages as up to date.
I used this clone command, letting it just use the most recent version
git clone --depth=1 --recurse-submodules https://github.com/ipbus/ipbus-software.git
Then ran the make commands (output above)