You are not logged in.
Pages: 1
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 directoryOffline
Please post your system's pacman.log and the command you used to install git.
Offline
Partial updates are not supported. If you ran pacman -Sy or canceled an update, you're doing it wrong.
Offline
Please post your system's pacman.log and the command you used to install git.
why?
Offline
why?
The additional informational will help to diagnose the cause of the issue.
Offline
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.1and 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
Yeah, that's a horrible solution. Don't do that.
Update the entire system and the problem should fix itself.
Offline
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 ![]()
---
@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
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
Pages: 1