<?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 Macro Rant</title>
	<atom:link href="http://rdylina.castlerockcorp.com/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://rdylina.castlerockcorp.com</link>
	<description>Perspective &#38; Information - Shaken not Stirred</description>
	<lastBuildDate>Wed, 25 Jan 2012 03:28:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>Comment on XAMPP on 64 Unix Operating Systems by John</title>
		<link>http://rdylina.castlerockcorp.com/2009/01/19/xampp-on-64-unix-operating-systems/comment-page-1/#comment-2323</link>
		<dc:creator>John</dc:creator>
		<pubDate>Wed, 25 Jan 2012 03:28:42 +0000</pubDate>
		<guid isPermaLink="false">http://rdylina.castlerockcorp.com/?p=5#comment-2323</guid>
		<description>I got xampp-linux-1.7.4 working on CentOS 6.2 64bit by:
yum install -y glibc*i686
and didn&#039;t have to comment out the line in lampp

Thanks,</description>
		<content:encoded><![CDATA[<p>I got xampp-linux-1.7.4 working on CentOS 6.2 64bit by:<br />
yum install -y glibc*i686<br />
and didn&#8217;t have to comment out the line in lampp</p>
<p>Thanks,</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XAMPP on 64 Unix Operating Systems by humanbeing</title>
		<link>http://rdylina.castlerockcorp.com/2009/01/19/xampp-on-64-unix-operating-systems/comment-page-1/#comment-2153</link>
		<dc:creator>humanbeing</dc:creator>
		<pubDate>Mon, 17 Oct 2011 01:55:28 +0000</pubDate>
		<guid isPermaLink="false">http://rdylina.castlerockcorp.com/?p=5#comment-2153</guid>
		<description>Its works on my Ubuntu Linux 10.04.3.

Would it be stable ? Cause it seems that we are forcing a 32bit software under 64bit OS.
Any one found problem after this ?
For me running this tips on production server little bit risky,... but i&#039;ve no other option.
Suggestion are welcome at hum4nb31ng[at]gmail(dot)com.

Thanks</description>
		<content:encoded><![CDATA[<p>Its works on my Ubuntu Linux 10.04.3.</p>
<p>Would it be stable ? Cause it seems that we are forcing a 32bit software under 64bit OS.<br />
Any one found problem after this ?<br />
For me running this tips on production server little bit risky,&#8230; but i&#8217;ve no other option.<br />
Suggestion are welcome at hum4nb31ng[at]gmail(dot)com.</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XAMPP on 64 Unix Operating Systems by amit naik</title>
		<link>http://rdylina.castlerockcorp.com/2009/01/19/xampp-on-64-unix-operating-systems/comment-page-1/#comment-2101</link>
		<dc:creator>amit naik</dc:creator>
		<pubDate>Wed, 07 Sep 2011 07:25:50 +0000</pubDate>
		<guid isPermaLink="false">http://rdylina.castlerockcorp.com/?p=5#comment-2101</guid>
		<description>bingo!!

I was using the ubuntu 10.10 with 64bits . I got the same error.
what i did is i just commented the code which is at /opt/lampp/lampp file line number 78 to 90 and ran the command form terminal &quot;sudo apt-get install ia32-libs&quot; .

now everything is working fine!! 

Thanks.</description>
		<content:encoded><![CDATA[<p>bingo!!</p>
<p>I was using the ubuntu 10.10 with 64bits . I got the same error.<br />
what i did is i just commented the code which is at /opt/lampp/lampp file line number 78 to 90 and ran the command form terminal &#8220;sudo apt-get install ia32-libs&#8221; .</p>
<p>now everything is working fine!! </p>
<p>Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XAMPP on 64 Unix Operating Systems by Bruno</title>
		<link>http://rdylina.castlerockcorp.com/2009/01/19/xampp-on-64-unix-operating-systems/comment-page-1/#comment-1999</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Fri, 15 Jul 2011 03:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://rdylina.castlerockcorp.com/?p=5#comment-1999</guid>
		<description>Very thankyou, it helps a lot, really!</description>
		<content:encoded><![CDATA[<p>Very thankyou, it helps a lot, really!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XAMPP on 64 Unix Operating Systems by kadm</title>
		<link>http://rdylina.castlerockcorp.com/2009/01/19/xampp-on-64-unix-operating-systems/comment-page-1/#comment-1856</link>
		<dc:creator>kadm</dc:creator>
		<pubDate>Sun, 05 Jun 2011 04:29:44 +0000</pubDate>
		<guid isPermaLink="false">http://rdylina.castlerockcorp.com/?p=5#comment-1856</guid>
		<description>Worked for me on Linux Mint Debian Edition amd64, after dropping xampp at /opt I ran

$ sudo apt-get install ia32-libs

and change ownership of htdocs/

$ sudo chown username:username -Rv /opt/lampp/htdocs

(just replace username by your own) Then we should grant the httpd permissions to write in those directories, so execute a

$ gksu gedit /opt/lampp/etc/httpd.conf

or the editor of your choice and look for the lines 

User nobody
Group nogroup

edit the first one and replace nobody with your username. Leave Group as is. Then we should restart the apache server with

$ sudo /opt/lampp/lampp restart

and after restarted point a browser to http://localhost/xampp/phpinfo.php and you get everything running up!

A last Note: After getting apache running you still can receive an error like &#039;Existing configuration file (./config.inc.php) is not readable.&#039; when browsing to phpmyadmin. To fix this just change ownership of this file:

$ sudo chown username:username /opt/lampp/phpmyadmin/config.inc.php

replacing username by yours. Thanks to Codex-M and his guide to do it for Ubuntu at devshed.com</description>
		<content:encoded><![CDATA[<p>Worked for me on Linux Mint Debian Edition amd64, after dropping xampp at /opt I ran</p>
<p>$ sudo apt-get install ia32-libs</p>
<p>and change ownership of htdocs/</p>
<p>$ sudo chown username:username -Rv /opt/lampp/htdocs</p>
<p>(just replace username by your own) Then we should grant the httpd permissions to write in those directories, so execute a</p>
<p>$ gksu gedit /opt/lampp/etc/httpd.conf</p>
<p>or the editor of your choice and look for the lines </p>
<p>User nobody<br />
Group nogroup</p>
<p>edit the first one and replace nobody with your username. Leave Group as is. Then we should restart the apache server with</p>
<p>$ sudo /opt/lampp/lampp restart</p>
<p>and after restarted point a browser to <a href="http://localhost/xampp/phpinfo.php" rel="nofollow">http://localhost/xampp/phpinfo.php</a> and you get everything running up!</p>
<p>A last Note: After getting apache running you still can receive an error like &#8216;Existing configuration file (./config.inc.php) is not readable.&#8217; when browsing to phpmyadmin. To fix this just change ownership of this file:</p>
<p>$ sudo chown username:username /opt/lampp/phpmyadmin/config.inc.php</p>
<p>replacing username by yours. Thanks to Codex-M and his guide to do it for Ubuntu at devshed.com</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XAMPP on 64 Unix Operating Systems by rdylina</title>
		<link>http://rdylina.castlerockcorp.com/2009/01/19/xampp-on-64-unix-operating-systems/comment-page-1/#comment-1770</link>
		<dc:creator>rdylina</dc:creator>
		<pubDate>Wed, 18 May 2011 21:38:03 +0000</pubDate>
		<guid isPermaLink="false">http://rdylina.castlerockcorp.com/?p=5#comment-1770</guid>
		<description>&lt;a href=&quot;#comment-1684&quot; rel=&quot;nofollow&quot;&gt;@Flip &lt;/a&gt; 
Tell you what guys. I&#039;ll load up the current ubuntu 11 build and see what I can do. There seems to be a lot of demand for this.</description>
		<content:encoded><![CDATA[<p><a href="#comment-1684" rel="nofollow">@Flip </a><br />
Tell you what guys. I&#8217;ll load up the current ubuntu 11 build and see what I can do. There seems to be a lot of demand for this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XAMPP on 64 Unix Operating Systems by Bruno</title>
		<link>http://rdylina.castlerockcorp.com/2009/01/19/xampp-on-64-unix-operating-systems/comment-page-1/#comment-1701</link>
		<dc:creator>Bruno</dc:creator>
		<pubDate>Sat, 07 May 2011 02:27:39 +0000</pubDate>
		<guid isPermaLink="false">http://rdylina.castlerockcorp.com/?p=5#comment-1701</guid>
		<description>Boaa! Para mim funcionou perfeitamente!
Obrigado!</description>
		<content:encoded><![CDATA[<p>Boaa! Para mim funcionou perfeitamente!<br />
Obrigado!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XAMPP on 64 Unix Operating Systems by Flip</title>
		<link>http://rdylina.castlerockcorp.com/2009/01/19/xampp-on-64-unix-operating-systems/comment-page-1/#comment-1684</link>
		<dc:creator>Flip</dc:creator>
		<pubDate>Mon, 02 May 2011 09:48:12 +0000</pubDate>
		<guid isPermaLink="false">http://rdylina.castlerockcorp.com/?p=5#comment-1684</guid>
		<description>same prob like Andrew and amcmillin
any solutions?? :) im using ubuntu 11</description>
		<content:encoded><![CDATA[<p>same prob like Andrew and amcmillin<br />
any solutions?? <img src='http://rdylina.castlerockcorp.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  im using ubuntu 11</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XAMPP on 64 Unix Operating Systems by amcmillin</title>
		<link>http://rdylina.castlerockcorp.com/2009/01/19/xampp-on-64-unix-operating-systems/comment-page-1/#comment-1445</link>
		<dc:creator>amcmillin</dc:creator>
		<pubDate>Tue, 25 Jan 2011 21:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://rdylina.castlerockcorp.com/?p=5#comment-1445</guid>
		<description>Seems like this wont be working for me either. I am having the same issue as Andrew did. All lib&#039;s updated, etc..</description>
		<content:encoded><![CDATA[<p>Seems like this wont be working for me either. I am having the same issue as Andrew did. All lib&#8217;s updated, etc..</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XAMPP on 64 Unix Operating Systems by Jon</title>
		<link>http://rdylina.castlerockcorp.com/2009/01/19/xampp-on-64-unix-operating-systems/comment-page-1/#comment-1341</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Fri, 23 Jul 2010 22:14:05 +0000</pubDate>
		<guid isPermaLink="false">http://rdylina.castlerockcorp.com/?p=5#comment-1341</guid>
		<description>Unfortunately this does not seem to work on Ubuntu 10.4.  Great find though!</description>
		<content:encoded><![CDATA[<p>Unfortunately this does not seem to work on Ubuntu 10.4.  Great find though!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

