C
Callen Mascarenhas
I installed Ruby on my RHEL 3 system. I did the following:
/configure
make
make test
make install
No errors in the whole process. Now when I try to run irb in
/usr/local/bin/irb I'm gettin the following error:
$ . /usr/local/bin/irb
-bash: require: command not found
-bash: /usr/local/bin/irb: line 13: syntax error near unexpected token
`__FILE__'
-bash: /usr/local/bin/irb: line 13: ` IRB.start(__FILE__)'
Do I need to set up some $PATH info??? Or links to any shared
libraries??? There was nothing said in the ruby-lang.orb site.
Thanks in advance for you help
Callen.
/configure
make
make test
make install
No errors in the whole process. Now when I try to run irb in
/usr/local/bin/irb I'm gettin the following error:
$ . /usr/local/bin/irb
-bash: require: command not found
-bash: /usr/local/bin/irb: line 13: syntax error near unexpected token
`__FILE__'
-bash: /usr/local/bin/irb: line 13: ` IRB.start(__FILE__)'
Do I need to set up some $PATH info??? Or links to any shared
libraries??? There was nothing said in the ruby-lang.orb site.
Thanks in advance for you help
Callen.