At 14:21 Uhr +0200 11.04.2002, Ron Allen wrote:
>I have downloaded the GD library and I am wondering how do I install it..
>
>I unzipped it and put it my root.  I have PHP version 4.1.1.......what else
>is there to do?  Does anybody have any script for me to test it real quick?
>
you will have to compile it.

on unix systems, edit the Makefile (if needed) to correspond to your 
configuration, then type make install.
then you have to recompile php with --with-gd=/path/to/gdlib
then restart apache

but hey, plz read the manuals on php and gdlib before trying!

~Sebastian

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to