Re: My "FreeType Support" compilation doesn't work
- From: David Haynes <david.haynes2@xxxxxxxxxxxx>
- Date: Thu, 29 Jun 2006 12:53:31 -0400
francescomoi@xxxxxxx wrote:
Hi.--with-freetype_dir should point to the installed location of freetype2.
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).
What am I doing wrong? Thank you very much.
Unless you set --prefix, this would be /usr/local.
-david-
.
- References:
- My "FreeType Support" compilation doesn't work
- From: francescomoi
- My "FreeType Support" compilation doesn't work
- Prev by Date: My "FreeType Support" compilation doesn't work
- Next by Date: Change HTML
- Previous by thread: My "FreeType Support" compilation doesn't work
- Next by thread: Change HTML
- Index(es):
Relevant Pages
|