If you try to install GD with:
1 |
cpan install gd |
and you receive the message: “Could not find gdlib-config”
then first type:
1 |
yum install gd gd-devel |
and then install GD via cpan
Checked on Centos 5 and perl 5.8.8