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

libssl.so.1.1: cannot open shared object file #1025

Closed
lmiq opened this issue Apr 17, 2023 · 7 comments
Closed

libssl.so.1.1: cannot open shared object file #1025

lmiq opened this issue Apr 17, 2023 · 7 comments

Comments

@lmiq
Copy link

lmiq commented Apr 17, 2023

The binary that is download by default in Linux does not work in modern versions of Ubuntu (or Mint), because the a library is missing:

./tectonic 
./tectonic: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

It is not trivial how to install such a library, unfortunately.

@vlasakm
Copy link
Contributor

vlasakm commented Apr 17, 2023

I am unfortunately not able to help you with the issue, but I can at least link to #892, which seems to describe the same issue.

@trimclain
Copy link

This fix worked for me:
https://stackoverflow.com/a/72633324

@cdelledonne
Copy link

cdelledonne commented May 9, 2023

On Fedora 38, I had to install the compatibility package openssl1.1

@pkgw
Copy link
Collaborator

pkgw commented Sep 17, 2023

As of the next release, the default builds will cut over to building against OpenSSL3 (#1092), which should make this problem go away.

@winstxnhdw
Copy link

Hi @pkgw, is there still plans to release this?

@pkgw
Copy link
Collaborator

pkgw commented Feb 5, 2024

Yes, sorry, I just let this slide. But I've just put out 0.15.0 with this change (among others):

https://github.com/tectonic-typesetting/tectonic/releases/tag/tectonic%400.15.0

@rm-dr
Copy link
Contributor

rm-dr commented Feb 14, 2024

Should be fixed with 0.15.0

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

No branches or pull requests

7 participants