Home  >  Q&A  >  body text

linux 安装GD库,提示 ./configure: 没有那个文件或目录

怪我咯怪我咯2743 days ago892

reply all(1)I'll reply

  • 黄舟

    黄舟2017-04-17 16:54:43

    No need to download
    The GD library is an extension of PHP. You cd to the ext directory of the php source code package to find the directory of the gd library.
    There is no configure file by default. Execute /usr/local/php7/bin/phpize (specifically depends on your PHP Installation location)
    After executing this naming, the configure file will be automatically generated

    reply
    0
  • Cancelreply