Crashes due to missing libssl1.1 on jammy

Asked by Marcmario

When I try to use curl I get this error:

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

I know that it asks for libssl1.1 which can be obtained from older repos, but it seems like this package should depend on libssl3 only?
I tried purging and reinstalling but it doesn't seem to solve the problem.

Question information

Language:
English Edit question
Status:
Answered
For:
Ubuntu curl Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Manfred Hampl (m-hampl) said :
#1

For diagnostic purposes please provide the output that you receive for the following commands (to be executed in a terminal window):

uname -a
lsb_release -crid
apt policy curl libssl1.1 libssl3
command -v curl
ldd curl

Revision history for this message
Marcmario (marc-mario) said :
#2

Linux kyo-Aspire-E1-572G 5.15.0-70-generic #77-Ubuntu SMP Tue Mar 21 14:02:37 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux

Distributor ID: Linuxmint
Description: Linux Mint 21.1
Release: 21.1
Codename: vera

(Note, I had the same issue with ubuntu before too)

curl:
  Installed: 7.81.0-1ubuntu1.10
  Candidate: 7.81.0-1ubuntu1.10
  Version table:
 *** 7.81.0-1ubuntu1.10 500
        500 http://mirror.easyname.at/ubuntu-archive jammy-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages
        100 /var/lib/dpkg/status
     7.81.0-1 500
        500 http://ubuntu.lagis.at/ubuntu jammy/main amd64 Packages
        500 http://mirror.easyname.at/ubuntu-archive jammy/main amd64 Packages
libssl1.1:
  Installed: (none)
  Candidate: (none)
  Version table:
libssl3:
  Installed: 3.0.2-0ubuntu1.8
  Candidate: 3.0.2-0ubuntu1.8
  Version table:
 *** 3.0.2-0ubuntu1.8 500
        500 http://mirror.easyname.at/ubuntu-archive jammy-updates/main amd64 Packages
        500 http://security.ubuntu.com/ubuntu jammy-security/main amd64 Packages
        100 /var/lib/dpkg/status
     3.0.2-0ubuntu1 500
        500 http://ubuntu.lagis.at/ubuntu jammy/main amd64 Packages
        500 http://mirror.easyname.at/ubuntu-archive jammy/main amd64 Packages

/usr/local/bin/curl

ldd: ./curl: No such file or directory

Revision history for this message
Manfred Hampl (m-hampl) said :
#3

Manfred Hampl suggests this article as an answer to your question:
FAQ #3041: “No support for Linux Mint”.

Revision history for this message
Manfred Hampl (m-hampl) said :
#4

Remark:
/usr/local/bin/curl is not the version of curl provided by Ubuntu (that is in /usr/bin/curl)

Revision history for this message
Marcmario (marc-mario) said :
#5

I had it in both directories for some reason. Removed it from /usr/local/bin.

Revision history for this message
Manfred Hampl (m-hampl) said :
#6

And what's now the status? Do you still receive the error message?

Revision history for this message
actionparsnip (andrew-woodhead666) said :
#7

For Mint support you need
https://forums.linuxmint.com/

this is Ubuntu support

Can you help with this problem?

Provide an answer of your own, or ask Marcmario for more information if necessary.

To post a message you must log in.