I'm trying to install Ruby via RVM by running rvm install 1.9.3 but am getting a bunch of errors:
Error running
env LDFLAGS=-L/opt/sm/pkg/active/lib CFLAGS=-I/opt/sm/pkg/active/include CPATH=/opt/sm/pkg/active/include ./configure --prefix=/Users/kuzjaved/.rvm/usr, please read/Users/kuzjaved/.rvm/log/ruby-1.9.3-p327/yaml/configure.logError running
make, please read/Users/kuzjaved/.rvm/log/ruby-1.9.3-p327/yaml/make.logError running
env LDFLAGS=-L/opt/sm/pkg/active/lib CFLAGS=-I/opt/sm/pkg/active/include CPATH=/opt/sm/pkg/active/include ./configure --enable-shared --disable-install-doc --prefix=/Users/kuzjaved/.rvm/rubies/ruby-1.9.3-p327 --with-opt-dir=/Users/kuzjaved/.rvm/usr, please read/Users/kuzjaved/.rvm/log/ruby-1.9.3-p327/configure.logThere has been an error while running
configure. Halting the installation.
I'v then tried:
rvm install 1.9.3 --with-gcc=clang
Same errors here too! What's going on and how can I fix it?