php-4.3.3 configure

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tweet
Forum Newbie
Posts: 13
Joined: Wed May 28, 2003 1:18 am

php-4.3.3 configure

Post by tweet »

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?
Last edited by tweet on Thu Oct 23, 2003 8:02 am, edited 1 time in total.
User avatar
volka
DevNet Evangelist
Posts: 8391
Joined: Tue May 07, 2002 9:48 am
Location: Berlin, ger

Post by volka »

if you can get the php_gd extension you might let php load it from within php.ini
Post Reply