凭经验用
./configure –with-gd –with-jpeg-dir=/usr/lib
这个居然不起作用
改变顺序如下生效
./configure –with-jpeg-dir=/usr/lib –with-gd
在此谨记!