我准备在RHEL5上编译GD2
./configure --prefix=/xfsmoke/rhel-apps/gd2 --with-zlib --with-png --with-jpeg --with-freetype
得到configure的结果
** Configuration summary for gd 2.0.34:
Support for PNG library: yes
Support for JPEG library: no
Support for Freetype 2.x library: yes
Support for Fontconfig library: yes
Support for Xpm library: yes
Support for pthreads: yes
我的问题是,安装RHEL5时我已经安装了libjpeg,但这儿就死活不认,而在RHEL4上就没有这个问题。 |