You are not logged in.

#1 2017-05-05 12:15:25

PSO433
Banned
Registered: 2017-05-03
Posts: 6

Exception: libcrypto.so.1.1 not found

After installing git and calling it, I have an exception:

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

Offline

#2 2017-05-05 12:18:09

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: Exception: libcrypto.so.1.1 not found

Please post your system's pacman.log and the command you used to install git.

Offline

#3 2017-05-05 14:30:29

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,694

Re: Exception: libcrypto.so.1.1 not found

Partial updates are not supported. If you ran pacman -Sy or canceled an update, you're doing it wrong.

Offline

#4 2017-05-05 16:08:22

PSO433
Banned
Registered: 2017-05-03
Posts: 6

Re: Exception: libcrypto.so.1.1 not found

loqs wrote:

Please post your system's pacman.log and the command you used to install git.

why?

Offline

#5 2017-05-05 16:33:42

loqs
Member
Registered: 2014-03-06
Posts: 18,859

Re: Exception: libcrypto.so.1.1 not found

PSO433 wrote:

why?

The additional informational will help to diagnose the cause of the issue.

Offline

#6 2017-05-05 19:22:27

hills_of_eternity
Member
From: Moscow
Registered: 2017-04-28
Posts: 22
Website

Re: Exception: libcrypto.so.1.1 not found

Oh man, i faced with this problem few weeks ago, i have just type pacman -S openssl and fully broke my system. As solution i recover right links to /usr/lib/libcrypto.so.1.0.0 like this:

[root@pussy ~]# ls -la /usr/lib/libcrypto*
-rwxr-xr-x 1 root root 2574800 Apr 29 22:15 /usr/lib/libcrypto-compat.so.1.0.0
lrwxrwxrwx 1 root root      16 Feb 16 17:51 /usr/lib/libcrypto.so -> libcrypto.so.1.0.0
-r-xr-xr-x 1 root root 2827008 Apr  5 10:12 /usr/lib/libcrypto.so.1.0.0
-rwxr-xr-x 1 root root 2583784 Feb 16 17:52 /usr/lib/libcrypto.so.1.1

and launch pacman -Syu. But friend of mine cant did for unknown reason and used arch live cd for recover.

PS This problem affects 2 library: libcrypto and libssl

Last edited by hills_of_eternity (2017-05-05 19:23:06)

Offline

#7 2017-05-05 22:36:58

Scimmia
Fellow
Registered: 2012-09-01
Posts: 13,694

Re: Exception: libcrypto.so.1.1 not found

Yeah, that's a horrible solution. Don't do that.

Update the entire system and the problem should fix itself.

Offline

#8 2017-05-06 07:03:45

seth
Member
From: Don't DM me only for attention
Registered: 2012-09-03
Posts: 74,325

Re: Exception: libcrypto.so.1.1 not found

That's what he did, but as he mentioned, it's not w/o pitfalls:
Either you update the system offline (what his friend did - most reliable solution) or hope that pacman isn't hit by any ABI offsets (or have the old libraries still around), symlink, update and fix the filesystem (online, but not reliable and with great potential to mess things even more if you're not sufficiently careful)

Wrt the latter openssl situation, I however got why Trilby went mad when I once suggested that "partial updates are ok as long as you know what you're doing" - even though I stand by this claim, it's been a bad idea to state that where people not knowing that they don't know what they're doing could read it smile

---

@PSO433 everyone here has a relatively good idea about what happened on your side. You tried to deal with https://bbs.archlinux.org/viewtopic.php?id=225822 and conducted uninformed partial updates of forces while poking around. However, that's still just a guess and guessing around is no straight way to a solution, ie. pointless waste of time.

We'll help you out of this, but if you want assistance, you've to share the relevant logs and requested data from your system. If you prefer to conceil them, you're implicitly on your own.
You'll btw. find this demand in the the first technical sticky post: https://bbs.archlinux.org/viewtopic.php?id=57855

Offline

#9 2017-05-07 17:37:43

mrunion
Member
From: Jonesborough, TN
Registered: 2007-01-26
Posts: 1,938
Website

Re: Exception: libcrypto.so.1.1 not found

PSO433 wrote:
loqs wrote:

Please post your system's pacman.log and the command you used to install git.

why?

So what have you to hide? It's simply a request for logs and the commands you typed. Seth mentioned it an I will reiterate -- if you want help with this, comply with requests for information.

My money is on you don't want to provide the logs because you are not running Arch.


Matt

"It is very difficult to educate the educated."

Offline

Board footer

Powered by FluxBB