php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #31367 FreeType Support and imagettftext function not enabled
Submitted: 2004-12-31 14:22 UTC Modified: 2005-01-02 07:36 UTC
From: santiago at elserver dot com Assigned:
Status: Not a bug Package: GD related
PHP Version: 4.3.10 OS: Linux
Private report: No CVE-ID: None
 [2004-12-31 14:22 UTC] santiago at elserver dot com
Description:
------------
Even with this options in the configure the Freetype support wont show up on phpinfo() and the imagettftext function will not be compiled.

--with-gd \
--with-jpeg-dir=/usr \
--with-png-dir=/usr \
--with-zlib \
--with-freetype-dir=/usr \
--enable-gd-native-ttf \

In order to enable it, edit Makefile, add at the top of it "HAVE_LIBFREETYPE = 1" (without quotas) and make && make install


Actual result:
--------------
Working

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-01-02 07:36 UTC] sniper@php.net
Sorry, but your problem does not imply a bug in PHP itself.  For a
list of more appropriate places to ask for help using PHP, please
visit http://www.php.net/support.php as this bug system is not the
appropriate forum for asking support questions. 

Thank you for your interest in PHP.

Ask install support questions on the proper mailing list.

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Wed Sep 18 22:01:26 2024 UTC