<?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>Carsten Lucke &#187; Debian</title>
	<atom:link href="http://lucke.info/tag/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://lucke.info</link>
	<description>personal website and blog</description>
	<lastBuildDate>Fri, 03 Feb 2012 22:34:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Configuration issues with Xdebug on Debian Etch</title>
		<link>http://lucke.info/2008/01/configuration-issues-with-xdebug-on-debian-etch/</link>
		<comments>http://lucke.info/2008/01/configuration-issues-with-xdebug-on-debian-etch/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 18:51:00 +0000</pubDate>
		<dc:creator>luckec</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Xdebug]]></category>

		<guid isPermaLink="false">http://blog.lucke.info/2008/01/30/configuration-issues-with-xdebug-on-debian-etch/</guid>
		<description><![CDATA[In March I will start to give a lecture on web programming at the University of Applied Sciences Rosenheim where I&#8217;ll be using PHP for practical application. This week I started to setup a Debian-based (Etch) web-server with PHP 5.2 in a virtual-machine with VMWare. Part of this setup was getting XDebug2 integrated. It&#8217;s really &#8230; <a href="http://lucke.info/2008/01/configuration-issues-with-xdebug-on-debian-etch/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In March I will start to give a lecture on web programming at the <a title="Hochschule Rosenheim: Startseite" href="http://www.fh-rosenheim.de/">University of Applied Sciences Rosenheim</a> where I&#8217;ll be using PHP for practical application. This week I started to setup a <a title="Debian -- The Universal Operating System" href="http://www.us.debian.org/">Debian</a>-based (Etch) web-server with PHP 5.2 in a virtual-machine with VMWare. Part of this setup was getting <a title="Xdebug - Debugger and Profiler Tool for PHP" href="http://xdebug.org/">XDebug2</a> integrated. It&#8217;s really awesome and my students definitely need to learn about it. Shame on me, because I haven&#8217;t <a title="Xdebug 2 released - Derick Rethans" href="http://derickrethans.nl/xdebug_2_released.php">written Derick a postcard</a>, yet.</p>
<p>Building went well as usual but when I tried to integrate the extension inside php.ini it was all weird. When loading it with</p>
<pre>zend_extension=xdebug.so</pre>
<p>the error log told me:</p>
<p><em>Failed loading xdebug.so:  xdebug.so: cannot open shared object file: No such file or directory</em>.</p>
<p>The <strong>extension_dir</strong> has been properly configured in php.ini and I also have the xdebug.so file in the right place. When loading Xdebug as a normal extension everything went entirely well:</p>
<pre>extension=xdebug.so</pre>
<p>But I need to enable it as Zend extension. Whatever. I finally used the full path to xdebug.so to load it:</p>
<pre>zend_extension=/path/to/extension_dir/xdebug.so</pre>
<p>That worked. But do I have to give a full path here?</p>
]]></content:encoded>
			<wfw:commentRss>http://lucke.info/2008/01/configuration-issues-with-xdebug-on-debian-etch/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>

