Ron Peterson wrote:
> 
> I've installed php 4.1.1. with the following configure options:
> 
> ./configure --prefix=/usr/local/versioned/php-4.1.1
> --with-apache=../apache_1.3.19 --with-openssl --with-imap
> --with-imap-ssl=/usr/local/openssl --with-kerberos --with-gettext
> --with-xml --with-pgsql=/usr/local/postgresql
> 
> The following script fails.
> 
> <?
>   $mbox = imap_open ("{localhost:993/imap/ssl/novalidate-cert}INBOX",
> "username", "password");
>   print $mbox . "\n";
> ?>
> 
> The symptom is that an imapd process is started, but then nothing ever
> happens.  A corresponding non-ssl script works fine.
> 
> My imap/ssl installation works fine - I use it all the time.  I'm using
> the following UW imap RPM's:
> 
> imap-devel-2000c-10
> imap-2000-9
> 
> I can telnet to port 993 o.k.
> 
> Any ideas?  Or can anyone at least verify that imap-ssl works in php
> 4.1.1.?

Well, I guess I'll answer my own question.

Use the source.  Install both OpenSSL and UW Imap from source.  Edit the
imap Makefile as req'd such that the build process relies on your home
brewed OpenSSL installation, not, say, some RPM installation you might
have.  Also direct php build to use this home baked goodness.

Works great.

-- 

-Ron-
https://www.yellowbank.com/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to