IƱaki Baz Castillo wrote: > /usr/bin$ ls -l ruby* > -rwxr-xr-x 1 root root 5,4M 2009-03-30 22:47 ruby* > -rwxr-xr-x 1 root root 6,1K 2009-01-25 03:04 ruby1.8* > lrwxrwxrwx 1 root root 4 2009-03-30 22:55 ruby1.9 -> ruby* Your symbolic link here is clearly wrong. If you didn't make a mistake writing I am sure it is the source of all your problems. {{ ruby }} should point to {{ ruby1.9 }} and not as is shown in your post above. The correct link should be: lrwxrwxrwx 1 root root 4 2009-03-30 22:55 ruby -> ruby1.9 -- Posted via http://www.ruby-forum.com/.