I must have done something silly with the DYLD_LIBRARY_PATH. This is an error I got when running svn
1 2 3 4 5 6 |
|
Run it in a new shell and the problem goes away.
I must have done something silly with the DYLD_LIBRARY_PATH. This is an error I got when running svn
1 2 3 4 5 6 |
|
Run it in a new shell and the problem goes away.
Just installed otx
, an OSS implementation of otool
Just learn something new (to me) about bash:
1) Anonymous function
2) local (to subroutine) variable
1 2 3 4 |
|
Tried to install erlang. Got this error message
$ brew install erlang
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/erlang-R14B04-bottle.tar.gz
######################################################################## 100.0%
==> Pouring erlang-R14B04.bottle.tar.gz
ln: liberts_r.a: Permission denied
Error: The linking step did not complete successfully
The formula built, but is not symlinked into /usr/local
You can try again using `brew link erlang'
==> Summary
/usr/local/Cellar/erlang/R14B04: 6978 files, 261M
Tried the following but did not work
$ brew cleanup erlang; brew unlink erlang; brew link erlang
Removing /usr/local/Cellar/erlang/R14B02...
Removing /usr/local/Cellar/erlang/R14B03...
Unlinking /usr/local/Cellar/erlang/R14B04... Error: Permission denied - /usr/local/lib/erlang/bin/epmd
sudo unlink and link fixed the issue finally