php-install Digest 1 Aug 2001 03:17:03 -0000 Issue 389 Topics (messages 3763 through 3767): Problems in compiling with IMAPS on Solaris 8 3763 by: zegracia.vento.com.br Re: Problems compiling with IMAP-SSL on Solaris 8 3764 by: Jani Taskinen 3765 by: Jani Taskinen PHP/IIS4/Oracle: could not find SRC file in a FRAME statement 3766 by: Victoria Zhou How to compile PHP with IMAP option? 3767 by: Christopher Cheng Administrivia: To subscribe to the digest, e-mail: [EMAIL PROTECTED] To unsubscribe from the digest, e-mail: [EMAIL PROTECTED] To post to the list, e-mail: [EMAIL PROTECTED] ----------------------------------------------------------------------
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? Thanks, Jose
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
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] >> >> > > > >
Hi, My main.php file has trouble to call any other .php files. For example, I have the following statement in main.php: print ("<FRAME SRC=\"..\schedule\selectworkorder.php?form_user_id=user1\" NAME=\"main\">"); The "selectworkorder.php" is in the ..\schedule directory and the directory has CHANGE(RWXD) permission for everyone. The "schedule" directory has been setup as a virtual directory under my main directory in IIS with "execute" permission. Could some one tell me what did I missed. Thanks, Victoria Zhou
I am new to using PHP with IMAP? As I recompile PHP, I use rm config.cache ./configure --enable-track-vars --enable-force-cgi-redirect --with-gettext - -with-mysql --with-sybase=/opt/sybase --with-apxs --with-imap make make install After I restart Apache, it says that Cannot load /www/libexec/libphp4.so into server: /www/libexec/libphp4.so: undefined symbol: gss_mech_krb5 Does it mean that I miss the DIR option after "--with-imap"? I am using Redhat 6.2, what should it always be?