ISPConfig & Zend

Discussion in 'General' started by royrobinson, Aug 2, 2007.

  1. royrobinson

    royrobinson New Member

    Guys

    Please can you advise how to get the latest Zend Optimizer working alongs side ISPConfig, but can seem to get it yet!

    I have followed the the link: http://www.howtoforge.com/linux_apache2_ssl_php5_zendoptimizer_ioncubeloader

    My server has 2.2.15 loaded and working fine, but I am installing who.is onto a website created on the systems, but it needs Zend loading. I have created a "phpinfo.php" file to show the php Info, but it shows that Zend 2.10 is installed, but I need to update to 3.3.0, please can you advise how to got about it.

    Thanks again for a great product.

    Roy.
     
  2. till

    till Super Moderator Staff Member ISPConfig Developer

    There is nothing special for ISPConfig as ISPconfig uses the php from your linux distribution. Just follow the installation instructions from Zend.
     
  3. royrobinson

    royrobinson New Member

    Till

    Thanks for you info, because I followed the Doc show above it asked me to move the location of the ZendOptimizer file, thus when I ran ./install.sh it could find the relevant info, so re-tar'd the tar file and re ran and it install properly, thanks.
     
  4. oxxmoxx

    oxxmoxx New Member

    Hi there,

    yes, i think, it's been a while that written in this thread, but i have found a short step-by-step installation instruction that works fine:

    1. #> cd /usr/src
    2. #> wget http://downloads.zend.com/optimizer/3.3.3/ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz
    3. #> tar xvzf ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz
    4. #> cd ZendOptimizer-3.3.3-linux-glibc23-i386
    5. #> ./install.sh

    For all who are looking for a simple way to install the zend optimizer :)

    Alex
     

Share This Page