I am trying to enable FTP support on one of our test servers running PHP
4.2.2 

1. rm config.cache
2. ./configure --enable-ftp --prefix=/usr --with-apxs=/usr/sbin/apxs
--with-gd=/usr/local/ --with-jpeg-dir=/usr/local/
--with-zlib=/usr/local/ --with-png-dir=/usr/local/
3. make clean
4. make
5. make install

All goes well until the last section and the following is returned...

Making install in .
make[1]: Entering directory `/usr/local/php-4.2.1'
make[1]: *** [install-sapi] Error 1
make[1]: Leaving directory `/usr/local/php-4.2.1'
make: *** [install-recursive] Error 1

I have RTFM, STFW, STFA and have not been able to pinpoint a solution to
this problem. Can anyone shed some light on this?

Thanks!

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to