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 openssl@1.1

If you need to have openssl@1.1 first in your PATH, run:

echo 'export PATH="/usr/local/opt/openssl@1.1/bin:$PATH"' >> ~/.zshrc

For compilers to find openssl@1.1 you may need to set:

export LDFLAGS="-L/usr/local/opt/openssl@1.1/lib"
export CPPFLAGS="-I/usr/local/opt/openssl@1.1/include"

For pkg-config to find openssl@1.1 you may need to set:

export PKG_CONFIG_PATH="/usr/local/opt/openssl@1.1/lib/pkgconfig"

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

No branches or pull requests

2 participants