[Typo3-UG Spain] problemas con imagettfbbox()
Sergio
sergio at corecanarias.com
Tue Sep 21 13:38:00 CEST 2004
Hola,
Ainhize wrote:
> al intentar crear ese template me da el siguiente error:
> *Fatal error*: Call to undefined function: imagettfbbox() in
> */home/ainhize/public_html/quickstart-3.6.2/t3lib/class.t3lib_stdgraphic.php*
> on line *714*
> **
> Por lo que he visto en php.net esa funcion requiere las librerias GD
> library y Free Type library. Y aunque tengo ambas instaladas, me sigue
> dando el mismo error. Mi version de PHP es 4.1.2-7.0.1. No se si esto
> tendra algo que ver. Alguien me puede ayudar?
Aunque tengas las librerías instaladas a lo mejor PHP no está compilado
para usarlas. Con la función phpinfo() puedes ver las opciones de
compilación (Configure Command), asegurate que entre ellas está:
'--with-freetype-dir=shared,/usr' y '--with-gd=shared'.
More information about the TYPO3-UG-spain
mailing list