Skip to content

Instantly share code, notes, and snippets.

@cookrn
Created June 23, 2012 05:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save cookrn/2977067 to your computer and use it in GitHub Desktop.
Save cookrn/2977067 to your computer and use it in GitHub Desktop.
RVM 1.9.3 Ubuntu 12.04 Yaml Make Error
$ cat /usr/local/rvm/log/ruby-1.9.3-p194/yaml/make.log
[2012-06-23 05:51:12] make
CDPATH="${ZSH_VERSION+.}:" && cd . && /bin/bash /usr/local/rvm/src/yaml-0.1.4/config/missing --run aclocal-1.11
cd . && /bin/bash /usr/local/rvm/src/yaml-0.1.4/config/missing --run automake-1.11 --foreign
src/Makefile.am:2: Libtool library used but `LIBTOOL' is undefined
src/Makefile.am:2: The usual way to define `LIBTOOL' is to add `LT_INIT'
src/Makefile.am:2: to `configure.ac' and run `aclocal' and `autoconf' again.
src/Makefile.am:2: If `LT_INIT' is in `configure.ac', make sure
src/Makefile.am:2: its definition is in aclocal's search path.
make: *** [Makefile.in] Error 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment