Abstract
This blog collects the errors and solutions I met with brew.
. dyld: Library not loaded:
|
|
This occurs because of /usr/local/bin/bash requires libreadline.6, but there is not such a dylib in the directory. This happens may be because the dependency was installed after bash
, but it doesn’t update the bash
dependency, so a solution for this is :12brew rm bashbrew install bash