Note that there are some explanatory texts on larger screens.

plurals
  1. POTrouble Installing Ruby 1.9.2 with RVM Mac OS X
    primarykey
    data
    text
    <p>I apologize for my ignorance - I'm very new to this - but I have tried everything and cannot get 1.9.2 installed using RVM. I believe I have installed RVM correctly, and when I go to install 1.9.2 I get the following error in my make log when ruby tries to compile:</p> <pre><code>ld: in /usr/local/lib/libz.1.dylib, file was built for unsupported file format which is not the architecture being linked (x86_64) for architecture x86_64 collect2: ld returned 1 exit status make[1]: *** [../../../.ext/x86_64-darwin10.6.0/digest/md5.bundle] Error 1 make: *** [mkmain.sh] Error 1 </code></pre> <p>Some other information: I was running OS X in 32 bit, and received a similar error - replace the (x86_64) with I believe (i36). I am now running in 64 bit. </p> <h1>*Update*:</h1> <p>I have done everything TinMan has asked me to do, and still no avail - Just want to point out that I can install 1.8.7 just fine. Attempting to install 1.9.1 and 1.9.2 gives me the following error message:</p> <pre><code>`Installing Ruby from source to: /Users/tl/.rvm/rubies/ruby-1.9.2-p180, this may take a while depending on your cpu(s)... ruby-1.9.2-p180 - #fetching ruby-1.9.2-p180 - #downloading ruby-1.9.2-p180, this may take a while depending on your connection... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed 100 8609k 100 8609k 0 0 655k 0 0:00:13 0:00:13 --:--:-- 939k ruby-1.9.2-p180 - #extracting ruby-1.9.2-p180 to /Users/tl/.rvm/src/ruby-1.9.2-p180 ruby-1.9.2-p180 - #extracted to /Users/tl/.rvm/src/ruby-1.9.2-p180 ruby-1.9.2-p180 - #configuring ruby-1.9.2-p180 - #compiling ERROR: Error running 'make ', please read /Users/tl/.rvm/log/ruby-1.9.2-p180/make.log ERROR: There has been an error while running make. Halting the installation.` </code></pre> <p>Additionally, I have upgraded my autoconf, automake, m4, and libtools.</p> <p>Lastly, my path and .bash_profiles respectively look like:</p> <p>PATH</p> <pre><code>`/usr/local/upgraded/bin /usr/bin /bin /usr/sbin /sbin /usr/local/bin` </code></pre> <p>.bash</p> <pre><code>`export PATH=$PATH:/opt/local/bin export MANPATH=$MANPATH:/opt/local/share/man export INFOPATH=$INFOPATH:/opt/local/share/info [[ -s "$HOME/.rvm/scripts/rvm" ]] &amp;&amp; source "$HOME/.rvm/scripts/rvm"` </code></pre> <h1>*Update 2*</h1> <p>I updated my autoconf, automake, m4, and libtools following the instructions here: <a href="http://tom.meinlschmidt.org/2010/11/22/upgrade-autoconfautomake-in-osx/" rel="noreferrer">http://tom.meinlschmidt.org/2010/11/22/upgrade-autoconfautomake-in-osx/</a></p> <p>RVM Info: `system:</p> <pre><code> system: uname: "Darwin Tam-Les-MacBook-Pro.local 10.6.0 Darwin Kernel Version 10.6.0: Wed Nov 10 18:11:58 PST 2010; root:xnu-1504.9.26~3/RELEASE_X86_64 x86_64" bash: "/bin/bash =&gt; GNU bash, version 3.2.48(1)-release (x86_64-apple-darwin10.0)" zsh: "/bin/zsh =&gt; zsh 4.3.9 (i386-apple-darwin10.0)" rvm: version: "rvm 1.5.2 by Wayne E. Seguin (wayneeseguin@gmail.com) [http://rvm.beginrescueend.com/]" homes: gem: "not set" ruby: "not set" binaries: ruby: "/usr/bin/ruby" irb: "/usr/bin/irb" gem: "/usr/bin/gem" rake: "/usr/bin/rake" environment: PATH: "/usr/local/upgraded/bin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/local/git/bin:/usr/X11/bin:/opt/local/bin:/Users/tl/.rvm/bin:/Users/tl/.rvm/bin" GEM_HOME: "" GEM_PATH: "" MY_RUBY_HOME: "" IRBRC: "" RUBYOPT: "" gemset: ""` </code></pre> <blockquote> <p>Also, your PATH doesn't look like RVM has been allowed to initialize itself. When RVM has been initialized it will put its path to your ~/.rvm first.</p> </blockquote> <p>How do you do that? I'm really new to this, and have gotten this far through sheer guess work. Inefficient I know.</p> <h1>*Update 3*</h1> <p>Hi all - it's been a while since I've given up on this, but I am going to try again this weekend. Thanks for all the advice and I'll let you know what happens from there. For a newbie such as myself, I severely underestimated how difficult just installing something is. </p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload