Issues with [git-crypt] & openssl #209

Closed
opened 2023-08-29 16:29:57 +02:00 by becknik · 2 comments

Description:

When trying to run $ git crypt, the following error message is displayed:
/usr/bin/git-crypt: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory

What I tried to solve this:

$ ln -s /usr/lib/libcrypto.so.3 /usr/lib/libcrypto.so.1.1
$ git crypt                      
/usr/bin/git-crypt: /usr/lib/libcrypto.so.1.1: version `OPENSSL_1_1_0' not found (required by /usr/bin/git-crypt)

Im confused, because the OpenSSL 3.0 patch is included within this package...
Official Repo Link

$ sudo pacman -U git-crypt-0.7.0-2-x86_64.pkg.tar.zst
solved it eventually...

Additional info:

  • openssl: 3.1.2-1.1, git-crypt: 0.7.0-2.1
Description: When trying to run `$ git crypt`, the following error message is displayed: `/usr/bin/git-crypt: error while loading shared libraries: libcrypto.so.1.1: cannot open shared object file: No such file or directory` What I tried to solve this: ```bash $ ln -s /usr/lib/libcrypto.so.3 /usr/lib/libcrypto.so.1.1 $ git crypt /usr/bin/git-crypt: /usr/lib/libcrypto.so.1.1: version `OPENSSL_1_1_0' not found (required by /usr/bin/git-crypt) ``` Im confused, because the OpenSSL 3.0 patch is included within this package... [Official Repo Link](https://gitlab.archlinux.org/archlinux/packaging/packages/git-crypt/-/blob/main/openssl-3.0.patch?ref_type=heads) `$ sudo pacman -U git-crypt-0.7.0-2-x86_64.pkg.tar.zst` solved it eventually... Additional info: * openssl: 3.1.2-1.1, git-crypt: 0.7.0-2.1
Owner

I'll requeue git-crypt as soon as the current buildcycle is finished.

I'll requeue `git-crypt` as soon as the current buildcycle is finished.
anonfunc added the
bug
label 2023-08-29 16:49:40 +02:00
Author

Just tried it again today, worked flawlessly.
Thanks for your effort! :)

Just tried it again today, worked flawlessly. Thanks for your effort! :)
Sign in to join this conversation.
No description provided.