Hello,
I've been running php/apache/etc locally on my powerbook for a long time, but am having problems activating freetype with a new version of php.
I'm using:
php 4.4.0
freetype 2.1.10 (compiled from source)
gd 2.0.28 (came with php)
PHP configures, makes, and installed just fine with this config line:
./configure --with-zlib-dir=/usr/include --with-libjpeg=/sw --with-libtiff=/sw --with-libpng=/sw --with-freetype-dir=/usr/X11R6/ --with-gd --enable-gd-native-ttf --with-png-dir=/sw --with-mysql=/sw --with-xml --with-jpeg-dir=/sw --with-apxs
No error when running config - it says it can find FreeType, and the gd ttf function integrator.
The problem is, I don't get FreeType support - the gd section of my phpinfo doesn't have entries for FreeType Support and FreeType Linkage. Have read all over, seems like I'm doing everything right, any ideas?
I've been running php/apache/etc locally on my powerbook for a long time, but am having problems activating freetype with a new version of php.
I'm using:
php 4.4.0
freetype 2.1.10 (compiled from source)
gd 2.0.28 (came with php)
PHP configures, makes, and installed just fine with this config line:
./configure --with-zlib-dir=/usr/include --with-libjpeg=/sw --with-libtiff=/sw --with-libpng=/sw --with-freetype-dir=/usr/X11R6/ --with-gd --enable-gd-native-ttf --with-png-dir=/sw --with-mysql=/sw --with-xml --with-jpeg-dir=/sw --with-apxs
No error when running config - it says it can find FreeType, and the gd ttf function integrator.
The problem is, I don't get FreeType support - the gd section of my phpinfo doesn't have entries for FreeType Support and FreeType Linkage. Have read all over, seems like I'm doing everything right, any ideas?