Open
Description
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
Labels
No labels