php GD library error in ubuntu

后端 未结 4 1940
面向向阳花
面向向阳花 2021-02-07 02:11

I am using ubuntu 11.04 and when I am opening terminal and typing php -a it is showing some error like this

PHP Warning:  PHP Startup: Unable to lo         


        
4条回答
  •  遥遥无期
    2021-02-07 03:01

    Probably something like

    sudo apt-get install php-gd
    

    should do it, if not try

    apt-cache search php | grep gd
    

提交回复
热议问题