By karthikvenkatadri on
hi all..we have installed the Drupal 5.x Beta version and configuring a portal for our college..there is a status report being displayed saying the GD library is not installed(the message: GD LIBRARY FOR PHP IS MISSING OR OUTDATED)..we need suggestions on this..how do we rectify this..
--thanks
Comments
This is not drupal's fault.
Anyway, depending on your environment here's what you can do (would've been nice if you provided more infos):
* If you're in a shared host environment, ask your host company.
* If your php installation is a part of your linux distribution, read the docs of this distribution or find newer installation packages.
* If you want to compile PHP yourself be shure to use
--with-gdin your configure statement. I also needed--with-jpegand--with-jpeg-dir=/usr/libto have full GD support on my SuSE 9.1 linux with self compiled PHP 5.2.0.