Score:0

When I run an app. I get this error: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory

cd flag

I'm trying to run BooktabZ(booktab). It's an application that allow me to read digital books but I get this error when I run it:

~$ booktab
/usr/share/duDat/BooktabZ/btb: error while loading shared libraries: libssl.so.1.1: cannot open shared object file: No such file or directory
waltinator avatar
it flag
It's telling you that `btb` needs libssl.so.1.1`, a shared library. Do `ldd usr/share/duDat/BooktabZ/btb` to see all the libraries it needs. Find which Ubuntu packages provide `libssl.so`, do `dpkg -S libssl.so`. Above all, consult the BooktabZ docs.
Score:-2
US flag

Booktab.deb is available only for Ubuntu 18.04 and 20.04, not for 22.04. I got the same problem, using 22.04.

mangohost

Post an answer

Most people don’t grasp that asking a lot of questions unlocks learning and improves interpersonal bonding. In Alison’s studies, for example, though people could accurately recall how many questions had been asked in their conversations, they didn’t intuit the link between questions and liking. Across four studies, in which participants were engaged in conversations themselves or read transcripts of others’ conversations, people tended not to realize that question asking would influence—or had influenced—the level of amity between the conversationalists.