From: ts Date: 2002-07-28T02:18:45+09:00 Subject: Re: Who'd be the best person to handle this? >>>>> "D" == Dave Thomas writes: D> Who'd be the best person to help Jim? Not me :-) D> Or should I suggest he subscribes here? Well, if I look at [ruby-talk:45536] some questions are not ruby related (the first about configure), some others need more context. Seems dependent of its configuration, for example > Incidently, the above error goes away if I add /usr/local/bin to the path. ^^^^^^^^^^^^^^ > But I don't understand this since the tcltklib is not in /usr/local/lib. ^^^^^^^^^^^^^^ I can understand that it can't find tcltklib, but not that it can find it with /usr/local/bin in the path > And, my last question. I compiled a local static version of ruby > and set my path to /bin:/usr/bin:/bin. > Running ruby works fine, but running irb without the full path > to irb produces the error: pigeon% ls ../lib/ruby/1.6/i686-linux/ config.h dln.h libruby.a re.h rubyio.h util.h defines.h env.h node.h regex.h rubysig.h version.h digest/ intern.h rbconfig.rb ruby.h st.h pigeon% static version of ruby pigeon% echo $PATH /bin:/usr/bin:/home/ts/local/rxx/bin pigeon% pigeon% pwd /home/ts/local/rxx/bin pigeon% pigeon% irb irb(main):001:0> pigeon% Guy Decoux