2008-02-21
gem install rmagick 出错的解决方案
--with-opt-dir
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/bin/ruby1.8
Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/rmagick-2.2.2 for inspection.
Results logged to /usr/lib/ruby/gems/1.8/gems/rmagick-2.2.2/ext/RMagick/gem_make.out
解决方案:
wget http://rubyforge.org/frs/download.php/16684/RMagick-1.15.0.tar.gz
tar this tar.gz file
./configure –enable-allow-example-errors –disable-htmldoc
make
sudo make install
--without-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/bin/ruby1.8
Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/rmagick-2.2.2 for inspection.
Results logged to /usr/lib/ruby/gems/1.8/gems/rmagick-2.2.2/ext/RMagick/gem_make.out
解决方案:
wget http://rubyforge.org/frs/download.php/16684/RMagick-1.15.0.tar.gz
tar this tar.gz file
./configure –enable-allow-example-errors –disable-htmldoc
make
sudo make install
发表评论
- 浏览: 839 次
- 性别:

- 来自: 北京

- 详细资料
搜索本博客
最近加入圈子
最新评论
-
Binding趣用
eval是在当前定上下文中去执行代码,由此可知,eval("lvar = 'ne ...
-- by shaquan6776 -
Binding趣用
eval("lvar = 'new value'", the_binding) ...
-- by flyinglife -
Binding趣用
执行下不就知道了。
-- by shaquan6776 -
Binding趣用
解释哈 趣味何在??
-- by yangtao309 -
正则和eval的趣用
借用了你的正则表达式,我的方法是 hash=Hash.new ...
-- by ek2






评论排行榜