<?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: HOWTO: Install Subversion, Ruby on Rails and Redmine on CentOS5 (&amp; RHEL5)</title>
	<atom:link href="http://blog.itsmine.co.uk/2009/01/22/howto-install-subversion-and-redmine-on-centos5-rhel5/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.itsmine.co.uk/2009/01/22/howto-install-subversion-and-redmine-on-centos5-rhel5/</link>
	<description></description>
	<lastBuildDate>Fri, 12 Mar 2010 04:15:33 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Gopal</title>
		<link>http://blog.itsmine.co.uk/2009/01/22/howto-install-subversion-and-redmine-on-centos5-rhel5/comment-page-1/#comment-69</link>
		<dc:creator>Gopal</dc:creator>
		<pubDate>Thu, 18 Feb 2010 20:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itsmine.co.uk/?p=400#comment-69</guid>
		<description>Somebody please help me out with this.

I would be very grateful to him.</description>
		<content:encoded><![CDATA[<p>Somebody please help me out with this.</p>
<p>I would be very grateful to him.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gopal</title>
		<link>http://blog.itsmine.co.uk/2009/01/22/howto-install-subversion-and-redmine-on-centos5-rhel5/comment-page-1/#comment-68</link>
		<dc:creator>Gopal</dc:creator>
		<pubDate>Thu, 18 Feb 2010 09:33:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itsmine.co.uk/?p=400#comment-68</guid>
		<description>I tried to get mysql headers / libraries by the command but i could not get it. I&#039;m using these versions of Mysql:

mysql-5.0.77-4.el5_4.1
mysql-server-5.0.77-4.el5_4.1

so i think i may need mysql-libs-5.0.77-4.el5_4.1 but i could not find them anywhere on internet. Please give me link for the same if you have any and Guide me if I need anything else.

Thanks!</description>
		<content:encoded><![CDATA[<p>I tried to get mysql headers / libraries by the command but i could not get it. I&#8217;m using these versions of Mysql:</p>
<p>mysql-5.0.77-4.el5_4.1<br />
mysql-server-5.0.77-4.el5_4.1</p>
<p>so i think i may need mysql-libs-5.0.77-4.el5_4.1 but i could not find them anywhere on internet. Please give me link for the same if you have any and Guide me if I need anything else.</p>
<p>Thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://blog.itsmine.co.uk/2009/01/22/howto-install-subversion-and-redmine-on-centos5-rhel5/comment-page-1/#comment-67</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Wed, 17 Feb 2010 20:16:36 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itsmine.co.uk/?p=400#comment-67</guid>
		<description>It looks like you&#039;re missing some mysql headers / libraries. You will need mysql-libs and/or mysql-libs...

# yum install mysql-libs mysql-devel
# gem install mysql

Let me know how you get on :)</description>
		<content:encoded><![CDATA[<p>It looks like you&#8217;re missing some mysql headers / libraries. You will need mysql-libs and/or mysql-libs&#8230;</p>
<p># yum install mysql-libs mysql-devel<br />
# gem install mysql</p>
<p>Let me know how you get on <img src='http://blog.itsmine.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Gopal</title>
		<link>http://blog.itsmine.co.uk/2009/01/22/howto-install-subversion-and-redmine-on-centos5-rhel5/comment-page-1/#comment-66</link>
		<dc:creator>Gopal</dc:creator>
		<pubDate>Wed, 17 Feb 2010 19:56:49 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itsmine.co.uk/?p=400#comment-66</guid>
		<description>I have configured all the things but when I migrate the database with the command &quot;rake db:migrate RAILS_ENV=&quot;production&quot; &quot; I got this error.

rake db:migrate RAILS_ENV=&quot;production&quot; --trace
(in /var/www/rails/redmine)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql.
rake aborted!
no such file to load -- mysql
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require&#039;
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#039;
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:158:in `require&#039;
....[output truncated]....
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run&#039;
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31
/usr/bin/rake:19:in `load&#039;
/usr/bin/rake:19



So when i try this command &quot;gem install mysql&quot; then i got this:-


gem install mysql
Building native extensions.  This could take a while...
ERROR:  Error installing mysql:
        ERROR: Failed to build gem native extension.

/usr/bin/ruby extconf.rb
checking for mysql_ssl_set()... no
checking for rb_str_set_len()... no
checking for rb_thread_start_timer()... no
checking for mysql.h... no
checking for mysql/mysql.h... no
*** extconf.rb failed ***
Could not create Makefile due to some reason, probably lack of
necessary libraries and/or headers.  Check the mkmf.log file for more
details.  You may need configuration options.

Provided configuration options:
        --with-opt-dir
        --without-opt-dir
        --with-opt-include
        --without-opt-include=${opt-dir}/include
        --with-opt-lib
        --without-opt-lib=${opt-dir}/lib
        --with-make-prog
        --without-make-prog
        --srcdir=.
        --curdir
        --ruby=/usr/bin/ruby
        --with-mysql-config
        --without-mysql-config


Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/mysql-2.8.1 for i
Results logged to /usr/lib/ruby/gems/1.8/gems/mysql-2.8.1/ext/mysql_api/gem_make


Please help me out in this. I&#039;m using Centos 5.3.</description>
		<content:encoded><![CDATA[<p>I have configured all the things but when I migrate the database with the command &#8220;rake db:migrate RAILS_ENV=&#8221;production&#8221; &#8221; I got this error.</p>
<p>rake db:migrate RAILS_ENV=&#8221;production&#8221; &#8211;trace<br />
(in /var/www/rails/redmine)<br />
** Invoke db:migrate (first_time)<br />
** Invoke environment (first_time)<br />
** Execute environment<br />
!!! The bundled mysql.rb driver has been removed from Rails 2.2. Please install the mysql gem and try again: gem install mysql.<br />
rake aborted!<br />
no such file to load &#8212; mysql<br />
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require&#8217;<br />
/usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/activesupport-2.3.5/lib/active_support/dependencies.rb:158:in `require&#8217;<br />
&#8230;.[output truncated]&#8230;.<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/lib/rake.rb:1998:in `run&#8217;<br />
/usr/lib/ruby/gems/1.8/gems/rake-0.8.7/bin/rake:31<br />
/usr/bin/rake:19:in `load&#8217;<br />
/usr/bin/rake:19</p>
<p>So when i try this command &#8220;gem install mysql&#8221; then i got this:-</p>
<p>gem install mysql<br />
Building native extensions.  This could take a while&#8230;<br />
ERROR:  Error installing mysql:<br />
        ERROR: Failed to build gem native extension.</p>
<p>/usr/bin/ruby extconf.rb<br />
checking for mysql_ssl_set()&#8230; no<br />
checking for rb_str_set_len()&#8230; no<br />
checking for rb_thread_start_timer()&#8230; no<br />
checking for mysql.h&#8230; no<br />
checking for mysql/mysql.h&#8230; no<br />
*** extconf.rb failed ***<br />
Could not create Makefile due to some reason, probably lack of<br />
necessary libraries and/or headers.  Check the mkmf.log file for more<br />
details.  You may need configuration options.</p>
<p>Provided configuration options:<br />
        &#8211;with-opt-dir<br />
        &#8211;without-opt-dir<br />
        &#8211;with-opt-include<br />
        &#8211;without-opt-include=${opt-dir}/include<br />
        &#8211;with-opt-lib<br />
        &#8211;without-opt-lib=${opt-dir}/lib<br />
        &#8211;with-make-prog<br />
        &#8211;without-make-prog<br />
        &#8211;srcdir=.<br />
        &#8211;curdir<br />
        &#8211;ruby=/usr/bin/ruby<br />
        &#8211;with-mysql-config<br />
        &#8211;without-mysql-config</p>
<p>Gem files will remain installed in /usr/lib/ruby/gems/1.8/gems/mysql-2.8.1 for i<br />
Results logged to /usr/lib/ruby/gems/1.8/gems/mysql-2.8.1/ext/mysql_api/gem_make</p>
<p>Please help me out in this. I&#8217;m using Centos 5.3.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: rob</title>
		<link>http://blog.itsmine.co.uk/2009/01/22/howto-install-subversion-and-redmine-on-centos5-rhel5/comment-page-1/#comment-64</link>
		<dc:creator>rob</dc:creator>
		<pubDate>Sun, 10 Jan 2010 12:46:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itsmine.co.uk/?p=400#comment-64</guid>
		<description>That sounds like there&#039;s something in your apache config which is wrong or incompatible with the HOWTO perhaps. 
What do the logs say in /var/log/httpd/error_log ?</description>
		<content:encoded><![CDATA[<p>That sounds like there&#8217;s something in your apache config which is wrong or incompatible with the HOWTO perhaps.<br />
What do the logs say in /var/log/httpd/error_log ?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Erik-Jan Jaquet</title>
		<link>http://blog.itsmine.co.uk/2009/01/22/howto-install-subversion-and-redmine-on-centos5-rhel5/comment-page-1/#comment-63</link>
		<dc:creator>Erik-Jan Jaquet</dc:creator>
		<pubDate>Sun, 10 Jan 2010 11:17:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itsmine.co.uk/?p=400#comment-63</guid>
		<description>Hi,

I followed your tutorial to the letter, and got no big errors. Just a mysql socket that could not be found, which I fixed by creating a symbolic link. But when I try to access redmine through apache, I get a 500 - internal server error (and not the page from redmine, but the apache page). Running the redmine service without apache is fine.

Any thoughts?

Erik-Jan</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I followed your tutorial to the letter, and got no big errors. Just a mysql socket that could not be found, which I fixed by creating a symbolic link. But when I try to access redmine through apache, I get a 500 &#8211; internal server error (and not the page from redmine, but the apache page). Running the redmine service without apache is fine.</p>
<p>Any thoughts?</p>
<p>Erik-Jan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sid</title>
		<link>http://blog.itsmine.co.uk/2009/01/22/howto-install-subversion-and-redmine-on-centos5-rhel5/comment-page-1/#comment-52</link>
		<dc:creator>Sid</dc:creator>
		<pubDate>Tue, 22 Dec 2009 23:02:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itsmine.co.uk/?p=400#comment-52</guid>
		<description>I fired up the first command yum install mod_dav_svn I already have subversion version 1.6.6 (r40053) and httpd Server version: Apache/2.2.3.
And so there was the dependency error... 

Missing Dependency: subversion = 1.4.2-4.el5_3.1 is needed by package mod_dav_svn-1.4.2-4.el5_3.1.i386 (rhel-i386-client-workstation-5)


I already have a svn repository and a website running on httpd. I want to know that how can I safely install this on RHEL5... Please email me or leave a comment here</description>
		<content:encoded><![CDATA[<p>I fired up the first command yum install mod_dav_svn I already have subversion version 1.6.6 (r40053) and httpd Server version: Apache/2.2.3.<br />
And so there was the dependency error&#8230; </p>
<p>Missing Dependency: subversion = 1.4.2-4.el5_3.1 is needed by package mod_dav_svn-1.4.2-4.el5_3.1.i386 (rhel-i386-client-workstation-5)</p>
<p>I already have a svn repository and a website running on httpd. I want to know that how can I safely install this on RHEL5&#8230; Please email me or leave a comment here</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tobias Weisserth</title>
		<link>http://blog.itsmine.co.uk/2009/01/22/howto-install-subversion-and-redmine-on-centos5-rhel5/comment-page-1/#comment-46</link>
		<dc:creator>Tobias Weisserth</dc:creator>
		<pubDate>Tue, 20 Oct 2009 21:26:01 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itsmine.co.uk/?p=400#comment-46</guid>
		<description>I can recommend installing Ruby Enterprise Edition. The installer compiles Ruby from source and installs the necessary gems. It&#039;s a more efficient Ruby interpreter that the one installed through packages. Together with Phusion Passenger, it outperforms this configuration by far.</description>
		<content:encoded><![CDATA[<p>I can recommend installing Ruby Enterprise Edition. The installer compiles Ruby from source and installs the necessary gems. It&#8217;s a more efficient Ruby interpreter that the one installed through packages. Together with Phusion Passenger, it outperforms this configuration by far.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Stefan Freyr Stefansson</title>
		<link>http://blog.itsmine.co.uk/2009/01/22/howto-install-subversion-and-redmine-on-centos5-rhel5/comment-page-1/#comment-42</link>
		<dc:creator>Stefan Freyr Stefansson</dc:creator>
		<pubDate>Sun, 04 Oct 2009 18:21:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itsmine.co.uk/?p=400#comment-42</guid>
		<description>Hi. Thanks for this HOWTO it saved my day (well, probably my week actually).

Just one thing I want to point out. I&#039;m doing this on a x86_64 server and when I ran &quot;passenger-install-apache2-module&quot; I got an error stating: &quot;/usr/bin/ld: cannot find -laprutil-1&quot;.

It turns out that the yum install command that you use installs apr-util-devel as a dependency, but only the i386 version of it.

Doing a &quot;yum install apr-util-devel&quot; installed the 64 bit version and solved this problem for me.</description>
		<content:encoded><![CDATA[<p>Hi. Thanks for this HOWTO it saved my day (well, probably my week actually).</p>
<p>Just one thing I want to point out. I&#8217;m doing this on a x86_64 server and when I ran &#8220;passenger-install-apache2-module&#8221; I got an error stating: &#8220;/usr/bin/ld: cannot find -laprutil-1&#8243;.</p>
<p>It turns out that the yum install command that you use installs apr-util-devel as a dependency, but only the i386 version of it.</p>
<p>Doing a &#8220;yum install apr-util-devel&#8221; installed the 64 bit version and solved this problem for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Dave</title>
		<link>http://blog.itsmine.co.uk/2009/01/22/howto-install-subversion-and-redmine-on-centos5-rhel5/comment-page-1/#comment-36</link>
		<dc:creator>Dave</dc:creator>
		<pubDate>Sat, 19 Sep 2009 15:00:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.itsmine.co.uk/?p=400#comment-36</guid>
		<description>&lt;a href=&quot;#comment-32&quot; rel=&quot;nofollow&quot;&gt;@sCHween&lt;/a&gt; 
Be sure to use fcgi or fastcgi.  It runs like a dog without it.  I had no luck with fastcgi on centos 5.2.  fcgi worked well for me.  Just be sure to disable or revise selinux policy.  Had a heck of a time with errors related to the socket it creates in the tmp folder until I disabled selinux.</description>
		<content:encoded><![CDATA[<p><a href="#comment-32" rel="nofollow">@sCHween</a><br />
Be sure to use fcgi or fastcgi.  It runs like a dog without it.  I had no luck with fastcgi on centos 5.2.  fcgi worked well for me.  Just be sure to disable or revise selinux policy.  Had a heck of a time with errors related to the socket it creates in the tmp folder until I disabled selinux.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
