Most Rated Articles

Installing Apache and Apache Modules the easy way

The Essential steps on how to Sysprep Windows 7

SSH is very much similar to telnet. SSH is a shell program which allows a user remote access and the ability to execute commands over a network.

It is important to protect your wireless networks from unwanted and abusive users. Unauthorized users may reduce the bandwidth and may lock up your network

There are many methods on how to optimize apache. It could be on the software side, but upgrading the hardware also makes a difference.

With Windows 7 as a new OS in the market, one may worry about any problems that could be encountered especially network issues such as compatibility with older OS. Windows 7 might encounter problems communicating with older Windows models such as XP. The following are ways on how to network Windows 7 and XP.

One way of installing windows over the network is through the use of RIS or Remote Installation Services. However, you must have the following prerequisites in order to install Windows over the network.

Installing a printer on a mac is just as easy as installing a printer on an OS of Windows. The following steps are just some of the steps on how to connect your printer a Mac operating system.

Nowadays, it is important to have access to Wi-Fi. However, not everyone has their own internet connection so most people leech wherever there is free Wi-Fi. Most routers with Wi-Fi access require passwords but nowadays, there are other places to look around and search for free Wi-Fi.

Some applications cannot install in Windows 7 due to incompatibility issues. A solution would be to enable XP mode in a virtual environment of Windows 7. This configuration may be used to run and install programs that were incompatible in Windows 7.

Linux  »  Plesk
 Picture

Installing or upgrading Zend Optimizer

By: Jerry Slagger
Date Added : June 4, 2009 Views : 1050




Installing or upgrading the Zend Optimizer pretty easy. Most of the install issues that people have is due to uploading the unzipped files to the server via FTP. This causes some files to not be uploaded as binary and results in errors like ERROR: Executable file: ./php doesn't exist in ./zui_files. It is VERY important that you upload the compressed packaged and unzip it on the server.


1. Download the Zend Optimizer.

2. Upload the gzip file to your server. Place it in a temp directory.

3. Login to your server via the console or ssh.

4. Unpack the compressed file.
# tar xvfz ZendOptimizer-3.3.3-linux-glibc23-i386.tar.gz

5. Change the permissions on the zend directory and install.sh file.
# chmod 777 ZendOptimizer-3.3.3-linux-glibc23-i386
# cd ZendOptimizer-3.3.3-linux-glibc23-i386
# chmod a+x install.sh

5. Run the install script. During the install you should be ok to take all the default options.
# ./install.sh

6. Copy all the [Zend] options from the bottom of php.ini and then delete them from the file.
# vim /etc/php.ini

7. Replace the [Zend] optins in the zend.ini file with the next version option.
# vim /etc/php.d/zend.ini

8. Restart the web server.
# services httpd restart


At this point the new version of the Zend Optimizer should be working as expected. You can check by doing a php --version or looking at phpinfo().

# php version
[root ~]# php --version
PHP 5.2.9 (cli) (built: Mar 10 2009 16:30:52)
Copyright (c) 1997-2009 The PHP Group
Zend Engine v2.2.0, Copyright (c) 1998-2009 Zend Technologies
    with Zend Extension Manager v1.2.2, Copyright (c) 2003-2007, by Zend Technologies
    with Zend Optimizer v3.3.3, Copyright (c) 1998-2007, by Zend Technologies


If you run into problems the Zend Forums is a good place to look for help. Granted, I did not find this info there, or anywhere for that matter so I hope it helps the next person that has issues installing Zend.





Article Categories