This is the command I'm using... but it seems to ignore several options..
namely libjpeg libtiff libpng libXpm pdflib fdftk etc... even gd is off...
Jon Harrell
jharrell at dlc4me dot com
./configure --with-ming --with-fdftk-dir=/usr/lib/fdftk --with-mysql
--with-imagick --with-pdflib-dir=/usr/lib/pdflib
--enable-force-cgi-redirect --enable-discard-path --with-pear --with-ftp
--with-bz2 --with-cpdf --with-openssl
--with-jpeg-dir=/usr/lib/libjpeg.so.62 --with-png-dir=/usr/lib/libpng.so.3
--with-tiff-dir=/usr/lib/libtiff.so.3 --with-zlib-dir=/lib/libz.so.1.1.4
result:
(...)
checking for OpenSSL support... yes
checking for OpenSSL version... >= 0.9.5
checking for CRYPTO_free in -lcrypto... (cached) yes
checking for SSL_CTX_set_ssl_version in -lssl... (cached) yes
checking for crypt in -lcrypt... (cached) yes
Configuring extensions
checking for ZLIB support... no
checking if the location of ZLIB install directory is defined... no
checking for gzgets in -lz... (cached) yes
checking whether to enable bc style precision math functions... no
checking for BZip2 support... yes
checking for BZip2 in default path... found in /usr
checking for BZ2_bzerror in -lbz2... (cached) yes
checking whether to enable calendar conversion support... no
checking for cpdflib support... no
checking for CRACKlib support... no
checking whether to enable ctype functions... yes
checking for CURL support... no
checking for cyrus imap support... no
checking for xDBM support... no
checking whether to enable DBA... no
checking for GDBM support... no
checking for NDBM support... no
checking for Berkeley DB2 support... no
checking for Berkeley DB3 support... no
checking for DBM support... no
checking for CDB support... no
checking for FlatFile support... no
checking whether to enable DBA interface... no
checking whether to enable dbase support... no
checking whether to enable dbx support... no
checking whether to enable direct I/O support... no
checking for DOM support... no
checking for DOM XSLT support... no
checking for DOM EXSLT support... no
checking whether to enable EXIF (metadata from images) support... no
checking for FrontBase SQL92 (fbsql) support... no
checking for FDF support... no
checking whether to enable the bundled filePro support... no
checking for FriBidi support... no
checking whether to enable FTP support... no
checking for GD support... no
checking for the location of libjpeg... no
checking for the location of libpng... no
checking for the location of libXpm... no
checking for FreeType 1.x support... no
checking for FreeType 2... no
checking for T1lib support... no
checking whether to enable truetype string function in GD... no
checking for GNU gettext support... no
checking for GNU MP support... no
checking for hwapi support... no
checking for Hyperwave support... no
checking for iconv support... no
checking for IMAP support... no
checking for Informix support... no
checking for Ingres II support... no
checking for InterBase support... no
checking for IRCG support... no
checking for Java support... no
checking for LDAP support... no
checking whether to enable multibyte string support... no
checking whether to enable multibyte regex support... no
checking for MCAL support... no
checking for mcrypt support... no
checking for MCVE support... no
checking for mhash support... no
checking whether to enable mime_magic support... no
checking for MING support... yes
checking for sin in -lm... (cached) yes
checking for Ming_useSWFVersion in -lming... (cached) yes
checking for destroySWFBlock... missing
checking for mnoGoSearch support... no
checking for msession support... no
checking for mSQL support... no
checking for MSSQL support via FreeTDS... no
checking for MySQL support... yes
checking for specified location of the MySQL UNIX socket... yes
(...)
checking for PDFlib support... no
checking for the location of libtiff... no
Jon Harrell