""Kai Schaetzl"" <[EMAIL PROTECTED]> wrote:
> Interesting, shouldn't configure bark about it?
There are some strange things in configure structures.
For example, if you configure PHP 3 with some non-existent options (only for
php3, of course), such as
--with-imap-ssl, --with-kerberos, --with-swf,..., it doesn't tell you
anything, just
does nothing.
But --with-qwertyasdf does the thing :-)

> Ahm, just adding this to my configure line it comes to my mind whether I
then
> need both directives? --with-imap-ssl and --with-imap? I try first with
both.
Yes, you need the three directives altogether
( --with-imap, --with-imap-ssl, --with-kerberos).
The first just enables IMAP, all the rest enable the appropriate hooks and
link against the neccessary libs. :)
I think, that if you add --with-imap-ssl without --with-imap, it'll bark at
you about the absence of IMAP support.
I just didn't try that ;-).
--
Good luck!



-- 
PHP Install 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