>trying to get the built in gd to work without luck >I am using redhat and it has gd 1.8.4(or something) >but the newer compiled version does not seem to install. > >I check with phpinfo and it just says 1.6.2 or higher >but none of the 2.* functions work so I assume the >new gd did not install. my config line looks like this.. >./configure --with-apxs=/usr/sbin/apxs --with-mysql=/usr --with-ttf=/usr >--enable-track-vars --enable-ftp --enable-imap --enable-ssl >--enable-versioning --enable-trans-sid --enable-sysvsem >--with-config-file-path=/etc --with-gd
Or --with-gd=/full/path/to/gd/but/not/include/just/gd if you want the one you've installed. And, if you don't throw in --with-jpeg and --with-png and so on, then your GD won't do much, unless those are on by default, and ./configure can find them correctly. -- Like Music? http://l-i-e.com/artists.htm -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php