php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #11929 Can't get "whether to enable truetype string function in gd..." == yes
Submitted: 2001-07-06 08:18 UTC Modified: 2001-07-27 09:13 UTC
From: mleicher at silverpoint dot nl Assigned:
Status: Closed Package: GD related
PHP Version: 4.0.6 OS: Linux; Slackware 8.0/2.4.5
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: mleicher at silverpoint dot nl
New email:
PHP Version: OS:

 

 [2001-07-06 08:18 UTC] mleicher at silverpoint dot nl
Hi,

My main problem is that I can't get the truetype string function into gd since version 4.0.5 (4.0.4pl1 works for me). On our systems gd 184 is available and freetype 1.3 and 2.x are installed. Our server park containts about 36 servers, all installed with apache1320/php404pl1.

I don't know if these problems are related, but I can't get 406 work on a new machine with slack80.

My error:
[quote]
root@s0048:/usr/src/php-4.0.6# apachectl start
Syntax error on line 205 of /usr/local/apache/conf/httpd.conf:
Cannot load /usr/local/apache/libexec/libphp4.so into server: /usr/local/apache/libexec/libphp4.so: undefined symbol: TT_Open_Face
/usr/local/apache/bin/apachectl start: httpd could not be started
[/quote]

My configstring:
[quote]
./configure --enable-versioning --with-apxs=/usr/local/apache/bin/apxs --with-gd --with-jpeg-dir=/usr/local --with-zlib --enable-track-vars --enable-ttf --with-mysql=/usr/local/mysql --enable-gd-native-ttf --with-png-dir=/usr/lib --with-freetype-dir=/usr/local --with-ttf-dir=/usr/local/include/freetype --with-xpm-dir=/usr/X11R6
[/quote]

These errors don't mean much to me. What I really would like to know is what version of freetype should I use (1.3 or 2.x). If I use 2.x gd won't compile afther I edited the Makefile.

Kind regards,

Marcel Leicher
Silverpoint IS

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-07-21 20:49 UTC] andy@php.net
Make sure you have TrueType installed correctly.  Also, try
looking at the GD and PHP documentation.
 [2001-07-27 09:13 UTC] sniper@php.net
Use the freetype 1.x libs. And ask further install
questions on php-install@lists.php.net

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 09:01:28 2024 UTC