php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #42122 can not configure with freetype2 font enable in gd lib
Submitted: 2007-07-27 10:47 UTC Modified: 2007-07-28 04:03 UTC
From: hoangvanthang at gmail dot com Assigned: pajoye (profile)
Status: Not a bug Package: GD related
PHP Version: 5.2.3 OS: linux ubuntu breezy
Private report: No CVE-ID: None
 [2007-07-27 10:47 UTC] hoangvanthang at gmail dot com
Description:
------------
Hello!
I have a problem with build php_5.2.3
This is my "Configure Command":

'./configure' '--prefix=/wwwroot/php' '--with-config-file-path=/wwwroot/php' '--with-mysql=/usr/local/mysql' '--with-apxs2=/wwwroot/bin/apxs' '--with-t1lib=/usr/local/include' '--with-gd' '--enable-gd-native-ttf' '--enable-gd-imgstrttf' '--with-freetype-dir=/usr/local/freetype-2.3.5' '--with-zlib-dir=/usr/lib' '--with-png-dir=/usr/local/lib' '--without-pear' '--enable-debug'

and i got phpinfo() result:

gd
GD Support 	enabled
GD Version 	bundled (2.0.34 compatible)
GIF Read Support 	enabled
GIF Create Support 	enabled
PNG Support 	enabled
WBMP Support 	enabled
XBM Support 	enabled

So not enable FreeType2 in GD lib. 
(I was installed : freetype-2.3.5 before)

Please help me! I need GD with eabled freefont2. 







Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-07-27 12:05 UTC] pajoye@php.net
You have to install the development package (-devel).

If you still have problems after having installed them or if you did install them, please reopen this bug and post a link to your config.status and config.log

not a bug >  bogus.

 [2007-07-28 04:03 UTC] hoangvanthang at gmail dot com
Great!
That's helped, it worked with php5.2 development package.
Thanks so much!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu May 02 05:01:31 2024 UTC