Hi, 

On 16 okt 2006, at 17.19, [EMAIL PROTECTED] wrote:

This is the output of gem install mongrel

Building native extensions.  This could take a while...

make: ./install-sh: Command not found

make: *** 

[/usr/local/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/lib/http11.so] Error 

127

ruby extconf.rb install mongrel

checking for main() in -lc... yes

creating Makefile


Yeah, I get something like that too (it failing to find the proper install bin).

Haven't had the time to track it down proper, so I just edit the Makefile (/opt/csw/lib/ruby/gems/1.8/gems/mongrel-0.3.13.4/ext/http11/Makefile if you're using blastwave) and edit the INSTALL var to use the gnu install:
INSTALL = /opt/csw/gnu/install -c

then make install

JS

_______________________________________________
Mongrel-users mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/mongrel-users

Reply via email to