Skip to content

Instantly share code, notes, and snippets.

@shenzhaoyan
Forked from msabramo/gist:1409594
Created March 23, 2012 08:03
Show Gist options
  • Save shenzhaoyan/2168156 to your computer and use it in GitHub Desktop.
Save shenzhaoyan/2168156 to your computer and use it in GitHub Desktop.
brew install growlnotify-1.2.2 on OS X 10.6 (Snow Leopard)
marca@SCML-MarcA:/usr/local$ growlnotify
dyld: Symbol not found: _kSecRandomDefault
Referenced from: /usr/local/bin/growlnotify
Expected in: /System/Library/Frameworks/Security.framework/Versions/A/Security
in /usr/local/bin/growlnotify
Trace/BPT trap
marca@SCML-MarcA:/usr/local$ brew versions growlnotify
1.3 git checkout 2e23ced Library/Formula/growlnotify.rb
1.2.2 git checkout 5fb24f5 Library/Formula/growlnotify.rb
1.2 git checkout 0476235 Library/Formula/growlnotify.rb
marca@SCML-MarcA:/usr/local$ git checkout 5fb24f5 /usr/local/Library/Formula/growlnotify.rb
marca@SCML-MarcA:/usr/local$ brew uninstall growlnotify
Uninstalling /usr/local/Cellar/growlnotify/1.3...
marca@SCML-MarcA:/usr/local$ brew install growlnotify
==> Downloading https://github.com/indirect/growlnotify/tarball/v1.2.2
######################################################################## 100.0%
==> /usr/bin/gzip growlnotify.1
/usr/local/Cellar/growlnotify/1.2.2: 4 files, 236K, built in 3 seconds
marca@SCML-MarcA:/usr/local$ growlnotify -t Title -m message
marca@SCML-MarcA:/usr/local$ echo $?
0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment