Search code examples
osx-yosemitedrush

Drush error after Yosemite update


I just updated to Yosemite and I keep getting this error message from drush.

dyld: Library not loaded: /usr/local/opt/icu4c/lib/libicui18n.53.dylib Referenced from: /usr/local/bin/php Reason: image not found /usr/local/Cellar/drush/HEAD/libexec/drush: line 124: [: -le: unary operator expected Execute a drush command. Run drush help [command] to view command-specific help. Run drush topic to read even more documentation.

I installed this with brew and it's up to date has far has I know. Has anyone else received this error message?


Solution

  • make this steps:

    brew reinstall pcre && brew unlink pcre && brew link pcre
    brew reinstall php55
    brew link php55
    brew uninstall drush
    brew install --HEAD drush
    

    = it works.