Re: [openssl.org #145] PHP failure compile with --openssl : e_os.h don't exist in OpenSSL-0.9.7b under Solaris 2.7

2002-07-13 Thread Michel Mac Wing via RT
It was a bug of PHP ... I have informed them about this and a this problem has been corrected in the latest CVS. See this for more information : http://bugs.php.net/bug.php?id=18295 Thanks for your help. Michel. Lutz Jaenicke via RT wrote: On Fri, Jul 12, 2002 at 05:55:20PM +0200, Michel

Re: [openssl.org #145] PHP failure compile with --openssl : e_os.h don't exist in OpenSSL-0.9.7b under Solaris 2.7

2002-07-13 Thread Lutz Jaenicke via RT
On Sat, Jul 13, 2002 at 05:00:15PM +0200, Michel Mac Wing via RT wrote: It was a bug of PHP ... I have informed them about this and a this problem has been corrected in the latest CVS. See this for more information : http://bugs.php.net/bug.php?id=18295 Hmm. So it seems, that they were

Re: [openssl.org #145] PHP failure compile with --openssl : e_os.h don't exist in OpenSSL-0.9.7b under Solaris 2.7

2002-07-13 Thread Sander Roobol via RT
Thanks for the information! This will be fixed in PHP ASAP. (if you can't wait, just note that it does work ATM, but the configuration filename is hardcoded). Thanks! Sander On Sat, Jul 13, 2002 at 05:19:12PM +0200, Lutz Jaenicke wrote: On Sat, Jul 13, 2002 at 05:00:15PM +0200, Michel Mac

[openssl.org #145] PHP failure compile with --openssl : e_os.h don't exist in OpenSSL-0.9.7b under Solaris 2.7

2002-07-12 Thread Michel Mac Wing via RT
Hi, Solaris 2.7 PHP 4.2.1 OpenSSL-0.9.7beta2 configure PHP ./configure --prefix=/udd/mmacwing/usr/local/php-4.2.1/ --with-config-file-path=/udd/mmacwing/usr/local/php-4.2.1/ --with-apxs=/udd/mmacwing/usr/local/apache/bin/apxs --with-openssl=/udd/mmacwing/usr/local/openssl/

Re: [openssl.org #145] PHP failure compile with --openssl : e_os.h don't exist in OpenSSL-0.9.7b under Solaris 2.7

2002-07-12 Thread Richard Levitte - VMS Whacker via RT
In message [EMAIL PROTECTED] on Fri, 12 Jul 2002 15:43:08 +0200 (METDST), Michel Mac Wing via RT [EMAIL PROTECTED] said: e_os.h was never meant to be exported. Starting with 0.9.7, it really isn't exported any more. It's a mistake for external applications to try to use it and has always

Re: [openssl.org #145] PHP failure compile with --openssl : e_os.h don't exist in OpenSSL-0.9.7b under Solaris 2.7

2002-07-12 Thread Michel Mac Wing via RT
Hello, Thanks for the latest answer. Ok, but what is your solution to compile PHP with OpenSSL (0.9.6d ?) without the error (conflict ?) below : Solaris 2.7 PHP4.2.1 or latest CVS OpenSSL 0.9.6d ./configure --prefix=/udd/mmacwing/usr/local/php-4.2.1/

Re: [openssl.org #145] PHP failure compile with --openssl : e_os.h don't exist in OpenSSL-0.9.7b under Solaris 2.7

2002-07-12 Thread Lutz Jaenicke via RT
On Fri, Jul 12, 2002 at 05:55:20PM +0200, Michel Mac Wing via RT wrote: Thanks for the latest answer. Ok, but what is your solution to compile PHP with OpenSSL (0.9.6d ?) without the error (conflict ?) below : Solaris 2.7 PHP4.2.1 or latest CVS OpenSSL 0.9.6d I don't know for what