ID: 45907
Updated by: [EMAIL PROTECTED]
Reported By: olivier at ajeux dot com
-Status: Open
+Status: Assigned
Bug Type: PHAR related
Operating System: Linux i686 2.6.17
PHP Version: 5.3CVS-2008-09-29 (snap)
-Assigned To:
+Assigned To: cellog
New Comment:
Greg, please have a look. Phar should properly check for the existence
of hash imo.
Previous Comments:
------------------------------------------------------------------------
[2008-09-29 12:44:24] olivier at ajeux dot com
New configure/make without "--enable-hash=shared" (replaced with
"--enable-hash"): OK
Build complete.
------------------------------------------------------------------------
[2008-09-29 12:04:49] [EMAIL PROTECTED]
Can someone please confirm that this occurs only when ext/hash is built
as shared?
------------------------------------------------------------------------
[2008-09-29 10:36:04] olivier at ajeux dot com
Tested again with php5.3 200809290830
Same bug.
ext/phar/.libs/util.o: In function `phar_create_signature':
/usr/src/php5.3-200809290830/ext/phar/util.c:2047: undefined reference
to `PHP_SHA512Init'
/usr/src/php5.3-200809290830/ext/phar/util.c:2050: undefined reference
to `PHP_SHA512Update'
/usr/src/php5.3-200809290830/ext/phar/util.c:2053: undefined reference
to `PHP_SHA512Final'
/usr/src/php5.3-200809290830/ext/phar/util.c:2062: undefined reference
to `PHP_SHA256Init'
/usr/src/php5.3-200809290830/ext/phar/util.c:2065: undefined reference
to `PHP_SHA256Update'
/usr/src/php5.3-200809290830/ext/phar/util.c:2068: undefined reference
to `PHP_SHA256Final'
ext/phar/.libs/util.o: In function `phar_verify_signature':
/usr/src/php5.3-200809290830/ext/phar/util.c:1916: undefined reference
to `PHP_SHA256Init'
/usr/src/php5.3-200809290830/ext/phar/util.c:1926: undefined reference
to `PHP_SHA256Update'
/usr/src/php5.3-200809290830/ext/phar/util.c:1883: undefined reference
to `PHP_SHA512Init'
/usr/src/php5.3-200809290830/ext/phar/util.c:1893: undefined reference
to `PHP_SHA512Update'
/usr/src/php5.3-200809290830/ext/phar/util.c:1900: undefined reference
to `PHP_SHA512Final'
/usr/src/php5.3-200809290830/ext/phar/util.c:1933: undefined reference
to `PHP_SHA256Final'
collect2: ld returned 1 exit status
make: *** [sapi/cgi/php-cgi] Error 1
------------------------------------------------------------------------
[2008-09-06 01:00:00] 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".
------------------------------------------------------------------------
[2008-09-01 12:50:47] webmaster at ajeux dot com
Hello,
Same bug with php5.3-200809011230 (different line number though).
ext/phar/.libs/util.o: In function `phar_create_signature':
/source/php/php5.3-200809011230/ext/phar/util.c:2047: undefined
reference to `PHP_SHA512Init'
/source/php/php5.3-200809011230/ext/phar/util.c:2050: undefined
reference to `PHP_SHA512Update'
[...]
------------------------------------------------------------------------
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/45907
--
Edit this bug report at http://bugs.php.net/?id=45907&edit=1