<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
		>
<channel>
	<title>Comments for Andrew E. Bruno</title>
	<atom:link href="http://left.subtree.org/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://left.subtree.org</link>
	<description>A sourceful of secrets</description>
	<lastBuildDate>Tue, 08 Jun 2010 22:31:18 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
	<item>
		<title>Comment on phpLDAPadmin and Kerberos by Ryan Lane</title>
		<link>http://left.subtree.org/2007/06/26/phpldapadmin-and-kerberos/#comment-105</link>
		<dc:creator>Ryan Lane</dc:creator>
		<pubDate>Tue, 08 Jun 2010 22:31:18 +0000</pubDate>
		<guid isPermaLink="false">http://left.subtree.org/2007/06/26/phpldapadmin-and-kerberos/#comment-105</guid>
		<description>Note that your distro may not compile ldap-sasl support into PHP, but may distribute a package that adds this support. You can tell by running ldd on the correct module, and ensuring it links to SASL libraries. For instance, on Red Hat Enterprise Linux, the php-ldap package provides this support:

&lt;pre&gt;
[root@example ~]# rpm -ql php-ldap
/etc/php.d/ldap.ini
/usr/lib64/php/modules/ldap.so
[root@example ~]# ldd /usr/lib64/php/modules/ldap.so
        libsasl2.so.2 =&gt; /usr/lib64/libsasl2.so.2 (0x00002b09b2017000)
        libldap-2.3.so.0 =&gt; /usr/lib64/libldap-2.3.so.0 (0x00002b09b2230000)
        liblber-2.3.so.0 =&gt; /usr/lib64/liblber-2.3.so.0 (0x00002b09b246a000)
        libc.so.6 =&gt; /lib64/libc.so.6 (0x00002b09b2679000)
        libdl.so.2 =&gt; /lib64/libdl.so.2 (0x00002b09b29d0000)
        libresolv.so.2 =&gt; /lib64/libresolv.so.2 (0x00002b09b2bd4000)
        libcrypt.so.1 =&gt; /lib64/libcrypt.so.1 (0x00002b09b2dea000)
        libssl.so.6 =&gt; /lib64/libssl.so.6 (0x00002b09b3022000)
        libcrypto.so.6 =&gt; /lib64/libcrypto.so.6 (0x00002b09b326e000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003530c00000)
        libgssapi_krb5.so.2 =&gt; /usr/lib64/libgssapi_krb5.so.2 (0x00002b09b35c0000)
        libkrb5.so.3 =&gt; /usr/lib64/libkrb5.so.3 (0x00002b09b37ee000)
        libcom_err.so.2 =&gt; /lib64/libcom_err.so.2 (0x00002b09b3a83000)
        libk5crypto.so.3 =&gt; /usr/lib64/libk5crypto.so.3 (0x00002b09b3c86000)
        libz.so.1 =&gt; /usr/lib64/libz.so.1 (0x00002b09b3eab000)
        libkrb5support.so.0 =&gt; /usr/lib64/libkrb5support.so.0 (0x00002b09b40bf000)
        libkeyutils.so.1 =&gt; /lib64/libkeyutils.so.1 (0x00002b09b42c8000)
        libselinux.so.1 =&gt; /lib64/libselinux.so.1 (0x00002b09b44ca000)
        libsepol.so.1 =&gt; /lib64/libsepol.so.1 (0x00002b09b46e3000)
&lt;/pre&gt;

Note above &quot;libsasl2.so.2&quot;.</description>
		<content:encoded><![CDATA[<p>Note that your distro may not compile ldap-sasl support into PHP, but may distribute a package that adds this support. You can tell by running ldd on the correct module, and ensuring it links to SASL libraries. For instance, on Red Hat Enterprise Linux, the php-ldap package provides this support:</p>
<pre>
[root@example ~]# rpm -ql php-ldap
/etc/php.d/ldap.ini
/usr/lib64/php/modules/ldap.so
[root@example ~]# ldd /usr/lib64/php/modules/ldap.so
        libsasl2.so.2 =&gt; /usr/lib64/libsasl2.so.2 (0x00002b09b2017000)
        libldap-2.3.so.0 =&gt; /usr/lib64/libldap-2.3.so.0 (0x00002b09b2230000)
        liblber-2.3.so.0 =&gt; /usr/lib64/liblber-2.3.so.0 (0x00002b09b246a000)
        libc.so.6 =&gt; /lib64/libc.so.6 (0x00002b09b2679000)
        libdl.so.2 =&gt; /lib64/libdl.so.2 (0x00002b09b29d0000)
        libresolv.so.2 =&gt; /lib64/libresolv.so.2 (0x00002b09b2bd4000)
        libcrypt.so.1 =&gt; /lib64/libcrypt.so.1 (0x00002b09b2dea000)
        libssl.so.6 =&gt; /lib64/libssl.so.6 (0x00002b09b3022000)
        libcrypto.so.6 =&gt; /lib64/libcrypto.so.6 (0x00002b09b326e000)
        /lib64/ld-linux-x86-64.so.2 (0x0000003530c00000)
        libgssapi_krb5.so.2 =&gt; /usr/lib64/libgssapi_krb5.so.2 (0x00002b09b35c0000)
        libkrb5.so.3 =&gt; /usr/lib64/libkrb5.so.3 (0x00002b09b37ee000)
        libcom_err.so.2 =&gt; /lib64/libcom_err.so.2 (0x00002b09b3a83000)
        libk5crypto.so.3 =&gt; /usr/lib64/libk5crypto.so.3 (0x00002b09b3c86000)
        libz.so.1 =&gt; /usr/lib64/libz.so.1 (0x00002b09b3eab000)
        libkrb5support.so.0 =&gt; /usr/lib64/libkrb5support.so.0 (0x00002b09b40bf000)
        libkeyutils.so.1 =&gt; /lib64/libkeyutils.so.1 (0x00002b09b42c8000)
        libselinux.so.1 =&gt; /lib64/libselinux.so.1 (0x00002b09b44ca000)
        libsepol.so.1 =&gt; /lib64/libsepol.so.1 (0x00002b09b46e3000)
</pre>
<p>Note above &#8220;libsasl2.so.2&#8243;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database Design with Dia by Andrew</title>
		<link>http://left.subtree.org/2007/12/05/database-design-with-dia/#comment-74</link>
		<dc:creator>Andrew</dc:creator>
		<pubDate>Tue, 11 May 2010 17:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://left.subtree.org/2007/12/05/database-design-with-dia/#comment-74</guid>
		<description>According to the tedia2sql project page &lt;a href=&quot;http://tedia2sql.tigris.org/&quot; rel=&quot;nofollow&quot;&gt;http://tedia2sql.tigris.org/&lt;/a&gt; it should work in Win32 Perl environments.</description>
		<content:encoded><![CDATA[<p>According to the tedia2sql project page <a href="http://tedia2sql.tigris.org/" rel="nofollow">http://tedia2sql.tigris.org/</a> it should work in Win32 Perl environments.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database Design with Dia by dragone_x</title>
		<link>http://left.subtree.org/2007/12/05/database-design-with-dia/#comment-73</link>
		<dc:creator>dragone_x</dc:creator>
		<pubDate>Tue, 11 May 2010 16:16:22 +0000</pubDate>
		<guid isPermaLink="false">http://left.subtree.org/2007/12/05/database-design-with-dia/#comment-73</guid>
		<description>Will tedia2sql work on windows xp with activePerl? any ports available?</description>
		<content:encoded><![CDATA[<p>Will tedia2sql work on windows xp with activePerl? any ports available?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating executable jars with Maven by tommy</title>
		<link>http://left.subtree.org/2008/01/24/creating-executable-jars-with-maven/#comment-67</link>
		<dc:creator>tommy</dc:creator>
		<pubDate>Mon, 12 Apr 2010 01:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://left.subtree.org/2008/01/24/creating-executable-jars-with-maven/#comment-67</guid>
		<description>thanks for the info! its too bad maven doesn&#039;t give as good examples as you</description>
		<content:encoded><![CDATA[<p>thanks for the info! its too bad maven doesn&#8217;t give as good examples as you</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Creating Sparklines with JFreeChart by Neil</title>
		<link>http://left.subtree.org/2007/01/15/creating-sparklines-with-jfreechart/#comment-6</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Fri, 19 Feb 2010 18:05:20 +0000</pubDate>
		<guid isPermaLink="false">http://left.subtree.org/2007/01/14/creating-sparklines-with-jfreechart/#comment-6</guid>
		<description>You probably also want:

y.setAutoRangeIncludesZero(true);</description>
		<content:encoded><![CDATA[<p>You probably also want:</p>
<p>y.setAutoRangeIncludesZero(true);</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rotate Labels JFreeChart by Dang</title>
		<link>http://left.subtree.org/2007/08/14/rotate-labels-jfreechart/#comment-50</link>
		<dc:creator>Dang</dc:creator>
		<pubDate>Wed, 21 Oct 2009 23:36:31 +0000</pubDate>
		<guid isPermaLink="false">http://left.subtree.org/2007/08/14/rotate-labels-jfreechart/#comment-50</guid>
		<description>Thanks a lot for this! I&#039;ve been looking a longgg time for this! JFreeChart is powerful, but it&#039;s so damn complicated at times :)</description>
		<content:encoded><![CDATA[<p>Thanks a lot for this! I&#8217;ve been looking a longgg time for this! JFreeChart is powerful, but it&#8217;s so damn complicated at times :)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rotate Labels JFreeChart by Thom</title>
		<link>http://left.subtree.org/2007/08/14/rotate-labels-jfreechart/#comment-49</link>
		<dc:creator>Thom</dc:creator>
		<pubDate>Fri, 16 Oct 2009 21:55:31 +0000</pubDate>
		<guid isPermaLink="false">http://left.subtree.org/2007/08/14/rotate-labels-jfreechart/#comment-49</guid>
		<description>You saved my life brother! Thanks a lot!</description>
		<content:encoded><![CDATA[<p>You saved my life brother! Thanks a lot!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Database Design with Dia by bluszcz</title>
		<link>http://left.subtree.org/2007/12/05/database-design-with-dia/#comment-57</link>
		<dc:creator>bluszcz</dc:creator>
		<pubDate>Fri, 21 Aug 2009 11:25:21 +0000</pubDate>
		<guid isPermaLink="false">http://left.subtree.org/2007/12/05/database-design-with-dia/#comment-57</guid>
		<description>Have you got idea how to create many to many n:m relation in DIA?</description>
		<content:encoded><![CDATA[<p>Have you got idea how to create many to many n:m relation in DIA?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Rotate Labels JFreeChart by Eduardo Costa</title>
		<link>http://left.subtree.org/2007/08/14/rotate-labels-jfreechart/#comment-48</link>
		<dc:creator>Eduardo Costa</dc:creator>
		<pubDate>Tue, 11 Aug 2009 20:52:11 +0000</pubDate>
		<guid isPermaLink="false">http://left.subtree.org/2007/08/14/rotate-labels-jfreechart/#comment-48</guid>
		<description>Great tip! Thanks a lot!!!</description>
		<content:encoded><![CDATA[<p>Great tip! Thanks a lot!!!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Converting MIF to XML &#8211; Java Version by Marcel</title>
		<link>http://left.subtree.org/2007/01/31/converting-mif-to-xml-java-version/#comment-26</link>
		<dc:creator>Marcel</dc:creator>
		<pubDate>Sat, 18 Jul 2009 19:14:25 +0000</pubDate>
		<guid isPermaLink="false">http://left.subtree.org/2007/01/31/converting-mif-to-xml-java-version/#comment-26</guid>
		<description>I am able to process a large mif file. Next question is how to transform this to docbook5.

Are there xsl examples available to do that? My document includes both framemaker drawings as well as equations.

MT</description>
		<content:encoded><![CDATA[<p>I am able to process a large mif file. Next question is how to transform this to docbook5.</p>
<p>Are there xsl examples available to do that? My document includes both framemaker drawings as well as equations.</p>
<p>MT</p>
]]></content:encoded>
	</item>
</channel>
</rss>
