when I run
rvm -install 1.9.3
I get an make error. This is the last few lines of the log.
compiling readline.c
readline.c: In function sername_completion_proc_call
readline.c:1499: error: sername_completion_function undeclared (first use in this function)
readline.c:1499: error: (Each undeclared identifier is reported only once
readline.c:1499: error: for each function it appears in.)
make[2]: *** [readline.o] Error 1
make[1]: *** [ext/readline/all] Error 2
make: *** [build-ext] Error 2
Any suggestions? I know I've got another version of ruby installed. Is that causing it, and if so how do I fix this?