Why do I get an "Error running 'autoreconf'" error using RVM to install ruby-2.0.0-head? -


i tried install ruby 2.0 via rvm in mac osx lion system, keep bumping error:

installing ruby source to: /usr/local/rvm/rubies/ruby-2.0.0-head, may take while depending on cpu(s)... head @ a653ba0 merge revision(s) 42720: [backport #8829] git://github.com/ruby/ruby  * branch            ruby_2_0_0 -> fetch_head up-to-date. copying repo src path... ruby-2.0.0-head - #autoreconf........ error running 'autoreconf', please read /usr/local/rvm/log/1378234760_ruby-2.0.0-head/autoreconf.log skipping configure step, 'configure' not exist, did autoreconf not run successfully? ruby-2.0.0-head - #post-configuration ruby-2.0.0-head - #compiling. error running 'make -j8', please read /usr/local/rvm/log/1378234760_ruby-2.0.0-head/make.log there has been error while running make. halting installation. 

my autoconf version 2.68 , rvm 1.22.3.

has had same problem before?

managed fix issue. perl version problem.
autoconf log saying "this perl not built support threads". had older version of perl:


$ perl --version

this perl 5, version 12, subversion 3 (v5.12.3) built darwin-multi-2level


i did 'sudo port upgrade perl5' , after updated went smoothly.

thanks everyone! :)


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -