From: Martin Gagnon Date: 2007-04-05T23:31:22+09:00 Subject: Re: Install problems under QNX Joel VanderWerf wrote: > 2. all of ext/ had to be built statically, because dynamic loading > didn't work. (This was a problem for the "official" builds of both > python and ruby from the QNX repos, as well.) Have you checked this? For > example: > > $ ruby -r socket -e 1 This produces: ruby: no such file to load -- socket (LoadError) > 3. There was a problem with sysread. For example, this call: > > FileUtils.copy_file "a", "b" > > would error with: > > fileutils.rb:409:in `sysread': sysread for buffered IO (IOError) This produces: ruby-test.rb:1:in `require': no such file to load -- fileutils (LoadError) I think that the install process didn't get far enough for this to work anyway. The pieces are not where they belong yet. > If you do get ruby/qnx working, let us know on the list. It would still > be useful to me, at least. I sure will! Thanks, Martin -- Posted via http://www.ruby-forum.com/.