php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34169 PHP 5.04 and GD 2.0.33 and Freetype problem
Submitted: 2005-08-17 15:37 UTC Modified: 2005-08-17 15:49 UTC
From: tomasz at smialowski dot info Assigned:
Status: Not a bug Package: GD related
PHP Version: 5.0.4 OS: FreeBSD 5.3
Private report: No CVE-ID: None
 [2005-08-17 15:37 UTC] tomasz at smialowski dot info
Description:
------------
Have problems with installing php with extern gd library (2.0.33) compiled with freefont 2 support... 

I need an extern version of gd because the one included in php distribution doesn't have freetype support...

i make gd with quite success:
(http://www.smialowski.info/docs/config_gd.txt)
I installed the pnglib and gdconfig can't find it but this is the least problem as i heard that if i don't need png i don't have to include it in the config... 

then i make php with the following configuration:
(http://www.smialowski.info/docs/config_php.txt)

and i get error:
(http://www.smialowski.info/docs/error_php.txt)

Everything is fine (except that i don't have freetype support) when i'm doing the php config with:
(http://www.smialowski.info/docs/config_php2.txt)

I have read bugs with gd problems (specially #31043) but it didn't help...

What can be the problem ?
Am i missing something ?


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-08-17 15:49 UTC] derick@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.  Due to the volume
of reports we can not explain in detail here why your report is not
a bug.  The support channels will be able to provide an explanation
for you.

Thank you for your interest in PHP.

Your configureline is extremely bogus (never add /lib yourself) and so is your statement that the bundled GD doesn't support FreeType2.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Jun 07 23:01:32 2024 UTC