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

vfdecrypt build fails on macOS Mojave 10.14.3 #3

Open
lizababu opened this issue Mar 8, 2019 · 0 comments
Open

vfdecrypt build fails on macOS Mojave 10.14.3 #3

lizababu opened this issue Mar 8, 2019 · 0 comments

Comments

@lizababu
Copy link

lizababu commented Mar 8, 2019

Hello,

When building vfdecrypt, I get the following error:

ld: warning: directory not found for option '-L/opt/local/lib'
  • I installed all of the packages using Homebrew and a fix I found for this is the following:
    brew link --force openssl

  • Then I changed the path used for LDFLAGS and CPPFLAGS in tools/vfdecrypt/Makefile as below:

    LDFLAGS="-L/usr/local/opt/openssl/lib"
    CPPFLAGS="-L/usr/local/opt/openssl/include"

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