On Thu, 28 Mar 2002 23:27:00 GMT, Mr. BeOS <djberg96 / attbi.com> wrote: >Hi all, > >I installed Ruby 1.6.7 on Beos 5.03 and it appeared to go off without a >hitch this time during the build process. However, sockets don't appear >to work. I got this error below at 'require socket'. > >/boot/home/djberge/Programming/Ruby-572>./program.rb >/third.rb:3:in `require': Failed to load >/boot/home/config/lib/ruby/1.6/i586-beos/socket.so (LoadError) >from ./third.rb:3 Did you try to compile it with BONE installed? Without BONE there is not much chance to get it working. Even with BONE you could run into problems because there is no definition of AF_UNIX (I got quite frustrated when I tried to compile OpenSSH) Cheers Martin