<?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>HostOnNet.com &#187; error</title>
	<atom:link href="http://blog.hostonnet.com/tag/error/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.hostonnet.com</link>
	<description>Windows, Linux, Ubuntu, Web Hosting</description>
	<lastBuildDate>Mon, 07 Jun 2010 08:14:59 +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>ffmpeg-php  undefined symbol php_gd_gdImageSetPixel</title>
		<link>http://blog.hostonnet.com/ffmpeg-php-undefined-symbol-php_gd_gdimagesetpixel</link>
		<comments>http://blog.hostonnet.com/ffmpeg-php-undefined-symbol-php_gd_gdimagesetpixel#comments</comments>
		<pubDate>Sat, 13 Feb 2010 19:14:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[ffmpeg-php]]></category>
		<category><![CDATA[gd]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.hostonnet.com/?p=206</guid>
		<description><![CDATA[When i install ffmpeg-php on a plesk server, i got following error PHP Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/ffmpeg.so' - /usr/lib/php/modules/ffmpeg.so: undefined symbol: php_gd_gdImageSetPixel in Unknown on line 0 This is caused by loading ffmpeg.so before gd.so To fix the error, i edited vi /etc/php.d/gd.ini added following as last line extension=ffmpeg.so]]></description>
			<content:encoded><![CDATA[<p>When i install ffmpeg-php on a plesk server, i got following error</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">PHP Warning:  PHP Startup: Unable to load dynamic library <span style="color: #ff0000;">'/usr/lib/php/modules/ffmpeg.so'</span> - <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>lib<span style="color: #000000; font-weight: bold;">/</span>php<span style="color: #000000; font-weight: bold;">/</span>modules<span style="color: #000000; font-weight: bold;">/</span>ffmpeg.so: undefined symbol: php_gd_gdImageSetPixel <span style="color: #000000; font-weight: bold;">in</span> Unknown on line <span style="color: #000000;">0</span></pre></div></div>

<p>This is caused by loading ffmpeg.so before gd.so</p>
<p>To fix the error, i edited</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #c20cb9; font-weight: bold;">vi</span> <span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>php.d<span style="color: #000000; font-weight: bold;">/</span>gd.ini</pre></div></div>

<p>added following as last line</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #007800;">extension</span>=ffmpeg.so</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.hostonnet.com/ffmpeg-php-undefined-symbol-php_gd_gdimagesetpixel/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>fipscheck conflicts with fipscheck-lib-1.2.0-1.el5.x86_64</title>
		<link>http://blog.hostonnet.com/fipscheck-conflicts-with-fipscheck-lib-1-2-0-1-el5-x86_64</link>
		<comments>http://blog.hostonnet.com/fipscheck-conflicts-with-fipscheck-lib-1-2-0-1-el5-x86_64#comments</comments>
		<pubDate>Sat, 30 Jan 2010 18:05:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fipscheck]]></category>
		<category><![CDATA[yum]]></category>
		<category><![CDATA[yum update]]></category>

		<guid isPermaLink="false">http://blog.hostonnet.com/?p=177</guid>
		<description><![CDATA[When i run yum update i get error &#91;root@server12 ~&#93;# yum update ..... ..... some text removed ..... ERROR with rpm_check_debug vs depsolve: fipscheck conflicts with fipscheck-lib-1.2.0-1.el5.x86_64 Complete! &#40;1, &#91;'Please report this error in bugzilla'&#93;&#41; &#91;root@server12 ~&#93;# This is caused by both 32 and 64 bit version installed. &#91;root@server12 ~&#93;# rpm -qa fipscheck fipscheck-1.0.3-1.el5 fipscheck-1.0.3-1.el5 [...]]]></description>
			<content:encoded><![CDATA[<p>When i run yum update i get error</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>server12 ~<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># yum update</span>
.....
..... some text removed
.....
ERROR with rpm_check_debug vs depsolve:
fipscheck conflicts with fipscheck-lib-1.2.0-1.el5.x86_64
Complete<span style="color: #000000; font-weight: bold;">!</span>
<span style="color: #7a0874; font-weight: bold;">&#40;</span><span style="color: #000000;">1</span>, <span style="color: #7a0874; font-weight: bold;">&#91;</span><span style="color: #ff0000;">'Please report this error in bugzilla'</span><span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #7a0874; font-weight: bold;">&#41;</span>
<span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>server12 ~<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;">#</span></pre></div></div>

<p>This is caused by both 32 and 64 bit version installed.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>server12 ~<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;"># rpm -qa fipscheck</span>
fipscheck-1.0.3-1.el5
fipscheck-1.0.3-1.el5
<span style="color: #7a0874; font-weight: bold;">&#91;</span>root<span style="color: #000000; font-weight: bold;">@</span>server12 ~<span style="color: #7a0874; font-weight: bold;">&#93;</span><span style="color: #666666; font-style: italic;">#</span></pre></div></div>

<p>I got the error fixed by</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">yum remove fipscheck</pre></div></div>

<p>This will also remove package &#8220;nss_ldap&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.hostonnet.com/fipscheck-conflicts-with-fipscheck-lib-1-2-0-1-el5-x86_64/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
