one more thing
the ruby error happened after I tried to
ln -s ruby to another directory and failed.
I’m wondering how I reset a symbolic link?
figured it out
unlink ruby
but still getting the same symbol look up error
tried rm -r 1.9.1
and then reinstalling.
I might add that 1.9.2
make install
creates a 1.9.1 directory.
apparently the rake that comes with 1.9.2 is buggy, so had to downgrade
to 1.9.1 and then delete the rake gemspecs in specifications then
re-install rake. appears to be working fine now.
A
This forum is not affiliated to the Ruby language, Ruby on Rails framework, nor any Ruby applications discussed here.