php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #74455 Freetype support is disabled
Submitted: 2017-04-16 12:35 UTC Modified: 2017-04-16 14:57 UTC
From: arshidkv12 at gmail dot com Assigned: cmb (profile)
Status: Not a bug Package: GD related
PHP Version: 7.1Git-2017-04-16 (Git) OS: Linux
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: arshidkv12 at gmail dot com
New email:
PHP Version: OS:

 

 [2017-04-16 12:35 UTC] arshidkv12 at gmail dot com
Description:
------------
I compiled GD library on Linux system. But freeType is disabled.
 If I add freeType location (Directory path) then GD extension is not installed.


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2017-04-16 13:38 UTC] cmb@php.net
-Status: Open +Status: Not a bug -Assigned To: +Assigned To: cmb
 [2017-04-16 13:38 UTC] cmb@php.net
If you want to use an external libgd for PHP, this libgd has to be
build with all required packages, so you have to do something
like:

  ./configure --with-freetype[=DIR]
 [2017-04-16 14:53 UTC] arshidkv12 at gmail dot com
I already completed like ./configure --with-freetype[=DIR]
Disabled gd extension at that time.
 [2017-04-16 14:57 UTC] cmb@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.
 [2017-04-16 16:08 UTC] spam2 at rhsoft dot net
> I already completed like ./configure --with-freetype[=DIR]

that makes no sense when you ask for help - hopefully you did not type "--with-freetype[=DIR]" as such in your ./configure and when you replaced [=DIR] with a matching location it makes no sense to not post it too

> Disabled gd extension at that time.

besides this is a bugtracker and not a help forum it makes no sense to post such blank statements at all without the complete configure line, environment (operating system, which packages and when it comes to compile something especially devel-pckages are installed)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 04:01:28 2024 UTC