-
Notifications
You must be signed in to change notification settings - Fork 23
Troubleshooting
Michael edited this page Sep 12, 2013
·
2 revisions
----------------------------------------------
*** LOAD ERROR ***
----------------------------------------------
Arcadia require ruby-tk extension
and tcl/tk run-time
(this helped me)
sudo apt-get install tcl8.5 tk8.5
rvm install 1.9.2 --enable-pthread
or rvm reinstall 1.9.2 --enable-pthread
I not sure on other OS, but you need "activetcl" (activestate.com)
RVM disables tk/tcl by default, you need to tell ruby (via rvm) you want tk/tcl:
rvm install 1.9.2 --enable-shared --enable-pthread --with-tk --with-tcl
rvm install 1.9.2 --enable-shared --enable-pthread --with-tk --with-tcl
ruby with --enable-pthread
parametr may work slower than without it
for Arcadia better install own ruby version with --enable-pthread