Linux下安装PHP的GD

昨天,在CentOS系统上,安装Fleaphp,运行其中一个“像册”范例,其功能包括上传图片,并生成图片的缩略图,发现不能对图片进行处理,报错:Call to undefined function: imagecreatefromjpeg() in。

于是查手册,猜测是没有安装GD,到网上找到了《GD:Linux下安装PHP的GD支持库》一文,依此安装,但是发现并不适合我的当前情况,因为我的系统已用yum安装了php,晚上就此问题请教甜饼,得知,yum install php-gd即可。

今天照此操练,但由于粗心,误将php-gd写为php-gb,所以报错:
复制内容到剪贴板
代码:
Reading repository metadata in from local files
primary.xml.gz            100% |=========================| 1.0 MB    00:28
http://apt.sw.be/redhat/el4/en/i386/dag/repodata/primary.xml.gz: [Errno -1] Metadata file does not match checksum
Trying other mirror.
Error: failure: repodata/primary.xml.gz from dag: [Errno 256] No more mirrors to try.