php-4.3.3 configure
Posted: Thu Oct 23, 2003 5:00 am
download php-4.3.3.tar.gz
gd,jpeg,freetype .rpm file already installed on system
[root@localhost root]# rpm -q gd
gd-1.8.4-11
[root@localhost root]# whereis libgd
libgd: /usr/lib/libgd.so /usr/lib/libgd.a
when setup '--with-gd=path' in php configure
[root@localhost php]./configure --with-gd=path
for, example--with-gd=/usr/lib. Do right path setup?
if not used --with-gd option, gd libary will not use?
gd,jpeg,freetype .rpm file already installed on system
[root@localhost root]# rpm -q gd
gd-1.8.4-11
[root@localhost root]# whereis libgd
libgd: /usr/lib/libgd.so /usr/lib/libgd.a
when setup '--with-gd=path' in php configure
[root@localhost php]./configure --with-gd=path
for, example--with-gd=/usr/lib. Do right path setup?
if not used --with-gd option, gd libary will not use?