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

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

 New Comment:

Please try using this snapshot:

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

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




Previous Comments:
------------------------------------------------------------------------
[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] paj...@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-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 http://bugs.php.net/bug.php?id=49605&edit=1

Reply via email to