美文网首页
PHP gd库添加freetype

PHP gd库添加freetype

作者: Mokaixin丶 | 来源:发表于2017-12-27 14:19 被阅读33次

    前言:gd库未安装freetype 可能导致验证码图片加载不出来等问题。

    1、cd (php源码)/ext/gd ps: 先到gd文件夹

    2、最好先 make clean 清除之前编译的可执行文件及配置文件
    然后运行 /usr/local/php/bin/phpize ps: 这里的路径为php安装路径
    最后编译安装 ./configure --with-php-config=/opt/php5.5.38/bin/php-config --with-jpeg-dir --with-png-dir --with-freetype-dir --with-zlib-dir --with-gd
    make && make install

    3、重启apache 查看phpinfo是否gd已支持freetype


    火狐截图_2017-12-27T06-12-04.510Z.png

    相关文章

      网友评论

          本文标题:PHP gd库添加freetype

          本文链接:https://www.haomeiwen.com/subject/xeblgxtx.html