欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

ubuntu增加apache+php的gd库支持  

程序员文章站 2022-07-15 11:50:26
...

http://hi.baidu.com/yevsfeng139/ ... bef80e8601b018.html

http://www.huilinwang.com/blog/post/280.html

标准安装apache和php之后,如果需要gd库的支持,只需要执行如下命令就ok了:

1 #安装gd库
2 apt-get install php5-gd
3
4 #重启apache
5 /etc/init.d/apache2 restart