Datasheet
P1: KTX
WY027-01 WY027-Mercer WY027-v2.cls June 5, 2004 0:44
Chapter 1
Figure 1-2
You can use the Konquerer file-management tool to view the contents of the compressed file. Figure 1-4
shows some of the contents in the tar file.
You also could use Konquerer to copy all of the compressed file’s contents directly to another folder, but
doing so will make your compilation fail cryptically (meaning you’ll get strange error messages that
won’t help you figure out what’s wrong). Instead, make sure to use the following command from the
terminal (see Figure 1-5) to uncompress the files:
tar -xvzf php-5.0(insert the rest of the version number here).tar.gz
Next, use the cd command to change to the PHP5 distribution directory:
cd php-5.0(insert the rest of the version number here)
10