Skip to content

vfdecrypt build fails on macOS Mojave 10.14.3 #3

@lizababu

Description

@lizababu

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"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions