安装ruby环境,用mysql数据库,总是报错,调了一下午,网上方法都用了也不管事

2025-03-09 10:12:48
推荐回答(1个)
回答1:

make的时候需要调用ruby很多编译前的参数.一些信息make不知道的话会不知道如何建库.
我个人的建议是根据你安装的ruby路径和版本信息把配置选项补充全.下面是我电脑上面的配置,你可以借鉴一下.据我分析应该能解决你的问题.
Provided configuration options:
--with-opt-dir
--with-opt-include
--without-opt-include=${opt-dir}/include
--with-opt-lib
--without-opt-lib=${opt-dir}/usr/lib
--with-make-prog
--without-make-prog
--srcdir=.
--curdir
--ruby=/usr/local/ruby-2.1.2/rubies/ruby-2.1.2/bin/ruby