Craig Hoffman wrote: > Hey All, > What is the best way to get PHP5 (from MacPorts) to recognize GD2? > Would something like this work: > sudo port install php5 +apache2 +mysql5 +pear +tidy +sqlite +imap > +postgresq +gd2
php5 already ships with gd2 support. There is a gd2 version distributed with the PHP source code which is preferred. You don't need to specify any variants. Rainer _______________________________________________ macports-users mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-users
