How to install GD library under PHP-CLI environment?

Source: Internet
Author: User
Now there are a lot of pictures to deal with, but found in the CLI mode of a write GD function error, that is, GD related functions are not defined.

How do I install the GD library or modify the configuration?

ps:cgi mode can be used in the GD library.

Reply content:

Now there are a lot of pictures to deal with, but found in the CLI mode of a write GD function error, that is, GD related functions are not defined.

How do I install the GD library or modify the configuration?

ps:cgi mode can be used in the GD library.

Take a php --ini look at the configuration used by PHP-CLI with php-cgi is not the same, using the same should be able to ensure that PHP-CLI can also load php-cgi pecl module. Or directly to the GD module, directly in the configuration explicitly loaded:
extension=php_gd.so

Phpize

  • Contact Us

    The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

    If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.