Showing posts with label automake. Show all posts
Showing posts with label automake. Show all posts

Thursday, September 29, 2011

How to install Ruby 1.9.3rc1 with RVM

How to install Ruby 1.9.3rc1 with RVM - waiworinao ★ random notes by arvid andersson

On my openSUSE box I happened to not have "automake" installed. "autoreconf" did not find "aclocal" then… . I just entered "aclocal" on the command line then. It wasn't available, but the shell suggested to "cnf aclocal", and that was the key. I ended up installing "automake" like this:
$ sudo zypper install automake

I have no idea, why rvm successfully (?!?) operated on that box before.