Edit report at https://bugs.php.net/bug.php?id=49605&edit=1

 ID:               49605
 Updated by:       [email protected]
 Reported by:      terry at mackintoshweb dot com
 Summary:          openssl.c ... discards qualifiers from pointer target
                   type
-Status:           Feedback
+Status:           No Feedback
 Type:             Bug
 Package:          Compile Failure
 Operating System: Linux, 2.4.19 kernel
 PHP Version:      5.3.0

 New Comment:

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.


Previous Comments:
------------------------------------------------------------------------
[2010-05-09 23:18:06] [email protected]

Please try using this snapshot:

  http://snaps.php.net/php5.3-latest.tar.gz
 
For Windows:

  http://windows.php.net/snapshots/



------------------------------------------------------------------------
[2009-09-28 01:00:01] php-bugs at lists dot php dot net

No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".

------------------------------------------------------------------------
[2009-09-20 10:47:02] [email protected]

Which gcc and openssl version do you use?

And can post a link to the full openssl build log please? There is no error in 
what you gave here, only warnings.

------------------------------------------------------------------------
[2009-09-20 04:22:56] terry at mackintoshweb dot com

Description:
------------
Build fails

Reproduce code:
---------------
./configure  --with-snmp --with-pgsql=/usr/local/pgsql --with-gd
--enable-calendar --with-apxs2=/usr/local/apache2/bin/apxs --disable-cgi 
--with-openssl --with-gnu-ld --with-jpeg-dir=/usr/local/lib

make

Actual result:
--------------
/usr/src/php-5.3.0/ext/openssl/openssl.c: In function `zif_openssl_seal':
/usr/src/php-5.3.0/ext/openssl/openssl.c:4113: warning: passing arg 2 of
`EVP_SealInit' discards qualifiers from pointer target type
/usr/src/php-5.3.0/ext/openssl/openssl.c: In function `zif_openssl_open':
/usr/src/php-5.3.0/ext/openssl/openssl.c:4203: warning: passing arg 2 of
`EVP_OpenInit' discards qualifiers from pointer target type
/usr/src/php-5.3.0/ext/openssl/openssl.c: In function `zif_openssl_digest':
/usr/src/php-5.3.0/ext/openssl/openssl.c:4529: void value not ignored as it
ought to be
make: *** [ext/openssl/openssl.lo] Error 1



------------------------------------------------------------------------



-- 
Edit this bug report at https://bugs.php.net/bug.php?id=49605&edit=1

Reply via email to