From: Eric Wong Date: 2011-02-23T10:02:39+09:00 Subject: Re: posix_mq : Problem installing on HPUX Eric Wong wrote: > Tadeusz Bochan wrote: > > Bummer ! > > > > /usr/lib/librt.sl does not have mq_timedreceive or mq_timedsend !!! > > > > This makes posix_mq pretty much unusable on HP-UX B.11.11 > > Does it have the non-timed receive/send variants? I could add checks > for those and maybe some other platforms could be supported... I just pushed out a pre-release[1] with some attempted fixes to RubyGems.org along with some cleanups. Relevant commits are listed here if you want to review them yourself: http://bogomips.org/ruby_posix_mq.git/commit/?id=3a8a20d http://bogomips.org/ruby_posix_mq.git/commit/?id=a549167 http://bogomips.org/ruby_posix_mq.git/commit/?id=7144a4e Let us know how it goes and I'll make a real release if all goes well. [1] gem install --pre posix_mq (should get you 0.6.0.7.g3a8a) -- Eric Wong