<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.3" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel>
	<title>Comments on: Installing Rails and Apache on OS X (Intel)</title>
	<link>http://www.bryanthompson.us/2006/05/03/installing-rails-and-apache-on-os-x-intel/</link>
	<description>Ruby on Rails, and some other random stuff</description>
	<pubDate>Tue, 07 Sep 2010 05:31:44 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.0.3</generator>

	<item>
		<title>by: the howto scribbles &#187; Blog Archive &#187; Apache - Rails Checklist</title>
		<link>http://www.bryanthompson.us/2006/05/03/installing-rails-and-apache-on-os-x-intel/#comment-948</link>
		<pubDate>Fri, 09 Feb 2007 03:25:04 +0000</pubDate>
		<guid>http://www.bryanthompson.us/2006/05/03/installing-rails-and-apache-on-os-x-intel/#comment-948</guid>
					<description>[...] * Fix permissions for rails directories so apache can use them Ref: http://bryan.e4industries.com/?p=6 sudo chgrp -R www-data railsapp chmod 0775 db chmod 0777 log chmod 0775 public chmod 0666 log/*.log [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] * Fix permissions for rails directories so apache can use them Ref: <a href='http://bryan.e4industries.com/?p=6' rel='nofollow'>http://bryan.e4industries.com/?p=6</a> sudo chgrp -R www-data railsapp chmod 0775 db chmod 0777 log chmod 0775 public chmod 0666 log/*.log [&#8230;]
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Jonathan Dobbie</title>
		<link>http://www.bryanthompson.us/2006/05/03/installing-rails-and-apache-on-os-x-intel/#comment-266</link>
		<pubDate>Wed, 15 Nov 2006 21:38:14 +0000</pubDate>
		<guid>http://www.bryanthompson.us/2006/05/03/installing-rails-and-apache-on-os-x-intel/#comment-266</guid>
					<description>Please help.  I'm spamming here because this is about the only intel specific install guid that I've found.  I'm using the default ruby, but it works with lighttp and webrick, so I don't think it's the problem.  I want to do some stuff that requires apache, but I keep getting:


Application error

Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html

If some kind person with a solution could email me at jdobbie@gmail.com it would be greatly appreciated

at the About your application’s environment

The development log has:


Operation not permitted - /Users/jdobbie/Sites/TestRailsSite/public/../config/../tmp/sessions//ruby_sess.9559d1397957123a
/usr/lib/ruby/1.8/cgi/session/pstore.rb:72:in `chmod'
/usr/lib/ruby/1.8/cgi/session/pstore.rb:72:in `initialize'
/usr/lib/ruby/1.8/cgi/session/pstore.rb:71:in `transaction'
/usr/lib/ruby/1.8/pstore.rb:129:in `catch'
/usr/lib/ruby/1.8/pstore.rb:129:in `transaction'
/usr/lib/ruby/1.8/cgi/session/pstore.rb:71:in `initialize'
/usr/lib/ruby/1.8/cgi/session.rb:273:in `new'
/usr/lib/ruby/1.8/cgi/session.rb:273:in `initialize'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/cgi_process.rb:112:in `new'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/cgi_process.rb:112:in `session'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/cgi_process.rb:108:in `stale_session_check!'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/cgi_process.rb:108:in `session'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/base.rb:918:in `assign_shortcuts_without_flash'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/flash.rb:141:in `assign_shortcuts'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/base.rb:402:in `process_without_filters'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:377:in `process_without_session_management_support'
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/session_management.rb:117:in `process'
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/dispatcher.rb:38:in `dispatch'
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:150:in `process_request'
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:54:in `process!'
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:53:in `each_cgi'
/usr/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:609:in `each'
/usr/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:609:in `each_cgi'
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:53:in `process!'
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:23:in `process!'
/Users/jdobbie/Sites/TestRailsSite/public/dispatch.fcgi:24</description>
		<content:encoded><![CDATA[<p>Please help.  I&#8217;m spamming here because this is about the only intel specific install guid that I&#8217;ve found.  I&#8217;m using the default ruby, but it works with lighttp and webrick, so I don&#8217;t think it&#8217;s the problem.  I want to do some stuff that requires apache, but I keep getting:</p>
<p>Application error</p>
<p>Change this error message for exceptions thrown outside of an action (like in Dispatcher setups or broken Ruby code) in public/500.html</p>
<p>If some kind person with a solution could email me at <a href="mailto:jdobbie@gmail.com">jdobbie@gmail.com</a> it would be greatly appreciated</p>
<p>at the About your application’s environment</p>
<p>The development log has:</p>
<p>Operation not permitted - /Users/jdobbie/Sites/TestRailsSite/public/../config/../tmp/sessions//ruby_sess.9559d1397957123a<br />
/usr/lib/ruby/1.8/cgi/session/pstore.rb:72:in `chmod&#8217;<br />
/usr/lib/ruby/1.8/cgi/session/pstore.rb:72:in `initialize&#8217;<br />
/usr/lib/ruby/1.8/cgi/session/pstore.rb:71:in `transaction&#8217;<br />
/usr/lib/ruby/1.8/pstore.rb:129:in `catch&#8217;<br />
/usr/lib/ruby/1.8/pstore.rb:129:in `transaction&#8217;<br />
/usr/lib/ruby/1.8/cgi/session/pstore.rb:71:in `initialize&#8217;<br />
/usr/lib/ruby/1.8/cgi/session.rb:273:in `new&#8217;<br />
/usr/lib/ruby/1.8/cgi/session.rb:273:in `initialize&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/cgi_process.rb:112:in `new&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/cgi_process.rb:112:in `session&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/cgi_process.rb:108:in `stale_session_check!&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/cgi_process.rb:108:in `session&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/base.rb:918:in `assign_shortcuts_without_flash&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/flash.rb:141:in `assign_shortcuts&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/base.rb:402:in `process_without_filters&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/filters.rb:377:in `process_without_session_management_support&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/actionpack-1.12.5/lib/action_controller/session_management.rb:117:in `process&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/dispatcher.rb:38:in `dispatch&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:150:in `process_request&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:54:in `process!&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:53:in `each_cgi&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:609:in `each&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/fcgi-0.8.7/lib/fcgi.rb:609:in `each_cgi&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:53:in `process!&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rails-1.1.6/lib/fcgi_handler.rb:23:in `process!&#8217;<br />
/Users/jdobbie/Sites/TestRailsSite/public/dispatch.fcgi:24
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: Scott Meves</title>
		<link>http://www.bryanthompson.us/2006/05/03/installing-rails-and-apache-on-os-x-intel/#comment-36</link>
		<pubDate>Wed, 30 Aug 2006 03:04:03 +0000</pubDate>
		<guid>http://www.bryanthompson.us/2006/05/03/installing-rails-and-apache-on-os-x-intel/#comment-36</guid>
					<description>Regarding FastCGI: I could not compile fcgi because I continually received an error &quot;-lSystem is not an object file&quot; or &quot;lc is not an object file&quot; from libtool. According to http://crschmidt.net/blog/archives/119/os-x-104-compile-failures-due-to-libtool/ the problem stems from upgrading to Tiger but without upgrading the Developer Tools (Xcode 2). Although this own't help any Intel users (assuming they all have Tiger installed to begin with, and not an upgraded OS), I found myself searching this page for a solution to that problem. Hope this helps!</description>
		<content:encoded><![CDATA[<p>Regarding FastCGI: I could not compile fcgi because I continually received an error &#8220;-lSystem is not an object file&#8221; or &#8220;lc is not an object file&#8221; from libtool. According to <a href='http://crschmidt.net/blog/archives/119/os-x-104-compile-failures-due-to-libtool/' rel='nofollow'>http://crschmidt.net/blog/archives/119/os-x-104-compile-failures-due-to-libtool/</a> the problem stems from upgrading to Tiger but without upgrading the Developer Tools (Xcode 2). Although this own&#8217;t help any Intel users (assuming they all have Tiger installed to begin with, and not an upgraded OS), I found myself searching this page for a solution to that problem. Hope this helps!
</p>
]]></content:encoded>
				</item>
	<item>
		<title>by: bryanthompson&#8217;s blog &#187; Blog Archive &#187; Installing Rails on OS X</title>
		<link>http://www.bryanthompson.us/2006/05/03/installing-rails-and-apache-on-os-x-intel/#comment-3</link>
		<pubDate>Wed, 03 May 2006 17:25:03 +0000</pubDate>
		<guid>http://www.bryanthompson.us/2006/05/03/installing-rails-and-apache-on-os-x-intel/#comment-3</guid>
					<description>[...] Option 3: Probably one of the hardest ways (Darwinports/Apache/Rails/Fastcgi): If you want to use a library like rb-zip, the only way I could get it to work was to install everything via darwinports. This isn&amp;#8217;t the easiest process, but I have broken it down into exact steps. Follow them closely and you shouldn&amp;#8217;t have any problems. I have put these steps into a separate article, which you can find here (PPC) or here (Intel). [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] Option 3: Probably one of the hardest ways (Darwinports/Apache/Rails/Fastcgi): If you want to use a library like rb-zip, the only way I could get it to work was to install everything via darwinports. This isn&#8217;t the easiest process, but I have broken it down into exact steps. Follow them closely and you shouldn&#8217;t have any problems. I have put these steps into a separate article, which you can find here (PPC) or here (Intel). [&#8230;]
</p>
]]></content:encoded>
				</item>
</channel>
</rss>
