I've got a jpg image generator that works on one server but not on another. Same script and same GD setup. I'm not sure if this revolves around the version of freetype or not. Does anyone have an clue? Info below:
Check this out:
http://www.vaxcave.com/trigo/banner/banner...lly+is+teh+suck
My ./configure line looks like this:
./configure --with-apxs=/usr/local/apache/bin/apxs --with-xml --enable-bcmath --enable-calendar --enable-ftp --with-gd --with-jpeg-dir=/usr/local --with-png-dir=/usr --with-xpm-dir=/usr/X11R6 --with-freetype-dir=/usr/include/freetype2 --with-imap --with-imap-ssl --with-kerberos --enable-magic-quotes --with-mysql --enable-discard-path --with-pear --enable-sockets --enable-track-vars --enable-versioning --with-zlib
gdinfo() looks like this:
Array
(
[GD Version] => bundled (2.0.28 compatible)
[FreeType Support] => 1
[FreeType Linkage] => with freetype
[T1Lib Support] =>
[GIF Read Support] => 1
[GIF Create Support] => 1
[JPG Support] => 1
[PNG Support] => 1
[WBMP Support] => 1
[XBM Support] => 1
[JIS-mapped Japanese Font Support] =>
)