freetype
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ft] My "FreeType Support" PHP compilation doesn't work


From: thomas Armstrong
Subject: [ft] My "FreeType Support" PHP compilation doesn't work
Date: Fri, 30 Jun 2006 11:51:28 +0200

Hi.

I compiled PHP by using:
--------------
'./configure' '--prefix=/usr/local/php'
'--with-apxs2=/usr/local/httpd/bin/apxs'
'--with-mysql=/usr/local/mysql'
'--with-curl=/usr/local/include/curl' '--with-gd=/usr/local/gd'
'--with-zlib-dir=/usr/local/zlib' '-with-jpeg-dir=/usr/local/jpeg-6b'
'--with-ttf=/usr/include/freetype2'
'--with-freetype-dir=/usr/include/freetype2'
make
make install
(apache reload)
---------------------

I think it's the right directory for '--with-freetype-dir', because:
[]# freetype-config --cflags
-I/usr/include/freetype2

But "FreeType Support" doesn't work (it doesn't appear on my phpinfo).

I used this packages:
php-4.3.10
zlib-1.2.2
mysql-3.23.58
jpeg-6b
httpd-2.0.52
gd-2.0.33
curl-7.14.0

All of them compiled from the source files, except 'freetype-2.1.7-4',
which I installed from RPM.

What am I doing wrong? Thank you very much.

PS: This is another machine, different from another thread I submitted
to this mailing list.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]