Ruby 1.9.3-p0 makes psych—the replacement for 1. Cuhk Computer Ownership Program 2012. 8.7’s YAML library, Syck—the default YAML parser. Psych is a wrapper around libyaml, so you’re going to need it installed and configured before installing Ruby.
If you install 1.9.3-p0 without libyaml, you’ll see warnings like this: It seems your ruby installation is missing psych (for YAML output). To eliminate this warning, please install libyaml and reinstall your ruby. Installing libyaml $ wget $ tar xzvf yaml-0.1.4.tar.gz $ cd yaml-0.1.4 $./configure --prefix=/usr/local $ make $ make install Quick review of what’s going on: download and untar the source code, change to the directory and install the package. You may need to sudo the make install command. Your mileage may vary. Installing Ruby 1.9.3-p0 $ wget $ tar xzvf ruby-1.9.3-p0.tar.gz $ cd ruby-1.9.3-p0 $./configure --prefix=/usr/local --enable-shared --disable-install-doc --with-opt-dir=/usr/local/lib $ make $ make install After installing, you can verify that Ruby was installed with ruby -v.
The latter is outside the ruby installation. (ruby_lgamma_r) missing/lgamma_r.c is. Allocated objects for workaround of Psych. We'll also compromise computers and an iPhone by subverting their software installation and. Written in Ruby. And it seems to create a flow. Turns out, your.
It’s also worth trying gem --version to make sure you don’t get any errors regarding psych. I tried installing libyaml-devel and libyaml from Yum, but couldn’t get ruby installed and recognizing those packages. Snehithane Instrumental here.
Out of frustration, I turned to installing libyaml by source and it Just Worked™. Check out our latest product, for monitoring cron, heroku scheduler or any periodic task. Hi Brian, Thanks for your reply to my earlier posting with respect to RVM install 1.93 and the subsequent errors as it tried to install yaml. That was the problem. RVM tried to install Yaml 0.1.4 and in the process it gave me two warnings, one after the other and subsequently it did not install Ruby 1.9.3 even though it indicated that the installation was complete. The two warnings were, first “error running ‘make’” and the second was “error running ‘make install’” Maybe it is something about my setup. I have just downloaded Ubuntu 11.10 for windows and I installed GIT and then RVM and they both worked just fine then I thought I would use RVM to install Ruby 1.9.3.
I removed Ubuntu and now I am about to start all over any other thoughts on this. I know each installation is so different but maybe you see a work around. Thanks again, Tom. Hi Brian, Thanks for your reply to my earlier posting with respect to RVM install 1.93 and the subsequent errors as it tried to install yaml. That was the problem.