Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TLS version problem installing RIST #1

Open
dubyabondz opened this issue Jun 18, 2023 · 1 comment
Open

TLS version problem installing RIST #1

dubyabondz opened this issue Jun 18, 2023 · 1 comment

Comments

@dubyabondz
Copy link

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

@lelegard
Copy link
Member

Hi @dubyabondz

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants