<?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 on: Installing Zend Server CE on Ubuntu</title>
	<atom:link href="http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/</link>
	<description>A personal blog</description>
	<lastBuildDate>Thu, 18 Feb 2010 19:42:04 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: perry</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-13312</link>
		<dc:creator>perry</dc:creator>
		<pubDate>Sun, 17 Jan 2010 01:12:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-13312</guid>
		<description>another way to deal with the 

“SQLSTATE[HY000] [2002] Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock’ (2) ”

issue

is to do a

sudo ln -s /usr/local/zend/mysql/tmp/mysql.sock /tmp/mysql.sock

however, i would like to point out...

that i just this week, got my Zend Server CE working with my Eclipse on my 27 inch Imac...

and i NEED to be able to trace debug!

it&#039;s just the way i operate

so.....

i don&#039;t know

all i know is that Zend made it *so* easy for me to setup...

so i won&#039;t be wasting anytime HIGHLY recommending Zend to my future clients!

I&#039;ve never seen a work environment (Zend, Php 5.3, Mac Leopard OS X 10.6, MySQL, Apache) work so well, so quickly, so intuitively....

i&#039;ve been doing C++ and Java for almost two decades...

and from where I am sitting

PHP is the way to go!

- Perry</description>
		<content:encoded><![CDATA[<p>another way to deal with the </p>
<p>“SQLSTATE[HY000] [2002] Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock’ (2) ”</p>
<p>issue</p>
<p>is to do a</p>
<p>sudo ln -s /usr/local/zend/mysql/tmp/mysql.sock /tmp/mysql.sock</p>
<p>however, i would like to point out&#8230;</p>
<p>that i just this week, got my Zend Server CE working with my Eclipse on my 27 inch Imac&#8230;</p>
<p>and i NEED to be able to trace debug!</p>
<p>it&#8217;s just the way i operate</p>
<p>so&#8230;..</p>
<p>i don&#8217;t know</p>
<p>all i know is that Zend made it *so* easy for me to setup&#8230;</p>
<p>so i won&#8217;t be wasting anytime HIGHLY recommending Zend to my future clients!</p>
<p>I&#8217;ve never seen a work environment (Zend, Php 5.3, Mac Leopard OS X 10.6, MySQL, Apache) work so well, so quickly, so intuitively&#8230;.</p>
<p>i&#8217;ve been doing C++ and Java for almost two decades&#8230;</p>
<p>and from where I am sitting</p>
<p>PHP is the way to go!</p>
<p>- Perry</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: roxanne</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-11472</link>
		<dc:creator>roxanne</dc:creator>
		<pubDate>Wed, 25 Nov 2009 20:51:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-11472</guid>
		<description>About the error message: &quot;SQLSTATE[HY000] [2002] Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock’ (2) &quot;

A simple solution that worked for me was to add the following directive

mysql.default_socket = /var/run/mysqld/mysqld.sock

to  &quot;/usr/local/zend/etc/ext.d/mysql.ini&quot;  file.</description>
		<content:encoded><![CDATA[<p>About the error message: &#8220;SQLSTATE[HY000] [2002] Can’t connect to local MySQL server through socket ‘/tmp/mysql.sock’ (2) &#8221;</p>
<p>A simple solution that worked for me was to add the following directive</p>
<p>mysql.default_socket = /var/run/mysqld/mysqld.sock</p>
<p>to  &#8220;/usr/local/zend/etc/ext.d/mysql.ini&#8221;  file.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tronics</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-10940</link>
		<dc:creator>tronics</dc:creator>
		<pubDate>Sun, 25 Oct 2009 17:44:54 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-10940</guid>
		<description>@johan hmm I&#039;m stuck. There is no &quot;APache eXtenSion tool&quot; apxs in zend server.
I need it to compile mod_wsgi http://code.google.com/p/modwsgi/wiki/QuickInstallationGuide to get Python to run.

Do you have any idea what to do. Install an additional apache is not so cool, what do you think?</description>
		<content:encoded><![CDATA[<p>@johan hmm I&#8217;m stuck. There is no &#8220;APache eXtenSion tool&#8221; apxs in zend server.<br />
I need it to compile mod_wsgi <a href="http://code.google.com/p/modwsgi/wiki/QuickInstallationGuide" rel="nofollow">http://code.google.com/p/modwsgi/wiki/QuickInstallationGuide</a> to get Python to run.</p>
<p>Do you have any idea what to do. Install an additional apache is not so cool, what do you think?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tronics</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-10884</link>
		<dc:creator>tronics</dc:creator>
		<pubDate>Tue, 20 Oct 2009 22:47:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-10884</guid>
		<description>&lt;a href=&quot;#comment-10783&quot; rel=&quot;nofollow&quot;&gt;@johan&lt;/a&gt; 
That is ok. I just keep this uptodate..</description>
		<content:encoded><![CDATA[<p><a href="#comment-10783" rel="nofollow">@johan</a><br />
That is ok. I just keep this uptodate..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johan</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-10783</link>
		<dc:creator>johan</dc:creator>
		<pubDate>Thu, 15 Oct 2009 17:10:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-10783</guid>
		<description>&lt;a href=&quot;#comment-10710&quot; rel=&quot;nofollow&quot;&gt;@tronics&lt;/a&gt; 
It&#039;s good that they update their products and remove the bugs, but as I have currently no use for Zend Server, I don&#039;t follow the news. I did it for the challenge for testing out their product and writing a software review.</description>
		<content:encoded><![CDATA[<p><a href="#comment-10710" rel="nofollow">@tronics</a><br />
It&#8217;s good that they update their products and remove the bugs, but as I have currently no use for Zend Server, I don&#8217;t follow the news. I did it for the challenge for testing out their product and writing a software review.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tronics</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-10710</link>
		<dc:creator>tronics</dc:creator>
		<pubDate>Mon, 12 Oct 2009 21:40:23 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-10710</guid>
		<description>zend-server-framework-dojo 
zend-server-framework-extras 
phpmyadmin-zend-server 

have new names too</description>
		<content:encoded><![CDATA[<p>zend-server-framework-dojo<br />
zend-server-framework-extras<br />
phpmyadmin-zend-server </p>
<p>have new names too</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tronics</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-10700</link>
		<dc:creator>tronics</dc:creator>
		<pubDate>Mon, 12 Oct 2009 10:26:28 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-10700</guid>
		<description>UPDATE (zend changed something):

Repository for 5.3 should be:
deb http://repos.zend.com/zend-server/deb server non-free

And Zend Server Install:
aptitude install zend-server-ce-php-5.3

Regards,
tronics</description>
		<content:encoded><![CDATA[<p>UPDATE (zend changed something):</p>
<p>Repository for 5.3 should be:<br />
deb <a href="http://repos.zend.com/zend-server/deb" rel="nofollow">http://repos.zend.com/zend-server/deb</a> server non-free</p>
<p>And Zend Server Install:<br />
aptitude install zend-server-ce-php-5.3</p>
<p>Regards,<br />
tronics</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johan</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-10188</link>
		<dc:creator>johan</dc:creator>
		<pubDate>Sun, 13 Sep 2009 18:01:31 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-10188</guid>
		<description>&lt;a href=&quot;#comment-10172&quot; rel=&quot;nofollow&quot;&gt;@clint&lt;/a&gt; 
That is what blogs are for; helping people.</description>
		<content:encoded><![CDATA[<p><a href="#comment-10172" rel="nofollow">@clint</a><br />
That is what blogs are for; helping people.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: clint</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-10172</link>
		<dc:creator>clint</dc:creator>
		<pubDate>Sun, 13 Sep 2009 02:02:37 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-10172</guid>
		<description>Your install docs are more accurate than zend&#039;s website. I wouldn&#039;t have completed it without the help of your post. Thanks for the info!</description>
		<content:encoded><![CDATA[<p>Your install docs are more accurate than zend&#8217;s website. I wouldn&#8217;t have completed it without the help of your post. Thanks for the info!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: johan</title>
		<link>http://blog.johan-mares.be/ict/php/installing-zend-server-ce-on-ubuntu/comment-page-1/#comment-9661</link>
		<dc:creator>johan</dc:creator>
		<pubDate>Thu, 20 Aug 2009 17:00:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.johan-mares.be/?p=315#comment-9661</guid>
		<description>&lt;a href=&quot;#comment-9612&quot; rel=&quot;nofollow&quot;&gt;@tronics&lt;/a&gt; 
You can either (re)install Zend Server CE with PHP 5.3 or wait till Zend updates and unifies the repositories (http://www.zend.com/en/products/server-ce/downloads?hpb=server_CE_Download).</description>
		<content:encoded><![CDATA[<p><a href="#comment-9612" rel="nofollow">@tronics</a><br />
You can either (re)install Zend Server CE with PHP 5.3 or wait till Zend updates and unifies the repositories (<a href="http://www.zend.com/en/products/server-ce/downloads?hpb=server_CE_Download" rel="nofollow">http://www.zend.com/en/products/server-ce/downloads?hpb=server_CE_Download</a>).</p>
]]></content:encoded>
	</item>
</channel>
</rss>
