<?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>blog.tordeu.com &#187; suhosin</title>
	<atom:link href="http://blog.tordeu.com/?feed=rss2&#038;tag=suhosin" rel="self" type="application/rss+xml" />
	<link>http://blog.tordeu.com</link>
	<description>a blog about stuff</description>
	<lastBuildDate>Thu, 25 Apr 2013 07:03:01 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.2</generator>
		<item>
		<title>Error: PHP Startup: Unable to load dynamic library &#8216;/usr/lib/php5/20100525/suhosin.so&#8217; [Debian Wheezy]</title>
		<link>http://blog.tordeu.com/?p=417</link>
		<comments>http://blog.tordeu.com/?p=417#comments</comments>
		<pubDate>Sun, 16 Sep 2012 21:35:57 +0000</pubDate>
		<dc:creator>tordeu</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[suhosin]]></category>

		<guid isPermaLink="false">http://blog.tordeu.com/?p=417</guid>
		<description><![CDATA[The Problem Chances are you have seen the following error message (or else you would probably not have found this post): Error: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/suhosin.so' - /usr/lib/php5/20100525/suhosin.so: cannot open shared object file: No such file or directory in Unknown, line 0 I hope I am not the only one who <a href='http://blog.tordeu.com/?p=417'>[...]</a>]]></description>
				<content:encoded><![CDATA[<h2>The Problem</h2>
<p>Chances are you have seen the following error message (or else you would probably not have found this post):</p>
<pre>Error: PHP Startup: Unable to load dynamic library '/usr/lib/php5/20100525/suhosin.so' -
/usr/lib/php5/20100525/suhosin.so: cannot open shared object file: No such file or directory in Unknown, line 0</pre>
<p>I hope I am not the only one who lived with this message for a while, because everything was working as expected. But even though I never noticed any real problem, the message surely gets on your nerve after a while, so it&#8217;s time to make it go away&#8230;</p>
<p>&nbsp;</p>
<h2>The Solution</h2>
<p>The solution is actually very easy. As mentioned on the <a title="Solution on the Debian Bug Tracking System" href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=666911">Debian Bug Tracking System</a> ages ago, all you need to do is to purge the suhosin package (the php5-suhosin package, to be precise):</p>
<p>sudo aptitude purge php5-suhosin</p>
<p>(In case you have not <a title="How to enable sudo in Linux (here: Debian Squeeze)?" href="http://blog.tordeu.com/?p=31">enabled sudo</a>, just do the usual and run this command as superuser without the sudo.)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tordeu.com/?feed=rss2&#038;p=417</wfw:commentRss>
		<slash:comments>15</slash:comments>
		</item>
	</channel>
</rss>
