i have GD2 compiled and installed in /usr/local/bin and /usr/local/lib.
however, the "php 4.1.2" that is shown by phpinfo says GD1 is compiled in. meaning i need a newer version of php that i build and point to GD2, correct?
in the ./configure i need to use the '--with-gd=/usr/local/bin', correct?
how does it know to look for its .so's in /usr/local/lib?
also, what about these as listed from --help?
--with-jpeg-dir[=DIR] GD: Set the path to libjpeg install prefix.
--with-png-dir[=DIR] GD: Set the path to libpng install prefix.
--with-zlib-dir[=DIR] GD: Set the path to libz install prefix.
--with-xpm-dir[=DIR] GD: Set the path to libXpm install prefix.
--with-ttf[=DIR] GD: Include FreeType 1.x support
do i need new versions of these packages as well?
where would i get them all at?
thanks much,
steve