On Tue, 31 Jul 2001 [EMAIL PROTECTED] wrote:
>Hi,
>
> I tried using the source path /opt/src/openssl and I tried using the
>program path /opt/local/openssl.
ALWAYS use the install prefix for programs, in this case, /opt/local/openssl
> None of them worked. I got the same error message. I would like to know
>exactly what is required to consider that my c-client library supports SSL.
>I just can't figure this out.
>
Please check your config.log. There should be some errors in the end of
it. Is the c-client compiled with kerberos support as well?
Try adding --with-imap-kerberos to your configure line.
--Jani
>Mensagem original
>
>>On Tue, 31 Jul 2001 [EMAIL PROTECTED] wrote:
>>
>>>Hi,
>>>
>>>I am trying to compile PHP 4.0.6 with IMAP-SSL on a sparc machine running
>>>Solaris 8. I am using thie uw-imap, and I am positive that it is working
>>>fine as IMAP-SSL. (I tryed on Netscape with SSL, and with openssl commands).
>>>
>>>Unfortunately, when I try to compile PHP with the --with-imap-ssl option,
>>>this is what I get:
>>>
>>># ./configure --with-apache=/opt/src/apache --with-mysql=/opt/local/mysql
>>>--with-imap=/opt/src/imap --with-imap-ssl=/opt/src/imap/c-client
>--enable-memory-limit=yes
>>>--enable-debug=no --enable-track-vars
>>>
>>>(...)
>>>checking for IMAP support... yes
>>>checking for pam_start in -lpam... yes
>>>checking for Kerberos support in IMAP... no
>>>checking for SSL support in IMAP... yes
>>>configure: error: This c-client library does not support SSL. Recompile
>>>or remove --with-imap-ssl from configure line.
>>>
>>>Does anybody know what can I do to make it work?
>>
>>The configure help is a bit too short..I added a note there now.
>>Anyway, you should be using the OpenSSL install prefix with the
>>--with-imap-ssl, ie. something like this:
>>
>>--with-imap=/opt/src/imap --with-imap-ssl=/opt/openssl
>>
>>--Jani
>>
>>
>>
>>--
>>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]
>>
>>
>
>
>
>
--
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]