1
liprais 2013-05-03 22:40:49 +08:00
用rvm吧
|
3
rankjie 2013-05-03 23:18:24 +08:00 via iPhone
|
4
spenceryi OP @rankjie
@liprais Skipping update of certificates in '/usr/local/etc/openssl/cert.pem'. RVM autolibs is now configured with mode '2' => 'check and stop if missing', please run `rvm autolibs enable` to let RVM do its job or run and read `rvm autolibs [help]` or visit https://rvm.io/rvm/autolibs for more information. |
5
Keinez 2013-05-03 23:42:02 +08:00
Appfog的doc不是有mac的af安装步骤么……其中ruby1.9.3安装之前要有homebrew和libksba……LZ是否漏掉?
用的Windows,之前也是折腾了好半天才弄上caldecott…… |
6
txx 2013-05-04 07:14:01 +08:00 via iPhone
@spenceryi rvm 在mac上的依赖很奇怪的 而且如果你要用 brew装依赖的话。好几个源还被墙了,以及不是让你 run 'rvm autolibs enable'么?
|
7
terry 2013-05-04 08:47:57 +08:00
用 rbenv + ruby-build 吧,RVM 太重了。
|
8
Pazzilivo 2013-05-04 10:05:39 +08:00
|
9
allenhsu 2013-05-04 11:12:20 +08:00
rbenv +1
用着很干净,需要习惯性 rehash |
10
spenceryi OP Error running './configure --prefix=/Users/spencer/.rvm/rubies/ruby-2.0.0-p0 --with-opt-dir=/usr/local/opt/libyaml:/usr/local/opt/readline:/usr/local/opt/libxml2:/usr/local/opt/libxslt:/usr/local/opt/libksba:/usr/local/opt/openssl:/usr/local/opt/sqlite --disable-install-doc --without-tcl --without-tk --enable-shared',
please read /Users/spencer/.rvm/log/ruby-2.0.0-p0/1367736523_configure.log There has been an error while running configure. Halting the installation. 老是这个错误,是怎么了,用rvm安装 |
11
spenceryi OP @liprais
[2013-05-05 14:51:37] ./configure configure: WARNING: unrecognized options: --without-tcl, --without-tk checking build system type... x86_64-apple-darwin12.3.0 checking host system type... x86_64-apple-darwin12.3.0 checking target system type... x86_64-apple-darwin12.3.0 checking whether the C compiler works... no configure: error: in `/Users/spencer/.rvm/src/ruby-2.0.0-p0': configure: error: C compiler cannot create executables See `config.log' for more details |
12
kingwkb 2013-05-04 14:54:26 +08:00
rbenv 比 rvm 好用
|
13
spenceryi OP |