Fedora Core 3 Missing PHP-GD
Top : SAFE
| Article ID: |
 |
000009 |
| Rating: |
 |
5.0 / 5.0 (6 votes)
|
| Views: |
 |
16565 |
|
|
Default Installs of Fedora Core 3 with Apache and PHP do not include a required GD library. GD is installed, but the missing PHP-GD is needed to run web applications that need GD.
|
If you have Fedora Core 3 installed with Apache and PHP (installed from the CD), you will need to download and install the PHP-GD rpm in order for web applications that use the GD library to work.
To do this, from shell type yum install php-gd
It will prompt you to enter y/N to confirm, type y then enter. You are done.
|