From: Rich Leblanc Date: 2010-07-24T07:11:41+09:00 Subject: Re: LoadError: no such file to load -- tk Martin DeMello wrote: > On Fri, Jul 23, 2010 at 9:42 AM, Rich Leblanc wrote: >> Rich Leblanc wrote: >> >>> >>> I need to install x11-toolkits/ruby-tk. I will try now. >> >> I have success. Thank you Hidetoshi-san. :) > > Could you write up a step-by-step set of instructions? Would be useful > for the next person. > > martin To install Ruby/Tk on FreeBSD 8.0 Unix I did these three commands to install the three components (as root): 1. /usr/ports/lang/tcl85# make install clean #Installs Tcl/tk 2. /usr/ports/lang/ruby18# make install clean #Installs Ruby 1.8 3. /usr/ports/x11-toolkits/ruby-tk# make install clean #Installs Ruby tk "stuff" I think (extensions, libraries?). Very easy, I just installed the three components and it worked, no hacking required. -- Posted via http://www.ruby-forum.com/.