From: Kyle Schmitt Date: 2008-05-13T01:42:42+09:00 Subject: Re: Ruby, HPUX and rubygems stephen, I've never tried it on HPUX, but the stock 1.8.6 source from ruby-lang.org compiled on irix 6.5 without any intervention (admittedly, it's got a gnu toolchain installed: autoconf, gnu make and gcc 3.x installed). It's a 32 bit install on a 64 bit box, but considering it required no intervention at all, I'm not complaining, and I can wait to tweak it. Having just written that I decided to install gems: it installs fine, but complains about the socket library not being there. Humm, guess I do need to tweak it. --Kyle On Mon, May 12, 2008 at 11:10 AM, stephen O'D wrote: > So I have the less than enjoyable of installing Ruby on a PA-RISC HPUX > box - HPUX never makes it easy! > > I managed to get Ruby 1.8.4 installed from the HPUX ports site, but in > the installation guide it says they disabled pthreads. > > Now when I attempt to install rubygems, its complains about not being > able to require 'thread' as part of its installation. > > Does anyone know if there is a way to get Rubygems installed without > pthread support, or does anyone have a recpie to install Ruby 1.8.4 or > newer on HPUX with pthreads enabled? > >