zoukankan      html  css  js  c++  java
  • configure: error: GD build test failed. Please check the config.log for details.

    安装GD
    tar zxvf gd-2.0.33.tar.gz
    cd gd-2.0.33
    ./configure -prefix=/usr/local/gd -with-jpeg=/usr/local/jpeg6 -with-png -with-zlib -with-freetype
    make
    make install


    checking for gdImageString16 in -lgd... no
    checking for gdImagePaletteCopy in -lgd... no
    checking for gdImageCreateFromPng in -lgd... no
    checking for gdImageCreateFromGif in -lgd... no
    checking for gdImageGif in -lgd... no
    checking for gdImageWBMP in -lgd... no
    checking for gdImageCreateFromJpeg in -lgd... no
    checking for gdImageCreateFromXpm in -lgd... no
    checking for gdImageCreateFromGd2 in -lgd... no
    checking for gdImageCreateTrueColor in -lgd... no
    checking for gdImageSetTile in -lgd... no
    checking for gdImageEllipse in -lgd... no
    checking for gdImageSetBrush in -lgd... no
    checking for gdImageStringTTF in -lgd... no
    checking for gdImageStringFT in -lgd... no
    checking for gdImageStringFTEx in -lgd... no
    checking for gdImageColorClosestHWB in -lgd... no
    checking for gdImageColorResolve in -lgd... no
    checking for gdImageGifCtx in -lgd... no
    checking for gdCacheCreate in -lgd... no
    checking for gdFontCacheShutdown in -lgd... no
    checking for gdFreeFontCache in -lgd... no
    checking for gdFontCacheMutexSetup in -lgd... no
    checking for gdNewDynamicCtxEx in -lgd... no
    checking for gdImageCreate in -lgd... no
    configure: error: GD build test failed. Please check the config.log for details.

  • 相关阅读:
    122. 买卖股票的最佳时机 II
    45. 跳跃游戏 II
    134. 加油站
    55. 跳跃游戏
    714. 买卖股票的最佳时机含手续费
    121. 买卖股票的最佳时机
    860. 柠檬水找零
    开发环境安装合集(部分搬运)
    javascript的单例模式
    javascript 工厂模式
  • 原文地址:https://www.cnblogs.com/myphoebe/p/2230018.html
Copyright © 2011-2022 走看看