Hi,
I fail compile PHP5 without X11on 4.0. To install gd-2.0.33p3 it was
sufficient to extract
libfreetype.so.13.1, libfontconfig.so.3.0 and libexpat.so.5.0 from xbase.
That applies for PHP4-gd, too, but obviously not for PHP5:
[EMAIL PROTECTED] /usr/ports/www/php5/extensions]# env FLAVOR="no_x11 hardened
no_dba no_dbase no_filepro no_imap no_mbstring no_mcrypt no_mhash no_mysql
no_ncurses no_odbc no_pgsql no_shmop no_soap no_snmp no_sqlite no_sybase_ct
no_xmlrpc no_xsl" make
[...]
checking for the location of libXpm... no
checking for FreeType 1.x support... no
checking for FreeType 2... /usr/X11R6
checking for T1lib support... /usr/local
checking whether to enable truetype string function in GD... no
checking whether to enable JIS-mapped Japanese font support in GD... no
checking for fabsf... yes
checking for floorf... yes
checking for jpeg_read_header in -ljpeg... yes
checking for png_write_image in -lpng... yes
If configure fails try --with-xpm-dir=<DIR>
configure: error: freetype2 not found!
*** Error code 1
I also tried to extract libXpm.so.7.0 and /usr/X11R6/include/freetype2, too,
but still no luck, same error message.
Ideas?
Thanks, Helmut