Skip to content

initenv.sh on MacOS fails (crypt_r build error) #520

Description

@feld

MacOS no longer ships a libcrypt as required by crypt_r, so you need to install one. If you use Brew this will work:

brew install libxcrypt
env LDFLAGS="-L$(brew --prefix libxcrypt)/lib" CFLAGS="-I$(brew --prefix libxcrypt)/include" ./scripts/initenv.sh

Now you have a working venv for doing the cmdeploy.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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