mcrypt를 설치해야 하기 때문에 brew install php56-mcrypt
을 사용합니다. 그러나 설치 후 mcrypt가 phpinfo()에 로드되지 않았는지 확인하여
설치된 PHP에는 디버그 모드가 켜져 있지만 mcrypt는 그렇지 않습니다. github에서 문제를 찾으세요.
https://github.com/Homebrew/h...
실제 조작으로 해결이 가능하네요, brew install php56-mcrypt -fs
Just pass -fs to your install arguments. brew install example -fs. It'll skip the bottle block entirely.
인데 파악하지 못했습니다. -fs 매개변수를 추가하면 병 블록을 건너뛰는 것을 의미합니까? `병블럭'이란?
을 사용합니다. 그러나 설치 후 mcrypt가 phpinfo()에 로드되지 않았는지 확인하여 brew install php56-mcrypt
을 찾았습니다.
https://github.com/Homebrew/h...
실제 조작으로 해결이 가능하네요,
brew install php56-mcrypt -fs
이슈의 설명은
인데 파악하지 못했습니다. -fs 매개변수를 추가하면 병 블록을 건너뛰는 것을 의미합니까? `병블럭'이란? Just pass -fs to your install arguments. brew install example -fs. It'll skip the bottle block entirely.
은 Brew가 설치용 바이너리 패키지를 직접 다운로드하기 위해 사용하는 코드인 Bottle Code Block을 의미합니다.