enable GD support in php

Ambitious contributor
21Feb2009,14:02   #1
Safari's Avatar
My Client just purchased new server and he does not have the GD enabled and so would like to know how can I do this ?
Go4Expert Founder
21Feb2009,14:06   #2
shabbir's Avatar
Normally PHP comes with a bundled GD and check out the phpinfo Also try the following command

Code:
yum install php- gd
and it would show if latest GD is installed or not.
Ambitious contributor
21Feb2009,14:10   #3
Safari's Avatar
Thanks for that and would let know the outcome