<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ph-lee &#187; troubleshooting</title>
	<atom:link href="http://www.ph-lee.com/tag/troubleshooting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ph-lee.com</link>
	<description>aspire to inspire before you expire</description>
	<lastBuildDate>Sat, 29 May 2010 19:11:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Troubleshooting : gem install mysql on Ubuntu</title>
		<link>http://www.ph-lee.com/2009/06/06/troubleshooting-gem-install-mysql-on-ubuntu/</link>
		<comments>http://www.ph-lee.com/2009/06/06/troubleshooting-gem-install-mysql-on-ubuntu/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 14:51:05 +0000</pubDate>
		<dc:creator>ph-lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[gem]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[troubleshooting]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[virtualbox]]></category>

		<guid isPermaLink="false">http://www.ph-lee.com/?p=65</guid>
		<description><![CDATA[Whilst deploying a VirtualBox of Ubuntu to act as a Ruby on Rails development server I hit several issues. One of which was installing the mysql gem with the command
sudo gem install mysql
Giving me the error of
With some googling I found the solution at mentalized.net needing to install ruby1.8-dev as it was missing in my [...]]]></description>
			<content:encoded><![CDATA[<p>Whilst deploying a <a href="http://www.virtualbox.org/">VirtualBox</a> of <a href="http://www.ubuntu.com/">Ubuntu</a> to act as a Ruby on Rails development server I hit several issues. One of which was installing the mysql gem with the command</p>
<p><code>sudo gem install mysql</code></p>
<p>Giving me the error of</p>
<script src="http://gist.github.com/124868.js"></script>
<p>With some googling I found the solution at <a href="http://mentalized.net/journal/2006/01/24/no_such_file_to_load_mkmf/">mentalized.net</a> needing to install ruby1.8-dev as it was missing in my case. To solve enter the following command&#8230;</p>
<p><code>sudo apt-get install ruby1.8-dev</code></p>
<p>That solved one problem but I hit another trying to install the mysql gem.</p>
<script src="http://gist.github.com/124865.js"></script>
<p>This one took more googling but eventually found <a href="http://www.codeweblog.com/gem-install-mysql-under-ubuntu-solution-error/">codeweblog</a> giving a solution. Again I was missing further dependent libraries in this case libmysqlclient15-dev. To install that enter the command&#8230;</p>
<p><code>sudo apt-get install libmysqlclient15-dev</code></p>
<p>Installing the mysql gem should now work.</p>
<p>Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ph-lee.com/2009/06/06/troubleshooting-gem-install-mysql-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Troubleshooting : &quot;svn: Server sent unexpected return value (405 Method Not Allowed) in response to PROPFIND request for &#039;%DIR_NAME&#039;&quot;</title>
		<link>http://www.ph-lee.com/2009/06/04/troubleshooting-svn-server-sent-unexpected-return-value-405-method-not-allowed-in-response-to-propfind-request-for-dir_name/</link>
		<comments>http://www.ph-lee.com/2009/06/04/troubleshooting-svn-server-sent-unexpected-return-value-405-method-not-allowed-in-response-to-propfind-request-for-dir_name/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 16:40:46 +0000</pubDate>
		<dc:creator>ph-lee</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[svn]]></category>
		<category><![CDATA[troubleshooting]]></category>

		<guid isPermaLink="false">http://www.ph-lee.com/?p=61</guid>
		<description><![CDATA[I had this error when attempting to checkout my repository.
svn checkout https://server_location.com:8443/svn/repository_name
My mistake if not a suckerpunch was having mis-typed the location of the repository. So you may want to check you have correctly typed in the location of the repository or if the location of the repositry has been moved.
Hope this helps.
]]></description>
			<content:encoded><![CDATA[<p>I had this error when attempting to checkout my repository.</p>
<p><code>svn checkout https://server_location.com:8443/svn/repository_name</code></p>
<p>My mistake if not a suckerpunch was having mis-typed the location of the repository. So you may want to check you have correctly typed in the location of the repository or if the location of the repositry has been moved.</p>
<p>Hope this helps.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ph-lee.com/2009/06/04/troubleshooting-svn-server-sent-unexpected-return-value-405-method-not-allowed-in-response-to-propfind-request-for-dir_name/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
