Re: [PHP-INST] Problem with installing GD

2001-11-20 Thread Jim Barcelona
Hello amiroot - In the future please be sure to read ./configure --help which says: --with-gd=DIR Include GD support (DIR is GD's install dir) For me this is: ./configure --with-gd=/usr/local/src/gd-1.8.4 For you, it is whatever directory in which you configured and compiled GD. Ami

[PHP-INST] Problem with installing GD

2001-11-14 Thread Amiroot
hihi all~ I've got a problem about compile the php module. I'd installed the apache and php module with the packages. However, the default module does not include the gd library. Then, I d/l the php source and recompile it with the following options: ./configure --with-apxs=/usr/local/sbin/apxs