Hi Read this posting and tried the suggestion below. Once I had done this I typed "make", then "make install" as root. Works now. I'm using Linux Mandrake 7.2. Not sure what is wrong with this installation, but I hope it's fixed for the next release of Mandrake (8). Looking forward to using mod-ruby and eruby. Bloody amazing language. In article <m2bsrl6iui.fsf / zip.local.thomases.com>, "Dave Thomas" <Dave / pragmaticprogrammer.com> wrote: > Shay Harding <kellewic / yahoo.com> writes: > >> > > >> > > ./test.rb:3:in `require': No such file to load -- >> > > socket (LoadError) >> > > from ./test.rb:3 >> >> Heh, was in such a rush at work I failed to include such basic >> information... I am currently on Mandrake >> 7.2 system, but had same problem with my home system >> which is RedHat 6.2 > > OK, go into the directory where you unpacked Ruby, then: > > % cd ext/socket > % ruby extconf.rb > > That should tell what what Ruby needs to find on your system. Post the > output back here if the problem isn't obvious. > > Regards > > > Dave