Re: [PHP] ftp_ssl_connect() Problem

2003-06-30 Thread Dean E. Weimer
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



Re: [PHP] ftp_ssl_connect() Problem

2003-05-27 Thread Shawn McKnight

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