<?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>Marilyn Burgess &#187; Debian</title>
	<atom:link href="http://marilynburgess.com/category/debian/feed/" rel="self" type="application/rss+xml" />
	<link>http://marilynburgess.com</link>
	<description></description>
	<lastBuildDate>Mon, 29 Aug 2011 16:33:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Will CPAN and Debian ever play nice?</title>
		<link>http://marilynburgess.com/2009/03/will-cpan-and-debian-ever-play-nice/</link>
		<comments>http://marilynburgess.com/2009/03/will-cpan-and-debian-ever-play-nice/#comments</comments>
		<pubDate>Fri, 13 Mar 2009 22:59:59 +0000</pubDate>
		<dc:creator>marilyn</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[Perl/mod_perl]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[CPAN]]></category>

		<guid isPermaLink="false">http://blog.listcentral.me/?p=15</guid>
		<description><![CDATA[Sometimes I feel like the only adult at the playground, desperately trying, in vein, to get the kids to play nice, but they refuse to do so! I love CPAN! There is no other library like it. So well organized, incredibly comprehensive, and an amazingly large contributor base. It is beautiful for the code and [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes I feel like the only adult at the playground, desperately trying, in vein, to get the kids to play nice, but they refuse to do so!</p>
<p>I love <a href="http://search.cpan.org/">CPAN</a>! There is no other library like it. So well organized, incredibly comprehensive, and an amazingly large <a href="http://hexten.net/cpan-faces/">contributor base</a>. It is beautiful for the code and for the community.</p>
<p>I love <a href="http://www.debian.org/">Debian</a>! The best of all Linux distributions, Debian offers usability to the Linux community, even to the server maintainers, and for the most part, applications just plain work when installed via the <a href="http://www.debian.org/doc/manuals/apt-howto/">apt package manager</a>.</p>
<p>In the last year or two its become clear the CPAN and Debian should be put on naughty spots or some other such punishment as their interaction has made me, a long time user of both, very frustrated. I recently started renting a dedicated server from <a href="http://www.serverpronto.com/">ServerPronto</a> in preparation for the upcoming release of List Central. This required that I build a new Debian machine to have all of the applications and modules that I like to use. Everything was going beautifully until I reached the task of installing my 3rd party Perl modules. I&#8217;ve been a Perl programmer for quite a few years now, so my instinct was to go to CPAN and install via the command line. Over and over again the installation of my modules, ones that work perfectly on my home server, failed, with very lengthy and arcane error messages. Through much googling and trail and error I found the answer in pre-built Debian packages that are to be installed via the apt package manager that provide my much loved Perl modules. It took 2 frustrating days to figure out which CPAN modules had a corresponding Debian package to install, and which needed CPAN.</p>
<p>The effort to bring CPAN and Debian into sync is evident in this migration of Perl modules to Debian packages, but it misses the mark. As with many open source projects it seems that the developers have once again forgotten about the user. Why does CPAN burp up a bunch of garbage when I try to install modules that have Debian packages to install instead? Would it really be too hard to have CPAN figure out that I&#8217;m on Debian, and tell me that there is a package that I should be installing instead?</p>
<p>Linux is growing in popularity, and Debian (with <a href="http://www.ubuntu.com/">Ubuntu</a>) is at the forefront.  Communication with the user has to be made a priority, or else frustrations like this one are likely to cause people to go back to the alternatives they are used to.</p>
<h3  class="related_post_title">You might also like...</h3><ul class="related_post"><li><a href="http://marilynburgess.com/2009/07/send-email-from-perl-routed-through-google-apps-smtp/" title="Send email from Perl routed through Google Apps SMTP ">Send email from Perl routed through Google Apps SMTP </a></li><li><a href="http://marilynburgess.com/2009/06/a-brief-history-of-perl/" title="A Brief History of Perl">A Brief History of Perl</a></li><li><a href="http://marilynburgess.com/2009/05/companies-that-use-perl/" title="Companies that Use Perl">Companies that Use Perl</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://marilynburgess.com/2009/03/will-cpan-and-debian-ever-play-nice/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>LAMP at List Central</title>
		<link>http://marilynburgess.com/2009/03/lamp-at-list-central/</link>
		<comments>http://marilynburgess.com/2009/03/lamp-at-list-central/#comments</comments>
		<pubDate>Wed, 11 Mar 2009 22:58:12 +0000</pubDate>
		<dc:creator>marilyn</dc:creator>
				<category><![CDATA[Debian]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Perl/mod_perl]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[LAMP]]></category>
		<category><![CDATA[mod_perl]]></category>

		<guid isPermaLink="false">http://blog.listcentral.me/?p=18</guid>
		<description><![CDATA[For all of those interested, I thought I&#8217;d describe the setup of my server that is home to what will be List Central. List Central runs on a LAMP (Linux, Apache, mySQL, and Perl) server. As List Central is still under development, I&#8217;ve done my best to use all of the most current stable versions [...]]]></description>
			<content:encoded><![CDATA[<p>For all of those interested, I thought I&#8217;d describe the setup of my server that is home to what will be List Central.</p>
<p>List Central runs on a LAMP (Linux, Apache, mySQL, and Perl) server. As List Central is still under development, I&#8217;ve done my best to use all of the most current stable versions of everything. The details are below:</p>
<ul>
<li>Debian Etch</li>
<li>Apache2 (mpm-prefork) Version 2.2</li>
<li>mySQL 5.0</li>
<li>Perl 5.8.8</li>
<li>Mod_perl: libapache2-mod-perl2 Version2.0.2-2.4</li>
<li>Apache Request Library: libapache2-mod-apreq2 Version 2.08-4</li>
<li>PHP 5 installed for WordPress</li>
</ul>
<p>I am quite happy with my current setup, though I&#8217;ll admit that it took me years to get comfortable being a Linux server administrator. Feel free to ask system related questions here.  Discussions between those whom have similar setups are very welcome!</p>
<h3  class="related_post_title">Random Posts</h3><ul class="related_post"><li><a href="http://marilynburgess.com/2010/07/how-come-another-google-suggest-that-makes-you-go-hmm/" title="How come: Another Google Suggest that makes you go hmm">How come: Another Google Suggest that makes you go hmm</a></li><li><a href="http://marilynburgess.com/2010/10/an-update-on-betty-the-spider/" title="An update on Betty the spider">An update on Betty the spider</a></li><li><a href="http://marilynburgess.com/2009/05/companies-that-use-perl/" title="Companies that Use Perl">Companies that Use Perl</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://marilynburgess.com/2009/03/lamp-at-list-central/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

