ID: 43103
User updated by: ckuehn at uiuc dot edu
Reported By: ckuehn at uiuc dot edu
-Status: Feedback
+Status: Closed
Bug Type: OpenSSL related
Operating System: Solaris 9
PHP Version: 5.2.4
New Comment:
Thanks for that last note. It pointed me in the right direction to
find a problem with our toolchain.
Thanks for all the help.
Previous Comments:
------------------------------------------------------------------------
[2007-10-26 12:06:54] [EMAIL PROTECTED]
Well, time.h should actually have that in it. So it's more likely that
you're including the wrong time.h..maybe it's in the sys/time.h ?
------------------------------------------------------------------------
[2007-10-25 14:42:36] ckuehn at uiuc dot edu
Adding the include line doesn't seem to have changed anything.
Adding:
long timezone;
...within the asn1_time_to_time_t function allows the build to proceed
without the error, but I'm pretty sure that's not an appropriate fix :)
------------------------------------------------------------------------
[2007-10-25 14:14:10] [EMAIL PROTECTED]
Try adding this to ext/openssl/openssl.c, around line 50:
#include <time.h>
------------------------------------------------------------------------
[2007-10-25 13:45:46] ckuehn at uiuc dot edu
Sorry for the omission. I'm using GCC 3.1.
------------------------------------------------------------------------
[2007-10-25 11:49:56] [EMAIL PROTECTED]
You didn't mention what compiler you use. If you're using Sun's cc,
make sure /opt/SUNWspro/bin/cc is used instead of /usr/ucb/cc
------------------------------------------------------------------------
The remainder of the comments for this report are too long. To view
the rest of the comments, please view the bug report online at
http://bugs.php.net/43103
--
Edit this bug report at http://bugs.php.net/?id=43103&edit=1