I have attempted to re-configure php to enable FTP (./configure --with-apache=../apache_1.3.14 --enable-track-vars --with-jpeg-dir=/usr/local --with-zlib-dir=shared --with-gd=yes --enable-ftp --with-config-file-path=/usr/local/lib). It seems to compile w/o errors. I type make and then make install. All seems to go well. When I restart apache and check phpinfo(), the configure command is the old one w/o the ftp enabled. Likewise my ftp functions do not work. Have I missed a step??? Do I have to recompile Apache??
Thanks
ES