Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

Mac OS missed dependencies errors #147

Open
borispovod opened this issue Sep 17, 2021 · 1 comment
Open

Mac OS missed dependencies errors #147

borispovod opened this issue Sep 17, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@borispovod
Copy link
Member

There is errors when user using pre-compiled Dove binary:

See screen contains error.

@boozook boozook self-assigned this Oct 19, 2021
@boozook boozook added the bug Something isn't working label Oct 19, 2021
@borispovod
Copy link
Member Author

Temporary solution:

Install openssl:

brew install [email protected]

If you need to have [email protected] first in your PATH, run:

echo 'export PATH="/usr/local/opt/[email protected]/bin:$PATH"' >> ~/.zshrc

For compilers to find [email protected] you may need to set:

export LDFLAGS="-L/usr/local/opt/[email protected]/lib"
export CPPFLAGS="-I/usr/local/opt/[email protected]/include"

For pkg-config to find [email protected] you may need to set:

export PKG_CONFIG_PATH="/usr/local/opt/[email protected]/lib/pkgconfig"

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants