Ok, more sleuthing. I downloaded the file mongrel-0.3.13.3.gem and it's tar files inside of tar files and I extracted one named data.tar and it has a lib directory and in it is an http11.so and the unix file command says that it's a DOS executable. So it looks to me like when I run the gem install it's just copying that http11.so and not the one that gets compiled from source by gem.
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 [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
