<?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 Nils Preusker</title>
	<atom:link href="http://www.nilspreusker.de/?feed=comments-rss2" rel="self" type="application/rss+xml" />
	<link>http://www.nilspreusker.de</link>
	<description>pragmatic technologist</description>
	<lastBuildDate>Mon, 15 Aug 2011 02:23:47 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
	<item>
		<title>Comment on Compiling and Installing mod_auth_mysql on OS X 10.5.6 by Ryan</title>
		<link>http://www.nilspreusker.de/?p=232&#038;cpage=1#comment-543</link>
		<dc:creator>Ryan</dc:creator>
		<pubDate>Mon, 15 Aug 2011 02:23:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.nilspreusker.de/?p=232#comment-543</guid>
		<description><![CDATA[After running the sudo xarg command I get the following error.  Do you know why? 

FYI: This path doesn&#039;t exist on my computer &quot;/usr/include/apache2&quot; not sure why it&#039;s outputted.  I&#039;m guessing this is why the command errors out. Any help is appreciated.

/usr/share/apr-1/build-1/libtool --silent --mode=compile gcc    -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -I/usr/local/include -I/usr/include/apache2  -I/usr/include/apr-1   -I/usr/include/apr-1  -arch x86_64 -I/usr/local/mysql/include/mysql/-L/usr/local/mysql/lib/ -Dlmysqlclient  -c -o mod_auth_mysql.lo mod_auth_mysql.c &amp;&amp; touch mod_auth_mysql.slo
env: gcc: No such file or directory
apxs:Error: Command failed with rc=65536
.]]></description>
		<content:encoded><![CDATA[<p>After running the sudo xarg command I get the following error.  Do you know why? </p>
<p>FYI: This path doesn&#8217;t exist on my computer &#8220;/usr/include/apache2&#8243; not sure why it&#8217;s outputted.  I&#8217;m guessing this is why the command errors out. Any help is appreciated.</p>
<p>/usr/share/apr-1/build-1/libtool &#8211;silent &#8211;mode=compile gcc    -DDARWIN -DSIGPROCMASK_SETS_THREAD_MASK -I/usr/local/include -I/usr/include/apache2  -I/usr/include/apr-1   -I/usr/include/apr-1  -arch x86_64 -I/usr/local/mysql/include/mysql/-L/usr/local/mysql/lib/ -Dlmysqlclient  -c -o mod_auth_mysql.lo mod_auth_mysql.c &amp;&amp; touch mod_auth_mysql.slo<br />
env: gcc: No such file or directory<br />
apxs:Error: Command failed with rc=65536<br />
.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on POST Attributes with Restlet 2 by myr</title>
		<link>http://www.nilspreusker.de/?p=366&#038;cpage=1#comment-542</link>
		<dc:creator>myr</dc:creator>
		<pubDate>Wed, 01 Jun 2011 10:38:01 +0000</pubDate>
		<guid isPermaLink="false">http://www.nilspreusker.de/?p=366#comment-542</guid>
		<description><![CDATA[Hi,
in my case (restlet jee 2.1m4) my serverResource didn&#039;t get any representation sent by POST until I sent it in the following way (form.getWebRepresentation()) from my client:

Form form = new Form();
etc.
Request request = new Request(method, reference, form.getWebRepresentation());
etc.

Only in this way my 
@Post
	public Representation acceptItem(Representation entity) {..}
or
@Post
	public Representation acceptItem(Form entity) {..}

actually receive a not-null argument.]]></description>
		<content:encoded><![CDATA[<p>Hi,<br />
in my case (restlet jee 2.1m4) my serverResource didn&#8217;t get any representation sent by POST until I sent it in the following way (form.getWebRepresentation()) from my client:</p>
<p>Form form = new Form();<br />
etc.<br />
Request request = new Request(method, reference, form.getWebRepresentation());<br />
etc.</p>
<p>Only in this way my<br />
@Post<br />
	public Representation acceptItem(Representation entity) {..}<br />
or<br />
@Post<br />
	public Representation acceptItem(Form entity) {..}</p>
<p>actually receive a not-null argument.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on POST Attributes with Restlet 2 by Devin</title>
		<link>http://www.nilspreusker.de/?p=366&#038;cpage=1#comment-540</link>
		<dc:creator>Devin</dc:creator>
		<pubDate>Wed, 25 May 2011 19:14:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.nilspreusker.de/?p=366#comment-540</guid>
		<description><![CDATA[God thank you.  I spent about a day trying everything I could think to try and figure out how to send a post with parameters.  It&#039;s not very well documented on the restlet site, but what I was trying to do is working now.]]></description>
		<content:encoded><![CDATA[<p>God thank you.  I spent about a day trying everything I could think to try and figure out how to send a post with parameters.  It&#8217;s not very well documented on the restlet site, but what I was trying to do is working now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Find out which applications are listening to which port on Mac OSX by nils</title>
		<link>http://www.nilspreusker.de/?p=254&#038;cpage=1#comment-529</link>
		<dc:creator>nils</dc:creator>
		<pubDate>Tue, 28 Dec 2010 20:31:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.nilspreusker.de/?p=254#comment-529</guid>
		<description><![CDATA[That one is much better actually :) Thanks for sharing Scott!]]></description>
		<content:encoded><![CDATA[<p>That one is much better actually <img src='http://www.nilspreusker.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thanks for sharing Scott!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Find out which applications are listening to which port on Mac OSX by Scott Soleas</title>
		<link>http://www.nilspreusker.de/?p=254&#038;cpage=1#comment-528</link>
		<dc:creator>Scott Soleas</dc:creator>
		<pubDate>Tue, 28 Dec 2010 08:01:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.nilspreusker.de/?p=254#comment-528</guid>
		<description><![CDATA[This one works nice as well :) 

lsof -i tcp:8080]]></description>
		<content:encoded><![CDATA[<p>This one works nice as well <img src='http://www.nilspreusker.de/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  </p>
<p>lsof -i tcp:8080</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Maven Dependency Conflicts by Dhamodharan Krishnan</title>
		<link>http://www.nilspreusker.de/?p=270&#038;cpage=1#comment-527</link>
		<dc:creator>Dhamodharan Krishnan</dc:creator>
		<pubDate>Mon, 08 Nov 2010 14:05:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.nilspreusker.de/?p=270#comment-527</guid>
		<description><![CDATA[Thanks for sharing two ideas at the same time . You are great Nils. You saved plenty of my time.]]></description>
		<content:encoded><![CDATA[<p>Thanks for sharing two ideas at the same time . You are great Nils. You saved plenty of my time.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling and Installing mod_auth_mysql on OS X 10.5.6 by nils</title>
		<link>http://www.nilspreusker.de/?p=232&#038;cpage=1#comment-525</link>
		<dc:creator>nils</dc:creator>
		<pubDate>Wed, 05 May 2010 20:11:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.nilspreusker.de/?p=232#comment-525</guid>
		<description><![CDATA[Hi Andy, sorry, can&#039;t help you there. I&#039;ve only tried this on 10.5.x.

Good luck and let us know if you get it to work,
Nils]]></description>
		<content:encoded><![CDATA[<p>Hi Andy, sorry, can&#8217;t help you there. I&#8217;ve only tried this on 10.5.x.</p>
<p>Good luck and let us know if you get it to work,<br />
Nils</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling and Installing mod_auth_mysql on OS X 10.5.6 by 4nd</title>
		<link>http://www.nilspreusker.de/?p=232&#038;cpage=1#comment-524</link>
		<dc:creator>4nd</dc:creator>
		<pubDate>Wed, 05 May 2010 18:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.nilspreusker.de/?p=232#comment-524</guid>
		<description><![CDATA[I also get the Symbol not found error, has anyone got this working on 10.6?]]></description>
		<content:encoded><![CDATA[<p>I also get the Symbol not found error, has anyone got this working on 10.6?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Eclipse on Snow Leopard (10.6.2) by sandeep</title>
		<link>http://www.nilspreusker.de/?p=300&#038;cpage=1#comment-522</link>
		<dc:creator>sandeep</dc:creator>
		<pubDate>Wed, 17 Mar 2010 14:13:15 +0000</pubDate>
		<guid isPermaLink="false">http://www.nilspreusker.de/?p=300#comment-522</guid>
		<description><![CDATA[man you are life saver....]]></description>
		<content:encoded><![CDATA[<p>man you are life saver&#8230;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Compiling and Installing mod_auth_mysql on OS X 10.5.6 by jaxchow</title>
		<link>http://www.nilspreusker.de/?p=232&#038;cpage=1#comment-520</link>
		<dc:creator>jaxchow</dc:creator>
		<pubDate>Mon, 08 Mar 2010 10:35:58 +0000</pubDate>
		<guid isPermaLink="false">http://www.nilspreusker.de/?p=232#comment-520</guid>
		<description><![CDATA[localhost:~ jaxchow$ apachectl configtest
httpd: Syntax error on line 489 of /private/etc/apache2/httpd.conf: Syntax error on line 3 of /private/etc/apache2/other/httpd-mysql.conf: Cannot load /usr/libexec/apache2/mod_auth_mysql.so into server: dlopen(/usr/libexec/apache2/mod_auth_mysql.so, 10): Symbol not found: _make_scrambled_password\n  Referenced from: /usr/libexec/apache2/mod_auth_mysql.so\n  Expected in: dynamic lookup\n

why?]]></description>
		<content:encoded><![CDATA[<p>localhost:~ jaxchow$ apachectl configtest<br />
httpd: Syntax error on line 489 of /private/etc/apache2/httpd.conf: Syntax error on line 3 of /private/etc/apache2/other/httpd-mysql.conf: Cannot load /usr/libexec/apache2/mod_auth_mysql.so into server: dlopen(/usr/libexec/apache2/mod_auth_mysql.so, 10): Symbol not found: _make_scrambled_password\n  Referenced from: /usr/libexec/apache2/mod_auth_mysql.so\n  Expected in: dynamic lookup\n</p>
<p>why?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
