Jump to content

Recommended Posts

Posted

Salutari,

Am nevoie de PHP cu GD cu suport Freetype, pentru un site care genereaza grafice in timp real. Cel putin asta CRED ca e problema. In logul de erori al Apache primesc:

PHP Fatal error:  Call to undefined function imageftbbox() in <fisier>

Webserverul este in totalitate al meu (adica nu pe host) si este tinut pe un sistem cu CentOS 5.5. Apache, MySQL si PHP sunt toate configurate si compilate de mine, nu sunt versiunile luate cu Yum.

Acuma, care e problema: phpinfo() zice ca am GD instalat, zice ca are suport Freetype, dar daca fac var_dump(gd_info()); intr-un PHP de info, vad asa: array(11) { ["GD Version"]=> string(27) "bundled (2.0.34 compatible)" ["FreeType Support"]=> bool(false) etc.etc.

Am reusit cu succes sa descarc si sa instalez atat GD-ul, cat si freetype, si sa compilez GD-ul cu suport Freetype, insa nu prea ma descurc sa il bag in PHP. In momentul in care configurez PHP-ul si dau calea catre GD acolo unde l-am instalat eu, imi zice ca nu gaseste niste fisiere. Comanda de configure este:

./configure --with-apxs2=/SERVER/Apache/bin/apxs --with-mysql --prefix=/SERVER/PHP --exec-prefix=/SERVER/PHP --with-gd=/usr/local/bin --with-freetype-dir=/usr/include/freetype2

Am cautat pe net de am obosit, si nu gasesc nimic. Are cineva idee cum includ GD cu suport Freetype in PHP?

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.