【发布时间】:2012-10-10 20:39:36
【问题描述】:
我在另一台机器上对我的应用程序进行了一些编辑,我在 heroku 上部署到生产环境,这导致了一些错误,现在我突然在我的主机上遇到了一堆错误。
根据命令行,我的问题是我没有安装 ruby 1.9.3-p194。我不确定我能做些什么来解决这个问题。
$ rvm install ruby-1.9.3-p194
No binary rubies available for: osx/10.7/x86_64/ruby-1.9.3-p194.
Continuing with compilation. Please read 'rvm mount' to get more information on binary rubies.
Installing Ruby from source to: /Users/glider/.rvm/rubies/ruby-1.9.3-p194, this may take a while depending on your cpu(s)...
ruby-1.9.3-p194 - #downloading ruby-1.9.3-p194, this may take a while depending on your connection...
ruby-1.9.3-p194 - #extracted to /Users/glider/.rvm/src/ruby-1.9.3-p194 (already extracted)
ruby-1.9.3-p194 - #configuring
Error running 'env LDFLAGS=-L/opt/sm/pkg/active/lib CFLAGS=-I/opt/sm/pkg/active/include CPATH=/opt/sm/pkg/active/include -L/Users/glider/.rvm/usr/lib ./configure --enable-shared --disable-install-doc --prefix=/Users/glider/.rvm/rubies/ruby-1.9.3-p194',
please read /Users/glider/.rvm/log/ruby-1.9.3-p194/configure.log
There has been an error while running configure. Halting the installation.
【问题讨论】:
-
请让自己对格式化工具感到满意,这样您就可以直观地改进您的问题。我做了一个编辑来演示它。
-
这个错误告诉你读取一个文件,概括它的要点并包含一个链接。
标签: ruby-on-rails rvm