Skip to content

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

Open
@feld

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.

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