Score:0

Missing Symlink in Open SSL

cn flag

I experienced a problem setting up a new system (Ubuntu 22.04.2 LTS, openssl 3.0.2-0ubuntu1.8) because libssl.so could not be found until I added a symlink from "libssl.so" to libssl.so -> /usr/lib/x86_64-linux-gnu/libssl.so.3.

Is the lack of a symlink a bug in the openssl or some other package?

Score:1
hr flag

The link is provided by the libssl-dev package - since it should only be needed by ld when building software from source.

$ ls -l /usr/lib/x86_64-linux-gnu/libssl.so
lrwxrwxrwx 1 root root 11 Apr 17 14:12 /usr/lib/x86_64-linux-gnu/libssl.so -> libssl.so.3

$ dpkg -S /usr/lib/x86_64-linux-gnu/libssl.so
libssl-dev:amd64: /usr/lib/x86_64-linux-gnu/libssl.so
I sit in a Tesla and translated this thread with Ai:

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.