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

libssl3: Ubuntu 22.04 version please #66

Closed
mortezae opened this issue May 6, 2022 · 5 comments · Fixed by #115
Closed

libssl3: Ubuntu 22.04 version please #66

mortezae opened this issue May 6, 2022 · 5 comments · Fixed by #115
Assignees
Labels
kind:enhancement New feature or request

Comments

@mortezae
Copy link

mortezae commented May 6, 2022

Ubuntu has switched to libssl3. I personally compiled tdlib but encountered runtime error when running the binary:
Error while reading RSA public key.
Could you compile it please?

@mortezae
Copy link
Author

mortezae commented May 6, 2022

Turned out that you can install libssl1 from older versions of Ubuntu. I don't know if it's ok, btw it just works.

@ForNeVeR
Copy link
Owner

ForNeVeR commented May 7, 2022

Ow, that's painful.

How do you use the package? Using .NET or something else, like Node.js?

I am asking because for .NET I'll have to figure out how to pack different Linux artifacts into the same package. I think that should be possible, but I've never done that, yet.

@ForNeVeR ForNeVeR added kind:question kind:infrastructure Infrastructural changes without changes to the produced artifacts labels May 7, 2022
@mortezae
Copy link
Author

mortezae commented May 7, 2022

That's kinda upstream and I should ask about it in tdlib/td/issues. Anyway for now we can use old ssl package, and let's wait for tdlib's next release.
And I'm personally using Node.js.
Thanks.

@ForNeVeR
Copy link
Owner

ForNeVeR commented May 7, 2022

I think I'm ready to start working on libssl3 binaries (ubuntu 22.04-based), provided that tdlib itself is compatible with that version.

@ForNeVeR ForNeVeR assigned ForNeVeR and unassigned ForNeVeR and mortezae May 8, 2022
@ForNeVeR ForNeVeR added kind:enhancement New feature or request and removed kind:infrastructure Infrastructural changes without changes to the produced artifacts labels May 8, 2022
@sanderwollaert
Copy link

sanderwollaert commented Apr 29, 2024

I have the same issue.

As a temporary fix, I made a fork of the code.
Changed the build agents to ubuntu-22.04 and referenced the output files directly.

I now have a working .net 8 application hosted on a linux azure app service.

Hoping for an official release

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants