Ok, hopefully my final missive on this saga.  I saw the setup.rb file in 
the files extracted from the data.tar and on a whim ran ruby on that, 
which produced an http11.so file which I moved into the ruby gems 
directory (clobbering the DOS one) and now it works.

Zed Shaw wrote:
> Hi Rusty,
> 
> On Thu, 2006-07-27 at 15:45 -0700, Rusty Wright wrote:
>> I'm also getting the "undefined method resolve" error.  I installed ruby 
>> from source on solaris x86. In a previous email Zed said
>>
>>> You'll need to install all ruby related items, not just "apt-get
>>> install ruby". There's ri, irb, ruby1.8-dev, and lots of other 
>>> packages.
> 
> There's other folks who use Solaris and have cranked out packages.
> Check the archives.
> 
>> Also note for future versions that the installer for mongrel seems to 
>> not work as well with the solaris make as it does with the gnu make; I 
>> received an error on the make install part until I added a symbolic link 
>> to gnu make in my ~/bin directory.  If possible, an easy way to fix this 
>> is to test for the existence of gmake in $PATH and use that instead of 
>> make (solaris installs gnu make as gmake).  Otherwise, document this wart.
>>
>> Also note the "command not found" error in the first part of the above 
>> output.  I don't know if that's a problem or what.
>>
>> Thanks for your help.
> 
> Yeah, that's actually a problem in the mkmf stuff Ruby has.  I think I
> might be able to cook up a fix for it, but not sure exactly how to go
> about it.
> 
> I'll ask around and see how the other Solaris folks did this.
> 
> 
_______________________________________________
Mongrel-users mailing list
Mongrel-users@rubyforge.org
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to