[PHP] enable FTP support

2003-10-09 Thread Jay Blanchard
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.

Re: [PHP] enable FTP support

2003-10-09 Thread Ray Hunter
Can you send what lines you have before the make[1] there should be some additional error information? -- BigDog On Thu, 2003-10-09 at 09:03, Jay Blanchard wrote: 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

RE: [PHP] enable FTP support

2003-10-09 Thread Jay Blanchard
[snip] Can you send what lines you have before the make[1] there should be some additional error information? [/snip] There are no other errors mentioned until this point. The section immediately preceeding this is Making install in regex make[1]: Entering directory `/usr/local/php-4.2.1/regex'

Re: [PHP] enable FTP support

2003-10-09 Thread Jason Wong
On Thursday 09 October 2003 23:13, Jay Blanchard wrote: 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 stab in the dark Do you have permissions

RE: [PHP] enable FTP support

2003-10-09 Thread Jay Blanchard
[snip] 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 stab in the dark Do you have permissions to install stuff into /usr/local/bin (the default

RE: [PHP] enable FTP support

2003-10-09 Thread Jay Blanchard
[snip] 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 stab in the dark Do you have permissions to install stuff into /usr/local/bin (the default

RE: [PHP] enable FTP support

2003-10-09 Thread Jay Blanchard
[snip] ./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/ [/snip] Guess what? I changed the order of the congfigure statement (for giggles as I was reminded of the changing of the

RE: [PHP] enable FTP support

2003-10-09 Thread Jay Blanchard
[snip] Guess what? I changed the order of the congfigure statement (for giggles as I was reminded of the changing of the order of the statements when cinfiguring php to work with gd) from the one above to the one below... ./configure --prefix=/usr --with-apxs=/usr/sbin/apxs --with-gd=/usr/local/

Re: [PHP] enable FTP support

2003-10-09 Thread Jason Wong
On Friday 10 October 2003 01:20, Jay Blanchard wrote: [snip] Guess what? I changed the order of the congfigure statement (for giggles as I was reminded of the changing of the order of the statements when cinfiguring php to work with gd) from the one above to the one below... ./configure

Re: [PHP] enable FTP support

2003-10-09 Thread Curt Zirzow
On Thu, 9 Oct 2003 12:20:46 -0500, Jay Blanchard [EMAIL PROTECTED] wrote: [snip] Guess what? I changed the order of the congfigure statement (for giggles as I was reminded of the changing of the order of the statements when cinfiguring php to work with gd) from the one above to the one below...

RE: [PHP] enable FTP support

2003-10-09 Thread Jay Blanchard
[snip] If you have mulitple versions of apache (or upgraded) php might be putting the libphp4.so in the wrong place. On my system I have 3 apache's (arrghh.) and I have to properly put libphp4.so in the correct apache/libexec dir. [/snip] Its here; /usr/libexec/libphp4.so and addressed

RE: [PHP] enable FTP support

2003-10-09 Thread Jay Blanchard
[snip] ... [/snip] Some other oddities. The phpinfo page says PHP 4.2.2, but the only installation of php I can find on the server is 4.2.1 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] enable FTP support - SOLVED

2003-10-09 Thread Jay Blanchard
[snip] ...several hours of brain dead operations... [/snip] just went with the whole upgrade scenario, latest version of php etc. Thanks! -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php