<?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>overfrown &#187; Linux</title>
	<atom:link href="http://www.overfrown.com/category/linux/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.overfrown.com</link>
	<description></description>
	<lastBuildDate>Sat, 18 Sep 2010 15:38:40 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>AsteriskNow: Fax for Asterisk dependency issues during update</title>
		<link>http://www.overfrown.com/2010/09/asterisknow-fax-for-asterisk-dependency-issues-during-update/</link>
		<comments>http://www.overfrown.com/2010/09/asterisknow-fax-for-asterisk-dependency-issues-during-update/#comments</comments>
		<pubDate>Sat, 18 Sep 2010 15:25:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Asterisk]]></category>
		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.overfrown.com/?p=57</guid>
		<description><![CDATA[After dealing with this issue twice, and both times not finding much of a written out solution, I figured I would take 10 minutes to document the couple easy steps I take to get around these update issues. After issuing the command yum update, you may end up with errors like so: Error: asterisk14-res_fax conflicts [...]]]></description>
			<content:encoded><![CDATA[<p>After dealing with this issue twice, and both times not finding much of a written out solution, I figured I would take 10 minutes to document the couple easy steps I take to get around these update issues.</p>
<p>After issuing the command <em>yum update</em>, you may end up with errors like so:</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">Error: asterisk14-res_fax conflicts with asterisk14-addons-core
Error: asterisk14-res_fax_digium conflicts with asterisk14-addons-core</pre></div></div>

<p>So, after doing some research you&#8217;ll quickly find this is simply a licensing issue and it is safe to force install the RPMs (<a href="http://lists.digium.com/pipermail/asterisk-users/2010-April/246808.html" target="_blank">digium thread</a>)</p>
<p>First let&#8217;s install <em>yumdownloader</em> to make getting the RPMs easier.</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">yum install yum-utils</pre></div></div>

<p>Now download both of the RPMs we will need into the current directory.</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">yumdownloader asterisk14-res_fax
yumdownloader asterisk14-res_fax_digium</pre></div></div>

<p>Most recently, before force installing these RPMs, I went ahead and updated everything else, skipping these packages using &#8211;skip-broken</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">yum update --skip-broken</pre></div></div>

<p>Then I force installed the other two RPMs</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">rpm -Uvh --nodeps asterisk14-res_fax-{VERSION}.rpm asterisk14-res_fax_digium-{VERSION}.rpm</pre></div></div>

<p>Once upgraded, I issued another full update again to verify everything is good</p>

<div class="wp_syntax"><div class="code"><pre class="text" style="font-family:monospace;">yum update</pre></div></div>

<p>&#8220;No Packages marked for Update&#8221;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.overfrown.com/2010/09/asterisknow-fax-for-asterisk-dependency-issues-during-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To: Install ffmpeg on CentOS or Redhat using up2date or yum</title>
		<link>http://www.overfrown.com/2009/09/how-to-install-ffmpeg-on-centos-or-redhat-using-up2date-or-yum/</link>
		<comments>http://www.overfrown.com/2009/09/how-to-install-ffmpeg-on-centos-or-redhat-using-up2date-or-yum/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 18:02:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.overfrown.com/?p=10</guid>
		<description><![CDATA[Easy instructions for installing ffmpeg on CentOS or Redhat using up2date or yum.]]></description>
			<content:encoded><![CDATA[<p>There are a bunch of instructions out there for installing ffmpeg. I found really easy instructions using yum, but I needed to use up2date. So I figured I would compile my steps.</p>
<p>First, make sure you&#8217;re logged in as root:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">su</span> -</pre></div></div>

<p><strong>Install with up2date:</strong></p>
<p>1. Add the following line to <em>/etc/sysconfig/rhn/sources</em>:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">yum dag http:<span style="color: #000000; font-weight: bold;">//</span>apt.sw.be<span style="color: #000000; font-weight: bold;">/</span>redhat<span style="color: #000000; font-weight: bold;">/</span>el4<span style="color: #000000; font-weight: bold;">/</span>en<span style="color: #000000; font-weight: bold;">/</span><span style="color: #007800;">$ARCH</span><span style="color: #000000; font-weight: bold;">/</span>dag</pre></div></div>

<p><em>Note: Your source line may be different depending on your release. You can find the correct line to use here: <a href="http://dag.wieers.com/rpm/FAQ.php#B5" target="_blank">http://dag.wieers.com/rpm/FAQ.php#B5</a></em></p>
<p>2. Add the following line to <em>/etc/ld.so.conf</em>:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>lib</pre></div></div>

<p>3. Finally, execute each of the following in order:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">ldconfig <span style="color: #660033;">-v</span>
rpm <span style="color: #660033;">-Uvh</span> <span style="color: #c20cb9; font-weight: bold;">ftp</span>:<span style="color: #000000; font-weight: bold;">//</span>rpmfind.net<span style="color: #000000; font-weight: bold;">/</span>linux<span style="color: #000000; font-weight: bold;">/</span>dag<span style="color: #000000; font-weight: bold;">/</span>redhat<span style="color: #000000; font-weight: bold;">/</span>el4<span style="color: #000000; font-weight: bold;">/</span>en<span style="color: #000000; font-weight: bold;">/</span>i386<span style="color: #000000; font-weight: bold;">/</span>dag<span style="color: #000000; font-weight: bold;">/</span>RPMS<span style="color: #000000; font-weight: bold;">/</span>rpmforge-release-0.3.6-1.el4.rf.i386.rpm
up2date <span style="color: #c20cb9; font-weight: bold;">ffmpeg</span> ffmpeg-devel</pre></div></div>

<p><em>Note: Your rpm may be different depending on your release. You can find the correct rpm to use here: <a href="http://www.rpmfind.net/linux/rpm2html/search.php?query=rpmforge-release" target="_blank">http://www.rpmfind.net/linux/rpm2html/search.php?query=rpmforge-release</a></em></p>
<p><strong>- Or &#8211; Install with yum:</strong></p>
<p>1. Create and add the following to <em>/etc/yum.repos.d/dag.repo</em>:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>dag<span style="color: #7a0874; font-weight: bold;">&#93;</span>
<span style="color: #007800;">name</span>=Dag RPM Repository <span style="color: #000000; font-weight: bold;">for</span> Red Hat Enterprise Linux
<span style="color: #007800;">baseurl</span>=http:<span style="color: #000000; font-weight: bold;">//</span>apt.sw.be<span style="color: #000000; font-weight: bold;">/</span>redhat<span style="color: #000000; font-weight: bold;">/</span>el<span style="color: #007800;">$releasever</span><span style="color: #000000; font-weight: bold;">/</span>en<span style="color: #000000; font-weight: bold;">/</span><span style="color: #007800;">$basearch</span><span style="color: #000000; font-weight: bold;">/</span>dag
<span style="color: #007800;">gpgcheck</span>=<span style="color: #000000;">1</span>
<span style="color: #007800;">enabled</span>=<span style="color: #000000;">1</span></pre></div></div>

<p>2. Add the following line to <em>/etc/ld.so.conf</em>:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>lib</pre></div></div>

<p>3. Finally, execute each of the following in order:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">ldconfig <span style="color: #660033;">-v</span>
rpm <span style="color: #660033;">-Uvh</span> <span style="color: #c20cb9; font-weight: bold;">ftp</span>:<span style="color: #000000; font-weight: bold;">//</span>rpmfind.net<span style="color: #000000; font-weight: bold;">/</span>linux<span style="color: #000000; font-weight: bold;">/</span>dag<span style="color: #000000; font-weight: bold;">/</span>redhat<span style="color: #000000; font-weight: bold;">/</span>el4<span style="color: #000000; font-weight: bold;">/</span>en<span style="color: #000000; font-weight: bold;">/</span>i386<span style="color: #000000; font-weight: bold;">/</span>dag<span style="color: #000000; font-weight: bold;">/</span>RPMS<span style="color: #000000; font-weight: bold;">/</span>rpmforge-release-0.3.6-1.el4.rf.i386.rpm
yum update
yum <span style="color: #c20cb9; font-weight: bold;">install</span> <span style="color: #c20cb9; font-weight: bold;">ffmpeg</span> ffmpeg-devel</pre></div></div>

<p><em>Note: Your rpm may be different depending on your release You can find the correct rpm to use here: <a href="http://www.rpmfind.net/linux/rpm2html/search.php?query=rpmforge-release" target="_blank">http://www.rpmfind.net/linux/rpm2html/search.php?query=rpmforge-release</a></em></p>
<p><strong>You&#8217;re finished!</strong> You can find the PHP extension here: <a href="http://ffmpeg-php.sourceforge.net" target="_blank">http://ffmpeg-php.sourceforge.net</a></p>
<p>I found the original yum instructions here: <a href="http://www.crucialp.com/resources/tutorials/server-administration/how-to-install-ffmpeg-centos-rhel-redhat-enterprise-easy-way.php">http://www.crucialp.com/resources/tutorials/server-administration/how-to-install-ffmpeg-centos-rhel-redhat-enterprise-easy-way.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.overfrown.com/2009/09/how-to-install-ffmpeg-on-centos-or-redhat-using-up2date-or-yum/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

