<HTML><HEAD>
<META content="text/html; charset=utf-8" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 9.00.8112.16430"></HEAD>
<BODY style="MARGIN: 4px 4px 1px; FONT: 10pt Segoe UI" bgColor=#ffffff text=#000000>
<DIV>I downloaded the current Zendto 4.02-1 64bit Centos vm, did a yum update zendto and compared the installed packages.</DIV>
<DIV> </DIV>
<DIV>Somehow I had missed the php52-pear, php52-pecl-apc and php52-pecl-memcache packages during the upgrade from Zendto version 3.63. I installed those three packages and the Upload progress bar now works with the useRealProgressBar set to 'TRUE'. - (yea fixed one).</DIV>
<DIV> </DIV>
<DIV>During the upgrade, I followed the docs from the zend.to website for the upgrade to 4.02, however I could not get the package names to match up during the php rpmbuild section on CentOS and found a google post referencing the problem I was having (perhaps we could add the relevant bits to the website).</DIV>
<DIV> </DIV>
<DIV>Note: the rpmbuild %{dist} tag isn't defined on CentOS 5 because it isn't in /etc/rpm/macros.disttag<BR>So when "rpmbuild -ba php52.spec" generates the binary files the resulting binary files have a double dot in the file names.<BR>Reference: <A href="http://stackoverflow.com/questions/5135502/rpmbuild-dist-not-defined-on-centos-5-5">http://stackoverflow.com/questions/5135502/rpmbuild-dist-not-defined-on-centos-5-5</A></DIV>
<DIV> </DIV>
<DIV>Options are:<BR>Option 1: Do nothing an let rpmbuild create the binary with the double periods just like the text: <BR> rpmbuild -ba php52.spec</DIV>
<DIV> </DIV>
<DIV>Option 2: Specify the 'dist' during the rpmbuild.<BR> rpmbuild -ba --define 'dist el5' php52.spec</DIV>
<DIV> </DIV>
<DIV>Question: After building the PHP packages, could the installed PHP packages be left on the vm?</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>I also noted that the Centos 4.02-1 vm has a bunch of -devel- packages installed which where probably used during a PHP upgrade. I noticed the -devel- as I had read /opt/zendto/docs/building-vm/HOWTO-CentOS.txt where you removed the -devel- packages as part of the CentOS build (BTW... I loved that you left the txt files).</DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV>Julian, thank you for your considerable efforts on this product!</DIV>
<DIV> </DIV>
<DIV>Brad</DIV>
<DIV> </DIV>
<DIV><BR>>>> On 6/15/2011 at 4:02 AM, Jules <Jules@zend.to> wrote:<BR></DIV>
<TABLE style="MARGIN: 0px 0px 0px 15px; FONT-SIZE: 1em" border=0 bgColor=#f3f3f3>
<TBODY>
<TR>
<TD>
<DIV style="BORDER-LEFT: #050505 1px solid; PADDING-LEFT: 7px">
<BLOCKQUOTE cite=mid:4DF78DDC.9070907@open.ac.uk type="cite">
<DIV>Have you installed php-pecl-apc? You need to install the apc package, as it's not usually included in systems by default.<BR></DIV>
<DIV>Jules<BR><BR>-- <BR>Julian Field MEng CITP CEng<BR><A class=moz-txt-link-abbreviated href="http://www.Zend.To">www.Zend.To</A><BR><BR>Follow me at twitter.com/JulesFM<BR>PGP footprint: EE81 D763 3DB0 0BFD E1DC 7222 11F6 5947 1415 B654<BR><BR>'All programs have a desire to be useful' - Tron, 1982<BR></DIV></BLOCKQUOTE></DIV></TD></TR></TBODY></TABLE></BODY></HTML>