I too am having problems getting ftp_ssl_connect() enabled, any help is very
appreciated.

What I am using is as follows, please let me know what it is I am missing..

PHP 4.3.0 installed as a Static Module with Apache 1.3.24

This is a re-configuration of an existing installation of PHP 4.3.0
I have never had problems reconfiguring PHP as I needed the other options
I use.

My configure command was
./configure \
 --enable-sockets \
 --enable-ftp \
 --with-mysql=/usr/local/mysql \
 --with-apache=../apache_1.3.24 \
 --with-png-dir=/root/backup/image/libpng-1.2.5 \
 --with-jpeg-dir=/root/backup/image/jpeg-6b \
 --with-gd=/usr/local/gd \
 --with-zlib-dir=/usr/local \
 --with-openssl=/usr/local/ssl

My infophp() says..

OpenSSL support     enabled
OpenSSL Version     OpenSSL 0.9.6b [engine] 9 Jul 2001

However the general info says :

Build Date     Feb 25 2003 11:00:45
(this was about the last time I made a successful change,
obviously not today)

[snip...]

I had a simular problem recently, with 4.3.3, I discovered that it wasn't
recompiling the ftp, since it was already installed.  I fixed this by
running the following:

make clean
./configure ...
make
make install

-- 
Thanks,
  Dean E. Weimer
  http://www.dwiemer.org/
  [EMAIL PROTECTED]

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

Reply via email to