<?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>Alex Amiryan's Linux Blog &#187; installation</title>
	<atom:link href="http://www.amiryan.org/tag/installation/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.amiryan.org</link>
	<description>Just sharing my experiance in linux</description>
	<lastBuildDate>Tue, 10 Nov 2009 19:56:31 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>SOLVED: Adobe AIR installation problem on Fedora 10 x86_64</title>
		<link>http://www.amiryan.org/2009/05/25/adobe-air-installation-problem-on-fedora-10-x86-64/</link>
		<comments>http://www.amiryan.org/2009/05/25/adobe-air-installation-problem-on-fedora-10-x86-64/#comments</comments>
		<pubDate>Mon, 25 May 2009 14:40:31 +0000</pubDate>
		<dc:creator>Alex Amiryan</dc:creator>
				<category><![CDATA[howtos]]></category>
		<category><![CDATA[adobe]]></category>
		<category><![CDATA[air]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://www.amiryan.org/?p=238</guid>
		<description><![CDATA[Adobe AIR installation fails on Fedora 10 x86_64 without any explanations. It just says: An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator. The reason is some missing i386 packages. You just have to run following command: yum install gtk2-devel.i386 nss.i386 libxml2-devel.i386 libxslt.i386 gnome-keyring.i386 rpm-devel.i386 [...]]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><p>Adobe AIR installation fails on Fedora 10 x86_64 without any explanations. It just says:</p>
<pre class="brush: text">An error occurred while installing Adobe AIR. Installation may not be allowed by your administrator. Please contact your administrator.</pre>
<p>The reason is some missing i386 packages. You just have to run following command:</p>
<pre class="brush: bash">yum install gtk2-devel.i386 nss.i386 libxml2-devel.i386 libxslt.i386 gnome-keyring.i386 rpm-devel.i386</pre>
<p>You may already have some these packages. Don&#8217;t worry about that, yum will skip them. After yum finishes, retry installation of AIR, it should work now.</p>
<!--Amazon_CLS_IM_END-->]]></content:encoded>
			<wfw:commentRss>http://www.amiryan.org/2009/05/25/adobe-air-installation-problem-on-fedora-10-x86-64/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fedora 10 mouse pointer problem</title>
		<link>http://www.amiryan.org/2009/03/13/fedora-10-mouse-pointer-problem/</link>
		<comments>http://www.amiryan.org/2009/03/13/fedora-10-mouse-pointer-problem/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 12:53:18 +0000</pubDate>
		<dc:creator>Alex Amiryan</dc:creator>
				<category><![CDATA[howtos]]></category>
		<category><![CDATA[anaconda]]></category>
		<category><![CDATA[cursor]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[mouse]]></category>
		<category><![CDATA[pointer]]></category>
		<category><![CDATA[problem]]></category>

		<guid isPermaLink="false">http://alexamiryan.wordpress.com/?p=150</guid>
		<description><![CDATA[I&#8217;ve just discovered that when intalling Fedora 10 on some computer causes this problem. Problem start from instalation: there is no pointer for mouse in Anaconda and further in the system. It is a little bit dificult but install system with keaboard only, then when system installed and running do the following steps to fix [...]]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><p>I&#8217;ve just discovered that when intalling Fedora 10 on some computer causes this problem. Problem start from instalation: there is no pointer for mouse in Anaconda and further in the system. It is a little bit dificult but install system with keaboard only, then when system installed and running do the following steps to fix this issue:</p>
<pre class="brush: bash"># yum install system-config-display</pre>
<p>Open system-config-display and just press &#8220;OK&#8221; button. It will generate xorg.conf file in /etc/X11.<br />
Then open /etc/X11/xorg.conf and in section &#8220;Device&#8221; add following two lines</p>
<pre class="brush: bash">
Option     "HWCursor"     "off"
Option     "SWcursor"     "True"</pre>
<p>Save file and restart your X server. It have to work now.</p>
<!--Amazon_CLS_IM_END-->]]></content:encoded>
			<wfw:commentRss>http://www.amiryan.org/2009/03/13/fedora-10-mouse-pointer-problem/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Red5 installation on Fedora 8</title>
		<link>http://www.amiryan.org/2009/02/04/red5-installation-on-fedora-8/</link>
		<comments>http://www.amiryan.org/2009/02/04/red5-installation-on-fedora-8/#comments</comments>
		<pubDate>Tue, 03 Feb 2009 21:14:39 +0000</pubDate>
		<dc:creator>Alex Amiryan</dc:creator>
				<category><![CDATA[howtos]]></category>
		<category><![CDATA[fedora]]></category>
		<category><![CDATA[installation]]></category>
		<category><![CDATA[red]]></category>
		<category><![CDATA[red5]]></category>

		<guid isPermaLink="false">http://alexamiryan.wordpress.com/?p=135</guid>
		<description><![CDATA[I was trying to install Red5 on Fedora 8 for about 3 days . I was using this tutorial, which is called Setting up Red5 on Fedora Core 4, to do that. I was using it because I have previously used this howto and had success. But this time it was awful Just after installing [...]]]></description>
			<content:encoded><![CDATA[<!--Amazon_CLS_IM_START--><p>I was trying to install <a href="http://www.osflash.org/red5" target="_blank">Red5</a> on Fedora 8 for about 3 days <img src='http://www.amiryan.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> . I was using <a href="http://osflash.org/red5/fc4" target="_blank">this</a> tutorial, which is called <strong>Setting up Red5 on Fedora Core 4,</strong> to do that. I was using it because I have previously used this howto and had success. But this time it was awful <img src='http://www.amiryan.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Just after installing java and ant and exporting path variables I was trying to build Red5, but I was getting a lot of unresolved dependencies and of course build failed. After some googling I understood that just Red5 moved to googlecode and Ivy (dependency manager for java) was trying to find dependencies from old repositories. Just if you download 0.6.3 version of Red5 as mentioned in howto you will find it impossible to compile Red5 <img src='http://www.amiryan.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
I have found the new howto, which is located <a href="http://osflash.org/red5/linux-install">here</a>, which does not describe howto install java, but does describe howto install latest SVN version of Red5. This time Ivy was searching dependencies on googlecode, and everything worked this time <img src='http://www.amiryan.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
Just I will ask to Red5 to remove old howto (or modify it), because I think there will be many people like me that will spend 3 days on Red5 installation</p>
<p>Good luck</p>
<!--Amazon_CLS_IM_END-->]]></content:encoded>
			<wfw:commentRss>http://www.amiryan.org/2009/02/04/red5-installation-on-fedora-8/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
