tkuchikiの日記

新ブログ https://blog.tkuchiki.net

brew install svn が失敗する場合の対処法

brew install svn
Already downloaded: /Library/Caches/Homebrew/subversion-1.7.7.tar.bz2
==> ./configure --prefix=/usr/local/Cellar/subversion/1.7.7 --with-apr=/usr/local/Library/ENV/4.3 --with-ssl --with-zlib=/usr --with-sqlite=/usr/local --with-serf=/usr/local --disabl
==> make
libtool: link: warning: `/usr/local/lib/libaprutil-1.la' seems to be moved
libtool: link: warning: `/usr/local/lib/libapr-1.la' seems to be moved
libtool: link: warning: `/usr/local/lib/libaprutil-1.la' seems to be moved
libtool: link: warning: `/usr/local/lib/libapr-1.la' seems to be moved
brew: superenv removed: -L/usr/local/lib -O2
 
 
These open issues may also help:
 
となった場合は、
 
brew uninstall httpd
したあとに、
brew install svn
を実行すれば成功する。