php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2049 Freetype is found but not added
Submitted: 1999-08-13 17:17 UTC Modified: 1999-08-17 14:10 UTC
From: ken at netadventure dot net Assigned:
Status: Closed Package: Installation problem
PHP Version: 4.0 Beta 2 OS: RedHat 6.0
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ken at netadventure dot net
New email:
PHP Version: OS:

 

 [1999-08-13 17:17 UTC] ken at netadventure dot net
I'm trying to install PHP4.0b2 with GD 1.3 and FreeType 1.2. The configure script finds all relative headers and libraries. php_config.h also indicates that everything was found. Compile goes without any problems or errors, but the finished apache binary does not have freetype support.

Configure: ./configure --with-mysql --with-apache=../apache_1.3.6 --with-gd --with-ttf --enable-track-vars

From php_config.h

/* Define if you have the gd library (-lgd). */
#define HAVE_LIBGD 1

/* Define if you have the gd version 1.3 library (-lgd). */
#define HAVE_LIBGD13 1

/* #undef FREETYPE_4BIT_ANTIALIAS_HACK */
/* #undef HAVE_LIBFREETYPE */
#define HAVE_LIBTTF 1
/* define if you want to use the gettext extension */


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-08-17 13:49 UTC] sas at cvs dot php dot net
What do you mean with "does not have freetype support." ?

Do FreeType specific functions fail?

Does "make" fail?

Does Apache not start up?
 [1999-08-17 14:10 UTC] sas at cvs dot php dot net
Ok, this issue should be fixed in CVS/beta3 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat May 11 04:01:32 2024 UTC