so i can use phpinfo() to grab my current configure options, and add this --with-gd option
And then
make
make install
if the ./configure fails for some reasons. as long as i don't run make
make install
my php will be fine.
if ./configure succeeds, then
make
make install
will simply do the job.
Right?
Thanks!