php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #49605 openssl.c ... discards qualifiers from pointer target type
Submitted: 2009-09-20 04:22 UTC Modified: 2013-02-18 00:34 UTC
From: terry at mackintoshweb dot com Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 5.3.0 OS: Linux, 2.4.19 kernel
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2009-09-20 04:22 UTC] 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


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2009-09-20 10:47 UTC] pajoye@php.net
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-28 01:00 UTC] 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".
 [2010-05-09 23:18 UTC] felipe@php.net
-Status: No Feedback +Status: Feedback
 [2010-05-09 23:18 UTC] felipe@php.net
Please try using this snapshot:

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

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


 [2013-02-18 00:34 UTC] php-bugs at lists dot php dot net
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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 27 23:01:30 2024 UTC