中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

CentOS 6.3下編譯安裝Ruby 2.0

發布時間:2020-10-26 00:22:38 來源:網絡 閱讀:3801 作者:showerlee 欄目:編程語言

LINUX操作系統: CentOS6.3 64bit

Ruby: ruby-2.0.0-p247

一.安裝開發包(使用默認CENTOS更新源):

# yum install openssl* openssl-devel zlib-devel gcc gcc-c++ make autoconf readline-devel curl-devel expat-devel gettext-devel


二.關閉iptables和SELINUX

# service iptables stop

# setenforce 0

# vi /etc/sysconfig/selinux

---------------

SELINUX=disabled

---------------


三.安裝Ruby

# wget http://ftp.ruby-lang.org/pub/ruby/2.0/ruby-2.0.0-p247.tar.gz

# tar zxvf ruby-2.0.0-p247.tar.gz

# cd ruby-2.0.0-p247

# ./configure --enable-shared --enable-pthread --prefix=/usr/local/ruby

# make && make install


編譯時報錯

———————————————————————————

ossl_pkey_ec.c:815: error: ‘EC_GROUP_new_curve_GF2m’ undeclared (first use in this function)

————————————————————————————

google后找到官方的一個解決補丁,也就是替換兩個ssl庫文件,附件為該補丁文件打包下載地址

詳見:https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/41808

解決方法:

# cd ruby-2.0.0-p247

# wget --no-check-certificate https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/41808/raw/ext/openssl/ossl_pkey_ec.c

# wget --no-check-certificate https://bugs.ruby-lang.org/projects/ruby-trunk/repository/revisions/41808/raw/test/openssl/test_pkey_ec.rb

# mv ext/openssl/ossl_pkey_ec.c  ext/openssl/ossl_pkey_ec.c.bak

# cp ossl_pkey_ec.c ext/openssl/

# mv test/openssl/test_pkey_ec.rb test/openssl/test_pkey_ec.rb.bak

# cp test_pkey_ec.rb  test/openssl/

重新編譯:

# make && make install


四.將ruby命令集加入系統環境變量

# echo "PATH=$PATH:/usr/local/ruby/bin;export PATH" >> /etc/profile

# source /etc/profile


五.檢查ruby版本

# ruby -v

——————————————————————————

ruby 2.0.0p247 (2013-06-27 revision 41674) [x86_64-linux]

——————————————————————————


# gem --version

——————————————————————————

2.0.3

——————————————————————————


# irb

——————————————————————————

irb(main):001:0> 3+5

=> 8

irb(main):002:0> puts "hello world!"

hello world!

——————————————————————————


大功告成 O(∩_∩)O~


附件:http://down.51cto.com/data/2364283
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

方城县| 奉新县| 富蕴县| 田林县| 广东省| 邹城市| 龙川县| 大余县| 奉贤区| 泽州县| 田阳县| 铁岭县| 巫溪县| 盐山县| 常德市| 靖远县| 嵩明县| 峨边| 颍上县| 武义县| 江达县| 彰武县| 洛阳市| 淳化县| 徐水县| 孝义市| 唐山市| 博乐市| 偃师市| 邯郸市| 天津市| 图木舒克市| 石棉县| 泌阳县| 浑源县| 周至县| 禹州市| 安远县| 阿拉善盟| 师宗县| 兴安盟|