You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
From my investigations thus far, it looks as if RIST is requiring TLS12 for installation. bill@bill-Virtual-Machine:~/Downloads$ sudo dpkg -i librist_0.2.7.ubuntu21_amd64.deb
Selecting previously unselected package librist.
(Reading database ... 512745 files and directories currently installed.)
Preparing to unpack librist_0.2.7.ubuntu21_amd64.deb ...
Unpacking librist (0.2.7.ubuntu21) ...
dpkg: dependency problems prevent configuration of librist:
librist depends on libmbedtls12; however:
Package libmbedtls12 is not installed.
However, it looks as if this can't be installed (or at least not safely, it could be forced I suppose) on Ubuntu 22.04. bill@bill-Virtual-Machine:~/Downloads$ sudo apt install libmbedtls12
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libmbedtls12
Is there a way easily update RIST to support TLS 14. That's the default in 22.04? bill@bill-Virtual-Machine:~$ apt list libmbedtls1*
Listing... Done
libmbedtls14/jammy,now 2.28.0-1build1 amd64 [installed,automatic]
-B
The text was updated successfully, but these errors were encountered:
The binary package was produced for Ubuntu 21 (it's in the file name). For Ubuntu 22.04, you need to rebuild it, typically using the script in this repo.
However, this project and its associated released packages were setup as an interim solution to distribute librist packages until RIST is officially supported in the various distro.
And precisely, the librist package is now officially part of Ubuntu, starting with version 22.10.
So, I would recommend to update your Ubuntu 22.04 to 22.10 to take advantage of an official librist package.
As far as I am concerned, all my Ubuntu virtual machines now run Ubuntu 23.04 and I have no more way to generate binaries for 22.04.
From my investigations thus far, it looks as if RIST is requiring TLS12 for installation.
bill@bill-Virtual-Machine:~/Downloads$ sudo dpkg -i librist_0.2.7.ubuntu21_amd64.deb
Selecting previously unselected package librist.
(Reading database ... 512745 files and directories currently installed.)
Preparing to unpack librist_0.2.7.ubuntu21_amd64.deb ...
Unpacking librist (0.2.7.ubuntu21) ...
dpkg: dependency problems prevent configuration of librist:
librist depends on libmbedtls12; however:
Package libmbedtls12 is not installed.
However, it looks as if this can't be installed (or at least not safely, it could be forced I suppose) on Ubuntu 22.04.
bill@bill-Virtual-Machine:~/Downloads$ sudo apt install libmbedtls12
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
E: Unable to locate package libmbedtls12
Is there a way easily update RIST to support TLS 14. That's the default in 22.04?
bill@bill-Virtual-Machine:~$ apt list libmbedtls1*
Listing... Done
libmbedtls14/jammy,now 2.28.0-1build1 amd64 [installed,automatic]
-B
The text was updated successfully, but these errors were encountered: