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)

Configure Command  
'./configure' '--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'
'--enable-sockets' 
'--enable-ftp' 
(this command reflects my last successful change and lacks the
'--with-openssl=/usr/local/ssl' I would have expected)

Thanks for any help that can be provided.

>From my understanding PHP 4.3.0 and OpenSSL 0.9.6 should work.

Thanks again. -Shawn


Shawn McKnight
Circumerro Inc.
307-733-8319 x222
[EMAIL PROTECTED]

"We are the music makers, we are the dreamers of the dream."
     - Willy Wonka


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

Reply via email to