<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Ruby Enterprise Edition 1.8.6-20090520 released</title>
	<atom:link href="http://blog.phusion.nl/2009/05/20/ruby-enterprise-edition-186-20090520-released/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.phusion.nl/2009/05/20/ruby-enterprise-edition-186-20090520-released/</link>
	<description></description>
	<lastBuildDate>Thu, 26 Jan 2012 22:32:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Brian</title>
		<link>http://blog.phusion.nl/2009/05/20/ruby-enterprise-edition-186-20090520-released/comment-page-1/#comment-12952</link>
		<dc:creator>Brian</dc:creator>
		<pubDate>Tue, 24 Nov 2009 18:06:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=226#comment-12952</guid>
		<description>I installed the latest readline with macports.  It goes in /opt/local.  I try to use the -c &#039;-with-readline-dir but it still tries to build readline.
This command exacatly:
./installer -c &#039;-with-readline-dir=/opt/local&#039;

I can&#039;t get past this readline error:
compiling readline
gcc -I. -I../.. -I../../. -I../.././ext/readline -DHAVE_READLINE_READLINE_H -DHAVE_READLINE_HISTORY_H -DHAVE_RL_DEPREP_TERM_FUNCTION -DHAVE_RL_COMPLETION_APPEND_CHARACTER -DHAVE_RL_BASIC_WORD_BREAK_CHARACTERS -DHAVE_RL_COMPLETER_WORD_BREAK_CHARACTERS -DHAVE_RL_BASIC_QUOTE_CHARACTERS -DHAVE_RL_COMPLETER_QUOTE_CHARACTERS -DHAVE_RL_FILENAME_QUOTE_CHARACTERS -DHAVE_RL_ATTEMPTED_COMPLETION_OVER -DHAVE_RL_LIBRARY_VERSION -DHAVE_RL_EVENT_HOOK -DHAVE_RL_CLEANUP_AFTER_SIGNAL -DHAVE_REPLACE_HISTORY_ENTRY -DHAVE_REMOVE_HISTORY  -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE   -fno-common -g -Os -fno-strict-aliasing  -pipe -fno-common   -c readline.c
readline.c: In function ‘filename_completion_proc_call’:
readline.c:707: error: ‘filename_completion_function’ undeclared (first use in this function)
readline.c:707: error: (Each undeclared identifier is reported only once
readline.c:707: error: for each function it appears in.)
readline.c:707: warning: assignment makes pointer from integer without a cast
readline.c: In function ‘username_completion_proc_call’:
readline.c:734: error: ‘username_completion_function’ undeclared (first use in this function)
readline.c:734: warning: assignment makes pointer from integer without a cast
make[1]: *** [readline.o] Error 1
make: *** [all] Error 1

Any help would be great.  I&#039;m on Leapord.</description>
		<content:encoded><![CDATA[<p>I installed the latest readline with macports.  It goes in /opt/local.  I try to use the -c &#8216;-with-readline-dir but it still tries to build readline.<br />
This command exacatly:<br />
./installer -c &#8216;-with-readline-dir=/opt/local&#8217;</p>
<p>I can&#8217;t get past this readline error:<br />
compiling readline<br />
gcc -I. -I../.. -I../../. -I../.././ext/readline -DHAVE_READLINE_READLINE_H -DHAVE_READLINE_HISTORY_H -DHAVE_RL_DEPREP_TERM_FUNCTION -DHAVE_RL_COMPLETION_APPEND_CHARACTER -DHAVE_RL_BASIC_WORD_BREAK_CHARACTERS -DHAVE_RL_COMPLETER_WORD_BREAK_CHARACTERS -DHAVE_RL_BASIC_QUOTE_CHARACTERS -DHAVE_RL_COMPLETER_QUOTE_CHARACTERS -DHAVE_RL_FILENAME_QUOTE_CHARACTERS -DHAVE_RL_ATTEMPTED_COMPLETION_OVER -DHAVE_RL_LIBRARY_VERSION -DHAVE_RL_EVENT_HOOK -DHAVE_RL_CLEANUP_AFTER_SIGNAL -DHAVE_REPLACE_HISTORY_ENTRY -DHAVE_REMOVE_HISTORY  -D_XOPEN_SOURCE -D_DARWIN_C_SOURCE   -fno-common -g -Os -fno-strict-aliasing  -pipe -fno-common   -c readline.c<br />
readline.c: In function ‘filename_completion_proc_call’:<br />
readline.c:707: error: ‘filename_completion_function’ undeclared (first use in this function)<br />
readline.c:707: error: (Each undeclared identifier is reported only once<br />
readline.c:707: error: for each function it appears in.)<br />
readline.c:707: warning: assignment makes pointer from integer without a cast<br />
readline.c: In function ‘username_completion_proc_call’:<br />
readline.c:734: error: ‘username_completion_function’ undeclared (first use in this function)<br />
readline.c:734: warning: assignment makes pointer from integer without a cast<br />
make[1]: *** [readline.o] Error 1<br />
make: *** [all] Error 1</p>
<p>Any help would be great.  I&#8217;m on Leapord.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Philip (flip) Kromer</title>
		<link>http://blog.phusion.nl/2009/05/20/ruby-enterprise-edition-186-20090520-released/comment-page-1/#comment-10266</link>
		<dc:creator>Philip (flip) Kromer</dc:creator>
		<pubDate>Sun, 13 Sep 2009 05:24:15 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=226#comment-10266</guid>
		<description>@mike I used 

    sudo ./installer.rb --auto=/usr/local/ree -c &#039;--with-readline-dir=/usr/local&#039;

and life was good. (I&#039;d installed readline from source; -c &#039;--with-readline-dir=/sw&#039; is probably the right thing for fink).

Noted in passing: I tried

   -c &#039;--program-prefix=ree-&#039; 

to specify a program prefix (so that the executables come out as ree-ruby, ree-gem, etc), but it doesn&#039;t work -- the installer looks for $PREFIX_DIR/bin/ruby and, not finding it, bails.</description>
		<content:encoded><![CDATA[<p>@mike I used </p>
<p>    sudo ./installer.rb &#8211;auto=/usr/local/ree -c &#8216;&#8211;with-readline-dir=/usr/local&#8217;</p>
<p>and life was good. (I&#8217;d installed readline from source; -c &#8216;&#8211;with-readline-dir=/sw&#8217; is probably the right thing for fink).</p>
<p>Noted in passing: I tried</p>
<p>   -c &#8216;&#8211;program-prefix=ree-&#8217; </p>
<p>to specify a program prefix (so that the executables come out as ree-ruby, ree-gem, etc), but it doesn&#8217;t work &#8212; the installer looks for $PREFIX_DIR/bin/ruby and, not finding it, bails.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Roderick van Domburg</title>
		<link>http://blog.phusion.nl/2009/05/20/ruby-enterprise-edition-186-20090520-released/comment-page-1/#comment-6698</link>
		<dc:creator>Roderick van Domburg</dc:creator>
		<pubDate>Sat, 23 May 2009 18:21:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=226#comment-6698</guid>
		<description>Thanks for the swift response to the SIGVTALRM issue. We&#039;ve updated RailsCluster and everything&#039;s running smooth!</description>
		<content:encoded><![CDATA[<p>Thanks for the swift response to the SIGVTALRM issue. We&#8217;ve updated RailsCluster and everything&#8217;s running smooth!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roger</title>
		<link>http://blog.phusion.nl/2009/05/20/ruby-enterprise-edition-186-20090520-released/comment-page-1/#comment-6653</link>
		<dc:creator>roger</dc:creator>
		<pubDate>Fri, 22 May 2009 03:25:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=226#comment-6653</guid>
		<description>@Mike there&#039;s a pure ruby readline if it would be helpful. http://github.com/luislavena/rb-readline/tree/master</description>
		<content:encoded><![CDATA[<p>@Mike there&#8217;s a pure ruby readline if it would be helpful. <a href="http://github.com/luislavena/rb-readline/tree/master" rel="nofollow">http://github.com/luislavena/rb-readline/tree/master</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tommy</title>
		<link>http://blog.phusion.nl/2009/05/20/ruby-enterprise-edition-186-20090520-released/comment-page-1/#comment-6626</link>
		<dc:creator>Tommy</dc:creator>
		<pubDate>Thu, 21 May 2009 01:12:19 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=226#comment-6626</guid>
		<description>Congratulations on another excellent release. Keep up the amazing work.

Earlier today one of my servers was handling around ten requests per second for a few hours due to a spike in traffic. While I know this is nothing compared to Shopify or the New York Times, it is still a level of performance that was utterly impossible for the same machine to handle when I was still using Mongrel and the standard Ruby.

Nginx + Passenger + Ruby Enterprise Edition is a killer combination. Thank you so much for all that you have done to help me and countless others. You guys are incredible.</description>
		<content:encoded><![CDATA[<p>Congratulations on another excellent release. Keep up the amazing work.</p>
<p>Earlier today one of my servers was handling around ten requests per second for a few hours due to a spike in traffic. While I know this is nothing compared to Shopify or the New York Times, it is still a level of performance that was utterly impossible for the same machine to handle when I was still using Mongrel and the standard Ruby.</p>
<p>Nginx + Passenger + Ruby Enterprise Edition is a killer combination. Thank you so much for all that you have done to help me and countless others. You guys are incredible.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike Perham</title>
		<link>http://blog.phusion.nl/2009/05/20/ruby-enterprise-edition-186-20090520-released/comment-page-1/#comment-6620</link>
		<dc:creator>Mike Perham</dc:creator>
		<pubDate>Wed, 20 May 2009 19:44:40 +0000</pubDate>
		<guid isPermaLink="false">http://blog.phusion.nl/?p=226#comment-6620</guid>
		<description>Readline fails to compile on OSX 10.5.7 for me.  I have headers in both /usr/include and /usr/local/include (not sure about versions of each).

gcc -I. -I../.. -I../../. -I../.././ext/readline -DHAVE_READLINE_READLINE_H -DHAVE_READLINE_HISTORY_H -DHAVE_RL_DEPREP_TERM_FUNCTION -DHAVE_RL_COMPLETION_APPEND_CHARACTER -DHAVE_RL_BASIC_WORD_BREAK_CHARACTERS -DHAVE_RL_COMPLETER_WORD_BREAK_CHARACTERS -DHAVE_RL_BASIC_QUOTE_CHARACTERS -DHAVE_RL_COMPLETER_QUOTE_CHARACTERS -DHAVE_RL_FILENAME_QUOTE_CHARACTERS -DHAVE_RL_ATTEMPTED_COMPLETION_OVER -DHAVE_RL_LIBRARY_VERSION -DHAVE_RL_EVENT_HOOK -DHAVE_RL_CLEANUP_AFTER_SIGNAL -DHAVE_REPLACE_HISTORY_ENTRY -DHAVE_REMOVE_HISTORY   -fno-common -g -O2 -pipe -fno-common  -c readline.c
readline.c: In function ‘filename_completion_proc_call’:
readline.c:707: error: ‘filename_completion_function’ undeclared (first use in this function)
readline.c:707: error: (Each undeclared identifier is reported only once
readline.c:707: error: for each function it appears in.)
readline.c:707: warning: assignment makes pointer from integer without a cast
readline.c: In function ‘username_completion_proc_call’:
readline.c:734: error: ‘username_completion_function’ undeclared (first use in this function)
readline.c:734: warning: assignment makes pointer from integer without a cast
make: *** [readline.o] Error 1

Any suggestions on what to do?</description>
		<content:encoded><![CDATA[<p>Readline fails to compile on OSX 10.5.7 for me.  I have headers in both /usr/include and /usr/local/include (not sure about versions of each).</p>
<p>gcc -I. -I../.. -I../../. -I../.././ext/readline -DHAVE_READLINE_READLINE_H -DHAVE_READLINE_HISTORY_H -DHAVE_RL_DEPREP_TERM_FUNCTION -DHAVE_RL_COMPLETION_APPEND_CHARACTER -DHAVE_RL_BASIC_WORD_BREAK_CHARACTERS -DHAVE_RL_COMPLETER_WORD_BREAK_CHARACTERS -DHAVE_RL_BASIC_QUOTE_CHARACTERS -DHAVE_RL_COMPLETER_QUOTE_CHARACTERS -DHAVE_RL_FILENAME_QUOTE_CHARACTERS -DHAVE_RL_ATTEMPTED_COMPLETION_OVER -DHAVE_RL_LIBRARY_VERSION -DHAVE_RL_EVENT_HOOK -DHAVE_RL_CLEANUP_AFTER_SIGNAL -DHAVE_REPLACE_HISTORY_ENTRY -DHAVE_REMOVE_HISTORY   -fno-common -g -O2 -pipe -fno-common  -c readline.c<br />
readline.c: In function ‘filename_completion_proc_call’:<br />
readline.c:707: error: ‘filename_completion_function’ undeclared (first use in this function)<br />
readline.c:707: error: (Each undeclared identifier is reported only once<br />
readline.c:707: error: for each function it appears in.)<br />
readline.c:707: warning: assignment makes pointer from integer without a cast<br />
readline.c: In function ‘username_completion_proc_call’:<br />
readline.c:734: error: ‘username_completion_function’ undeclared (first use in this function)<br />
readline.c:734: warning: assignment makes pointer from integer without a cast<br />
make: *** [readline.o] Error 1</p>
<p>Any suggestions on what to do?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

