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 le-management tool to view the contents of the compressed le. Figure 1-4
shows some of the contents in the tar le.
You also could use Konquerer to copy all of the compressed les contents directly to another folder, but
doing so will make your compilation fail cryptically (meaning youll get strange error messages that
wont help you gure out whats wrong). Instead, make sure to use the following command from the
terminal (see Figure 1-5) to uncompress the les:
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