Ruby 2.0.0 ติดตั้งผ่าน RVM: ข้อผิดพลาดรอบ openssl


8

โดยใช้: Mountain Lion 10.8.2, RVM 1.18.15

มีปัญหากับ เด่นชัด , openssl เมื่อพยายามติดตั้ง Ruby 2.0.0 ผ่าน RVM:

$ rvm install 2.0.0
...
Extracting openssl to /Users/meltemi/.rvm/src/openssl-1.0.1c
Configuring openssl in /Users/meltemi/.rvm/src/openssl-1.0.1c.
Error running './Configure darwin64-x86_64-cc -I/Users/meltemi/.rvm/usr/include -L/Users/meltemi/.rvm/usr/lib zlib no-asm no-krb5 --prefix=/Users/meltemi/.rvm/usr no-shared ', please read /Users/meltemi/.rvm/log/ruby-2.0.0-p0/openssl/configure.log
Compiling openssl in /Users/meltemi/.rvm/src/openssl-1.0.1c.
Error running 'make', please read /Users/meltemi/.rvm/log/ruby-2.0.0-p0/openssl/make.log

ดังนั้นฉัน brew install openssl เพื่ออัปเดต openssl เป็น 1.0.1e หวังว่าจะช่วยได้ แต่ยังคงมีข้อผิดพลาดเพิ่มเติม (ดู "เอาท์พุทยาว")

ดังนั้นขุดรอบ ๆ Stack Exchange และปฏิบัติตามคำแนะนำอย่างเคร่งครัด โพสต์นี้ ซึ่งแนะนำ rvm get head (ตรงข้ามกับแบบอย่างของฉัน rvm get stable ) และสังเกตเห็น:

$ rvm get head
  % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
...
100 1620k  100 1620k    0     0   275k      0  0:00:05  0:00:05 --:--:--  479k

Upgrading the RVM installation in /Users/meltemi/.rvm/
    RVM PATH line found in /Users/meltemi/.bashrc /Users/meltemi/.zshrc.
    RVM sourcing line found in /Users/meltemi/.bash_profile /Users/meltemi/.zshrc.
    Installing rvm gem in 1 gemsets ERROR:  Loading command: install (LoadError)
    cannot load such file -- openssl
ERROR:  While executing gem ... (NoMethodError)
    undefined method `invoke_with_build_args' for nil:NilClass

บิตที่น่าสนใจ cannot load such file -- openssl.

สิ่งที่ช่วยให้?

เอาท์พุทยาว:

หลังจากอัปเดต openssl เป็น 1.0.1.e ผ่าน homebrew พยายามอีกครั้ง แต่ด้วยเหตุผลใดก็ตามที่ 1.0.1c ยังคงถูกอ้างอิง

$ rvm reinstall 2.0.0 --with-openssl-dir=/usr/local          
Removing /Users/meltemi/.rvm/src/ruby-2.0.0-p0...
Removing /Users/meltemi/.rvm/rubies/ruby-2.0.0-p0...
Fetching openssl-1.0.1c.tar.gz to /Users/meltemi/.rvm/archives
Extracting openssl to /Users/meltemi/.rvm/src/openssl-1.0.1c
Configuring openssl in /Users/meltemi/.rvm/src/openssl-1.0.1c.
Error running './Configure darwin64-x86_64-cc -I/Users/meltemi/.rvm/usr/include -L/Users/meltemi/.rvm/usr/lib zlib no-asm no-krb5 --prefix=/Users/meltemi/.rvm/usr --with-openssl-dir=/usr/local no-shared ', please read /Users/meltemi/.rvm/log/ruby-2.0.0-p0/openssl/configure.log
Compiling openssl in /Users/meltemi/.rvm/src/openssl-1.0.1c.
Error running 'make', please read /Users/meltemi/.rvm/log/ruby-2.0.0-p0/openssl/make.log

Please note that it's required to reinstall all rubies:

    rvm reinstall all --force

Updating openssl certificates
Error running 'update_openssl_certs', please read /Users/meltemi/.rvm/log/ruby-2.0.0-p0/openssl.certs.log
Installing Ruby from source to: /Users/meltemi/.rvm/rubies/ruby-2.0.0-p0, this may take a while depending on your cpu(s)...
ruby-2.0.0-p0 - #downloading ruby-2.0.0-p0, this may take a while depending on your connection...
ruby-2.0.0-p0 - #extracting ruby-2.0.0-p0 to /Users/meltemi/.rvm/src/ruby-2.0.0-p0
ruby-2.0.0-p0 - #extracted to /Users/meltemi/.rvm/src/ruby-2.0.0-p0
ruby-2.0.0-p0 - #configuring
ruby-2.0.0-p0 - #compiling
ruby-2.0.0-p0 - #installing 
Removing old Rubygems files...
Installing rubygems-2.0.0 for ruby-2.0.0-p0 ...
Error running 'env GEM_PATH=/Users/meltemi/.rvm/gems/ruby-2.0.0-p0:/Users/meltemi/.rvm/gems/ruby-2.0.0-p0@global:/Users/meltemi/.rvm/gems/ruby-2.0.0-p0:/Users/meltemi/.rvm/gems/ruby-2.0.0-p0@global GEM_HOME=/Users/meltemi/.rvm/gems/ruby-2.0.0-p0 /Users/meltemi/.rvm/rubies/ruby-2.0.0-p0/bin/ruby /Users/meltemi/.rvm/src/rubygems-2.0.0/setup.rb', please read /Users/meltemi/.rvm/log/ruby-2.0.0-p0/rubygems.install.log
Installation of rubygems did not complete successfully.
Saving wrappers to '/Users/meltemi/.rvm/bin'.
ruby-2.0.0-p0 - #adjusting #shebangs for (gem irb erb ri rdoc testrb rake).
ruby-2.0.0-p0 - #importing default gemsets, this may take time ...
Install of ruby-2.0.0-p0 - #complete 
Making gemset ruby-2.0.0-p0 pristine.
Error running '' under ,
please read /Users/meltemi/.rvm/log/ruby-2.0.0-p0/gemset.pristine.log
Making gemset ruby-2.0.0-p0@global pristine.
Error running '' under ,
please read /Users/meltemi/.rvm/log/ruby-2.0.0-p0/gemset.pristine.log

ฉันมีปัญหาเดียวกันหลังจากอัปเกรดเป็น OSX Mavericks
Hengjie

คำตอบ:


16

มีปัญหาเดียวกัน ลองทำสิ่งต่อไปนี้:

$ rvm remove 2.0.0 # get rid of unsuccessful installation
$ rvm get head --autolibs=3 # get the latest RVM and build required libs
$ rvm requirements # just in case, install all other required stuff
$ rvm install ruby-2.0.0
$ rvm --default use ruby-2.0.0

อะไรกันแน่ --autolibs=3 ธงทำอย่างไร ฉันหาไม่เจอ ใด เอกสารเกี่ยวกับมัน ...
Meltemi

FWIW- ฉันทำตามคำแนะนำของคุณแล้ว remove 2.0.0 แล้ว rvm get head ไม่สนใจ --autolibs=3 บิต). ตรวจสอบข้อกำหนด ตกลง. แล้วก็ rvm install ruby-2.0.0. และ ... ไม่มีปัญหา! มันได้ผล!
Meltemi

github.com/wayneeseguin/rvm/issues/1623 มีข้อมูลบางอย่างเกี่ยวกับ autolibs ตั้งค่าสถานะเท่าที่ฉันเข้าใจจะบอก RVM วิธีจัดการกับ libs ที่จำเป็นเพิ่มเติม
Artem Pakk

เอกสารสำหรับ autolib สามารถพบได้โดยการเรียกใช้ cmd ต่อไปนี้: "rvm help autolibs" จาก terminal
Jeremy Cade

ภายใต้ OSX 10.8: ด้วย sudo brew install openssl
idonnie

0

ดังนั้นนี่ทำงานสำหรับฉัน:

rvm pkg install openssl
rvm reinstall all --force

ฉันยังมี rvm autolibs rvm_pkg สำหรับการสนับสนุน readline

โดยการใช้ไซต์ของเรา หมายความว่าคุณได้อ่านและทำความเข้าใจนโยบายคุกกี้และนโยบายความเป็นส่วนตัวของเราแล้ว
Licensed under cc by-sa 3.0 with attribution required.