<?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 on Rails for RHEL 5</title>
	<atom:link href="http://www.alethe.com/brad/2008/04/ruby-on-rails-for-rhel-5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alethe.com/brad/2008/04/ruby-on-rails-for-rhel-5/</link>
	<description>For those who know just enough to be dangerous</description>
	<lastBuildDate>Wed, 23 Jun 2010 14:43:21 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
	<item>
		<title>By: Brad</title>
		<link>http://www.alethe.com/brad/2008/04/ruby-on-rails-for-rhel-5/comment-page-1/#comment-86</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Mon, 22 Feb 2010 14:24:52 +0000</pubDate>
		<guid isPermaLink="false">http://www.alethe.com/brad/?p=37#comment-86</guid>
		<description>The main apache configuration file is located in /etc/httpd/conf/ and the /etc/httpd/conf.d/ directory also contains some configuration files that are included into the main apache config.

On Ubuntu, the apache configuration file is located in /etc/apache2/</description>
		<content:encoded><![CDATA[<p>The main apache configuration file is located in /etc/httpd/conf/ and the /etc/httpd/conf.d/ directory also contains some configuration files that are included into the main apache config.</p>
<p>On Ubuntu, the apache configuration file is located in /etc/apache2/</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ganesh</title>
		<link>http://www.alethe.com/brad/2008/04/ruby-on-rails-for-rhel-5/comment-page-1/#comment-85</link>
		<dc:creator>Ganesh</dc:creator>
		<pubDate>Tue, 09 Feb 2010 11:58:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.alethe.com/brad/?p=37#comment-85</guid>
		<description>hi
  Where is the apache configuration file located</description>
		<content:encoded><![CDATA[<p>hi<br />
  Where is the apache configuration file located</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Will</title>
		<link>http://www.alethe.com/brad/2008/04/ruby-on-rails-for-rhel-5/comment-page-1/#comment-42</link>
		<dc:creator>Will</dc:creator>
		<pubDate>Sun, 15 Feb 2009 22:18:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.alethe.com/brad/?p=37#comment-42</guid>
		<description>I ran into the same problem as Alex, even with mysql-server and mysql-devel installed.  From reading the mkmf.log file, the configurator never tries to look into /usr/lib64/mysql for the libs, despite the mysql_config supplying the right directory, and also despite the command-line option -with-mysql-lib=/usr/lib64/mysql.

Since it appears that the configurator also tries /usr/local/lib/mysql, I got the package to build by:

ln -s /usr/lib64/mysql /usr/local/lib/mysql

Seems to build and install correctly.

It might be a conflict between the i386 and x86_64 packages.  I started running into other problems, so I uninstalled a lot of the i386 stuff, and lo and behold, things started working a lot better.</description>
		<content:encoded><![CDATA[<p>I ran into the same problem as Alex, even with mysql-server and mysql-devel installed.  From reading the mkmf.log file, the configurator never tries to look into /usr/lib64/mysql for the libs, despite the mysql_config supplying the right directory, and also despite the command-line option -with-mysql-lib=/usr/lib64/mysql.</p>
<p>Since it appears that the configurator also tries /usr/local/lib/mysql, I got the package to build by:</p>
<p>ln -s /usr/lib64/mysql /usr/local/lib/mysql</p>
<p>Seems to build and install correctly.</p>
<p>It might be a conflict between the i386 and x86_64 packages.  I started running into other problems, so I uninstalled a lot of the i386 stuff, and lo and behold, things started working a lot better.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: imarichardson</title>
		<link>http://www.alethe.com/brad/2008/04/ruby-on-rails-for-rhel-5/comment-page-1/#comment-40</link>
		<dc:creator>imarichardson</dc:creator>
		<pubDate>Tue, 16 Dec 2008 07:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.alethe.com/brad/?p=37#comment-40</guid>
		<description>In response to Nate&#039;s question, has anyone been able to figure out why this is happening? I&#039;m also receiving the &quot;Error: Missing Dependency: subversion = 1.4.2-2.el5 is needed by package subversion-ruby&quot; error but cannot figure why this is occurring. Thanks much!</description>
		<content:encoded><![CDATA[<p>In response to Nate&#8217;s question, has anyone been able to figure out why this is happening? I&#8217;m also receiving the &#8220;Error: Missing Dependency: subversion = 1.4.2-2.el5 is needed by package subversion-ruby&#8221; error but cannot figure why this is occurring. Thanks much!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom McManus</title>
		<link>http://www.alethe.com/brad/2008/04/ruby-on-rails-for-rhel-5/comment-page-1/#comment-39</link>
		<dc:creator>Tom McManus</dc:creator>
		<pubDate>Mon, 17 Nov 2008 20:45:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.alethe.com/brad/?p=37#comment-39</guid>
		<description>I had the same problem with gem install mysql - -with-mysql-config=/usr/bin/mysql_config and solved it by installing:

wget ftp://ftp.ntua.gr/pub/databases/mysql/Downloads/MySQL-5.1/MySQL-shared-compat-5.1.29-0</description>
		<content:encoded><![CDATA[<p>I had the same problem with gem install mysql &#8211; -with-mysql-config=/usr/bin/mysql_config and solved it by installing:</p>
<p>wget <a href="ftp://ftp.ntua.gr/pub/databases/mysql/Downloads/MySQL-5.1/MySQL-shared-compat-5.1.29-0" rel="nofollow">ftp://ftp.ntua.gr/pub/databases/mysql/Downloads/MySQL-5.1/MySQL-shared-compat-5.1.29-0</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brad</title>
		<link>http://www.alethe.com/brad/2008/04/ruby-on-rails-for-rhel-5/comment-page-1/#comment-38</link>
		<dc:creator>Brad</dc:creator>
		<pubDate>Tue, 09 Sep 2008 16:59:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.alethe.com/brad/?p=37#comment-38</guid>
		<description>Alex,

Regarding your mysql gem question, please confirm you have the mysql-dev package installed.  You can run the following command:

# yum install mysql-server mysql-devel

My instructions were based on a fresh install of RHEL server v 5.0, so if you installed MySQL or any of the other packages from source you may need to do things differently.

Cheers,

Brad</description>
		<content:encoded><![CDATA[<p>Alex,</p>
<p>Regarding your mysql gem question, please confirm you have the mysql-dev package installed.  You can run the following command:</p>
<p># yum install mysql-server mysql-devel</p>
<p>My instructions were based on a fresh install of RHEL server v 5.0, so if you installed MySQL or any of the other packages from source you may need to do things differently.</p>
<p>Cheers,</p>
<p>Brad</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.alethe.com/brad/2008/04/ruby-on-rails-for-rhel-5/comment-page-1/#comment-37</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 02 Sep 2008 16:45:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.alethe.com/brad/?p=37#comment-37</guid>
		<description>Failed on gem install mysql. Help!

# gem install mysql - -with-mysql-config=/usr/bin/mysql_config
Bulk updating Gem source index for: http://gems.rubyforge.org/
Building native extensions.  This could take a while...
ERROR:  Error installing mysql:
        ERROR: Failed to build gem native extension.

/usr/bin/ruby extconf.rb install mysql - -with-mysql-config=/usr/bin/mysql_config
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lm... yes
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lz... yes
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lsocket... no
checking for mysql_query() in -lmysqlclient... no
checking for main() in -lnsl... yes
checking for mysql_query() in -lmysqlclient... 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.</description>
		<content:encoded><![CDATA[<p>Failed on gem install mysql. Help!</p>
<p># gem install mysql &#8211; -with-mysql-config=/usr/bin/mysql_config<br />
Bulk updating Gem source index for: <a href="http://gems.rubyforge.org/" rel="nofollow">http://gems.rubyforge.org/</a><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 install mysql &#8211; -with-mysql-config=/usr/bin/mysql_config<br />
checking for mysql_query() in -lmysqlclient&#8230; no<br />
checking for main() in -lm&#8230; yes<br />
checking for mysql_query() in -lmysqlclient&#8230; no<br />
checking for main() in -lz&#8230; yes<br />
checking for mysql_query() in -lmysqlclient&#8230; no<br />
checking for main() in -lsocket&#8230; no<br />
checking for mysql_query() in -lmysqlclient&#8230; no<br />
checking for main() in -lnsl&#8230; yes<br />
checking for mysql_query() in -lmysqlclient&#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>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alex</title>
		<link>http://www.alethe.com/brad/2008/04/ruby-on-rails-for-rhel-5/comment-page-1/#comment-36</link>
		<dc:creator>Alex</dc:creator>
		<pubDate>Tue, 02 Sep 2008 16:30:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.alethe.com/brad/?p=37#comment-36</guid>
		<description>Hi.. instead of MySQL, how to install sqlite3 with rails? Can I use rubygems1.2 on this? thanks.</description>
		<content:encoded><![CDATA[<p>Hi.. instead of MySQL, how to install sqlite3 with rails? Can I use rubygems1.2 on this? thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: nate</title>
		<link>http://www.alethe.com/brad/2008/04/ruby-on-rails-for-rhel-5/comment-page-1/#comment-35</link>
		<dc:creator>nate</dc:creator>
		<pubDate>Thu, 07 Aug 2008 14:41:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.alethe.com/brad/?p=37#comment-35</guid>
		<description>Handy!  One question though... I can&#039;t find a compatible version of subversion-ruby for RHEL5?  The version that yum tries to install errors out with this error:

$ sudo yum -tv install subversion-ruby
Loading &quot;rhnplugin&quot; plugin
rhel-i386-server-5        100% &#124;=========================&#124; 1.4 kB    00:00
Setting up Install Process
Parsing package install arguments
Resolving Dependencies
--&gt; Running transaction check
---&gt; Package subversion-ruby.i386 0:1.4.2-2.el5 set to be updated
--&gt; Processing Dependency: subversion = 1.4.2-2.el5 for package: subversion-ruby
--&gt; Finished Dependency Resolution
Error: Missing Dependency: subversion = 1.4.2-2.el5 is needed by package subversion-ruby

Any help greatly appreciated!!!

Thanks,
Nate</description>
		<content:encoded><![CDATA[<p>Handy!  One question though&#8230; I can&#8217;t find a compatible version of subversion-ruby for RHEL5?  The version that yum tries to install errors out with this error:</p>
<p>$ sudo yum -tv install subversion-ruby<br />
Loading &#8220;rhnplugin&#8221; plugin<br />
rhel-i386-server-5        100% |=========================| 1.4 kB    00:00<br />
Setting up Install Process<br />
Parsing package install arguments<br />
Resolving Dependencies<br />
&#8211;&gt; Running transaction check<br />
&#8212;&gt; Package subversion-ruby.i386 0:1.4.2-2.el5 set to be updated<br />
&#8211;&gt; Processing Dependency: subversion = 1.4.2-2.el5 for package: subversion-ruby<br />
&#8211;&gt; Finished Dependency Resolution<br />
Error: Missing Dependency: subversion = 1.4.2-2.el5 is needed by package subversion-ruby</p>
<p>Any help greatly appreciated!!!</p>
<p>Thanks,<br />
Nate</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt</title>
		<link>http://www.alethe.com/brad/2008/04/ruby-on-rails-for-rhel-5/comment-page-1/#comment-33</link>
		<dc:creator>Matt</dc:creator>
		<pubDate>Mon, 07 Jul 2008 01:29:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.alethe.com/brad/?p=37#comment-33</guid>
		<description>Slick, very slick.  Thanks for that.  The only stumbling block was the -- for gem install mysql, didn&#039;t realize it was required, thought it was a typo.</description>
		<content:encoded><![CDATA[<p>Slick, very slick.  Thanks for that.  The only stumbling block was the &#8212; for gem install mysql, didn&#8217;t realize it was required, thought it was a typo.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
