致命错误:调用未定义的函数 imagettftext()

致命错误:调用未定义的函数 imagettftext()

我安装了 GD 和 Freetype,但无法让它们工作。服务器运行带有 cpanel 的 CentOS 5。

我在 php.net 上看到,我需要使用更多选项来编译 PHP

--with-gd
--enable-gd-native-ttf
--with-png
--with-zlib-dir=/usr/local/lib/zlib-1.2.1
--with-ttf
--with-jpeg-dir=/usr/local/lib/jpeg-6b/
--with-freetype-dir=/usr/local/lib/freetype-2.1.9/
--with-xpm-dir=/usr/X11R6/

但是,我不知道应该在哪里输入这个内容。

答案1

怎么样

    --with-freetype
    --with-freetype-dir=/usr/local/lib/freetype-2.1.9/

相关内容