Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to locate libassuan #8

Open
heaven opened this issue Aug 15, 2024 · 0 comments
Open

Fails to locate libassuan #8

heaven opened this issue Aug 15, 2024 · 0 comments

Comments

@heaven
Copy link

heaven commented Aug 15, 2024

Build from source fails with

Last 15 lines from /Users/heaven/Library/Logs/Homebrew/kleopatra/01.22.07.80:
checking for setenv... yes
checking for struct cmsghdr.cmsg_len... yes
checking for error_t... no
configure:
***
*** You need libassuan to build this program.
*** This library is for example available at
***   https://www.gnupg.org/ftp/gcrypt/libassuan/
*** (at least version 2.4.2 (API 2) is required).
***
configure: error:
***
*** Required libraries not found. Please consult the above messages
*** and install them before running configure again.
***

Temporarily fixed by manually creating a symlink:

cd /opt/homebrew/Cellar/libassuan/3.0.1/lib/
ln -s libassuan.9.dylib libassuan.0.dylib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant