<?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/"
		>
<channel>
	<title>Comments for fredericiana</title>
	<atom:link href="http://fredericiana.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://fredericiana.com</link>
	<description>Open Source, The Web, And German-American Oddities</description>
	<lastBuildDate>Sat, 13 Mar 2010 07:43:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on pdftk 1.41 for Mac OS X 10.6 by Theo Denovan</title>
		<link>http://fredericiana.com/2010/03/01/pdftk-1-41-for-mac-os-x-10-6/comment-page-1/#comment-253454</link>
		<dc:creator>Theo Denovan</dc:creator>
		<pubDate>Sat, 13 Mar 2010 07:43:55 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=2628#comment-253454</guid>
		<description>Thank you!! You&#039;re a legend.</description>
		<content:encoded><![CDATA[<p>Thank you!! You&#8217;re a legend.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on pdftk 1.41 for Mac OS X 10.6 by Azhrei</title>
		<link>http://fredericiana.com/2010/03/01/pdftk-1-41-for-mac-os-x-10-6/comment-page-1/#comment-253405</link>
		<dc:creator>Azhrei</dc:creator>
		<pubDate>Fri, 12 Mar 2010 20:19:19 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=2628#comment-253405</guid>
		<description>Actually, it might be better to edit ~/.MacOSX/environment.plist because that file is parsed and variables are created by the window manager.  That means the PATH variable will always be up to date, even if not executed from a Terminal.</description>
		<content:encoded><![CDATA[<p>Actually, it might be better to edit ~/.MacOSX/environment.plist because that file is parsed and variables are created by the window manager.  That means the PATH variable will always be up to date, even if not executed from a Terminal.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on pdftk 1.41 for Mac OS X 10.6 by Robert Wilde</title>
		<link>http://fredericiana.com/2010/03/01/pdftk-1-41-for-mac-os-x-10-6/comment-page-1/#comment-253395</link>
		<dc:creator>Robert Wilde</dc:creator>
		<pubDate>Fri, 12 Mar 2010 18:35:41 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=2628#comment-253395</guid>
		<description>If you find typing &quot;pdftk&quot; doesn&#039;t work after installing you may need to add &quot;/usr/local/bin/&quot; to your PATH.

Do this by changing your path reference in your &quot;.profile&quot; file in your home directory. It&#039;s a hidden file if you can&#039;t find it.

Mine ended up looking like:
PATH=&quot;/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/mysql/bin:/usr/local/bin&quot;</description>
		<content:encoded><![CDATA[<p>If you find typing &#8220;pdftk&#8221; doesn&#8217;t work after installing you may need to add &#8220;/usr/local/bin/&#8221; to your PATH.</p>
<p>Do this by changing your path reference in your &#8221;.profile&#8221; file in your home directory. It&#8217;s a hidden file if you can&#8217;t find it.</p>
<p>Mine ended up looking like:<br />
PATH=&#8221;/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/mysql/bin:/usr/local/bin&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on pdftk 1.41 for Mac OS X 10.6 by Fred</title>
		<link>http://fredericiana.com/2010/03/01/pdftk-1-41-for-mac-os-x-10-6/comment-page-1/#comment-253388</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Fri, 12 Mar 2010 17:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=2628#comment-253388</guid>
		<description>Azhrei: Oh no! I can reproduce. Thanks for the hint! I&#039;ll look into it and see what I can find out. If you find out what the problem is, please let me know as well!</description>
		<content:encoded><![CDATA[<p>Azhrei: Oh no! I can reproduce. Thanks for the hint! I&#8217;ll look into it and see what I can find out. If you find out what the problem is, please let me know as well!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on pdftk 1.41 for Mac OS X 10.6 by Azhrei</title>
		<link>http://fredericiana.com/2010/03/01/pdftk-1-41-for-mac-os-x-10-6/comment-page-1/#comment-253387</link>
		<dc:creator>Azhrei</dc:creator>
		<pubDate>Fri, 12 Mar 2010 16:57:07 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=2628#comment-253387</guid>
		<description>Thanks Fred, I&#039;ve been looking for something like this. :)

However, it&#039;s not working for me. :(  I&#039;m running the latest 10.6.2 (including the Safari patch that just came out yesterday!) and I&#039;m getting a SIGSEGV when trying to perform a &quot;cat&quot; operation on an input PDF.  For example, the following works:

pdftk existing.pdf output new.pdf

But this one fails with a SEGV:

pdftk existing.pdf cat 1-23 output new.pdf

I&#039;m somewhat new to development on OSX and I can&#039;t find anything like the Linux strace(1) utility so I can&#039;t tell what&#039;s causing the SEGV!?  I&#039;ll be doing some more Google&#039;ing on this, but I&#039;ll come back here over the next few days as well.

Thanks for your work in putting this together!  I built gcj on 10.6.2 but got Abort&#039;s when gcj tried to execute ecj1 so after tinkering with it for a few hours I gave up. :(</description>
		<content:encoded><![CDATA[<p>Thanks Fred, I&#8217;ve been looking for something like this. <img src='http://fredericiana.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>However, it&#8217;s not working for me. <img src='http://fredericiana.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' />   I&#8217;m running the latest 10.6.2 (including the Safari patch that just came out yesterday!) and I&#8217;m getting a SIGSEGV when trying to perform a &#8220;cat&#8221; operation on an input PDF.  For example, the following works:</p>
<p>pdftk existing.pdf output new.pdf</p>
<p>But this one fails with a SEGV:</p>
<p>pdftk existing.pdf cat 1-23 output new.pdf</p>
<p>I&#8217;m somewhat new to development on OSX and I can&#8217;t find anything like the Linux strace(1) utility so I can&#8217;t tell what&#8217;s causing the SEGV!?  I&#8217;ll be doing some more Google&#8217;ing on this, but I&#8217;ll come back here over the next few days as well.</p>
<p>Thanks for your work in putting this together!  I built gcj on 10.6.2 but got Abort&#8217;s when gcj tried to execute ecj1 so after tinkering with it for a few hours I gave up. <img src='http://fredericiana.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updating the Mozilla Public License by Fred</title>
		<link>http://fredericiana.com/2010/03/10/updating-the-mozilla-public-license/comment-page-1/#comment-253337</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Fri, 12 Mar 2010 06:59:02 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=2632#comment-253337</guid>
		<description>Toe: I passed on your comment, and if someone comes up with better wording, we&#039;ll change it :)

&quot;Yo Ma Ma&quot;: I don&#039;t know who you are referring to by &quot;you people&quot; but this is one of the biggest concerns business people have with copyleft Open Source licenses. I personally am an Open Source guy, I don&#039;t have this problem.</description>
		<content:encoded><![CDATA[<p>Toe: I passed on your comment, and if someone comes up with better wording, we&#8217;ll change it <img src='http://fredericiana.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>&#8220;Yo Ma Ma&#8221;: I don&#8217;t know who you are referring to by &#8220;you people&#8221; but this is one of the biggest concerns business people have with copyleft Open Source licenses. I personally am an Open Source guy, I don&#8217;t have this problem.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updating the Mozilla Public License by Yo Ma Ma</title>
		<link>http://fredericiana.com/2010/03/10/updating-the-mozilla-public-license/comment-page-1/#comment-253329</link>
		<dc:creator>Yo Ma Ma</dc:creator>
		<pubDate>Fri, 12 Mar 2010 04:17:24 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=2632#comment-253329</guid>
		<description>“taint” ??

what is wrong with you people?</description>
		<content:encoded><![CDATA[<p>“taint” ??</p>
<p>what is wrong with you people?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updating the Mozilla Public License by Toe</title>
		<link>http://fredericiana.com/2010/03/10/updating-the-mozilla-public-license/comment-page-1/#comment-253289</link>
		<dc:creator>Toe</dc:creator>
		<pubDate>Thu, 11 Mar 2010 20:05:53 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=2632#comment-253289</guid>
		<description>Small comment about the site: &#039;Welcome to the process&#039;?  There&#039;s gotta be a better way to word that...</description>
		<content:encoded><![CDATA[<p>Small comment about the site: &#8216;Welcome to the process&#8217;?  There&#8217;s gotta be a better way to word that&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updating the Mozilla Public License by Ian M</title>
		<link>http://fredericiana.com/2010/03/10/updating-the-mozilla-public-license/comment-page-1/#comment-253254</link>
		<dc:creator>Ian M</dc:creator>
		<pubDate>Thu, 11 Mar 2010 15:53:07 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=2632#comment-253254</guid>
		<description>As well as Apache license compatibility, I would dearly love to see LGPL/GPL compatibility.</description>
		<content:encoded><![CDATA[<p>As well as Apache license compatibility, I would dearly love to see LGPL/GPL compatibility.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Updating the Mozilla Public License by Fred</title>
		<link>http://fredericiana.com/2010/03/10/updating-the-mozilla-public-license/comment-page-1/#comment-253169</link>
		<dc:creator>Fred</dc:creator>
		<pubDate>Wed, 10 Mar 2010 21:42:43 +0000</pubDate>
		<guid isPermaLink="false">http://fredericiana.com/?p=2632#comment-253169</guid>
		<description>I agree, if you don&#039;t want copyleft, don&#039;t use it. I was more wondering if it&#039;ll be easier to explain to people if they can use MPL code in their (or even as the base of their) web application without having to open up their entire code base. (Which, as I understand, is the main concern of the people who are strong advocated of BSD, like commercial users of Django, for example).</description>
		<content:encoded><![CDATA[<p>I agree, if you don&#8217;t want copyleft, don&#8217;t use it. I was more wondering if it&#8217;ll be easier to explain to people if they can use MPL code in their (or even as the base of their) web application without having to open up their entire code base. (Which, as I understand, is the main concern of the people who are strong advocated of BSD, like commercial users of Django, for example).</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Dynamic page generated in 0.060 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2010-03-16 12:52:47 -->
