php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #55482 if --enable-maintainer-zts, compile failed.
Submitted: 2011-08-23 03:44 UTC Modified: 2012-03-23 18:17 UTC
Votes:5
Avg. Score:4.0 ± 0.9
Reproduced:5 of 5 (100.0%)
Same Version:1 (20.0%)
Same OS:0 (0.0%)
From: huarong at masalife dot com Assigned:
Status: No Feedback Package: Compile Failure
PHP Version: 5.3.7 OS: CENT OS 5.4
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: huarong at masalife dot com
New email:
PHP Version: OS:

 

 [2011-08-23 03:44 UTC] huarong at masalife dot com
Description:
------------
# ./configure    --enable-maintainer-zts  

# make
ext/standard/info.o: In function `php_info_print_table_header':
/home/modify/php537/src/ext/standard/info.c:1107: undefined reference to 
`ts_resource_ex'
ext/standard/info.o: In function `php_info_print_table_row_internal':
/home/modify/php537/src/ext/standard/info.c:1151: undefined reference to 
`ts_resource_ex'
ext/standard/info.o: In function `php_print_gpcse_array':
/home/modify/php537/src/ext/standard/info.c:149: undefined reference to 
`executor_globals_id'
ext/standard/info.o: In function `php_info_write_wrapper':
/home/modify/php537/src/ext/standard/info.c:80: undefined reference to 
`ts_resource_ex'
ext/standard/info.o: In function `php_print_info':
/home/modify/php537/src/ext/standard/info.c:975: undefined reference to 
`executor_globals_id'
/home/modify/php537/src/ext/standard/info.c:978: undefined reference to 
`executor_globals_id'
/home/modify/php537/src/ext/standard/info.c:981: undefined reference to 
`executor_globals_id'
/home/modify/php537/src/ext/standard/info.c:984: undefined reference to 
`executor_globals_id'
/home/modify/php537/src/ext/standard/info.c:906: undefined reference to 
`sapi_globals_id'
/home/modify/php537/src/ext/standard/info.c:680: undefined reference to 
`sapi_globals_id'
/home/modify/php537/src/ext/standard/info.c:885: undefined reference to 
`sapi_globals_id'
collect2: ld returned 1 exit status
make: *** [sapi/cgi/php-cgi] 错误 1




Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-08-23 07:11 UTC] laruence@php.net
-Status: Open +Status: Analyzed
 [2011-08-23 07:38 UTC] laruence@php.net
did you ./configure with --enable-maintainer-zts on a previouly built src? 
if yes , plz make clean first.
 [2011-08-23 07:39 UTC] laruence@php.net
-Status: Analyzed +Status: Feedback
 [2012-03-23 18:17 UTC] nikic@php.net
-Status: Feedback +Status: No Feedback
 [2012-03-23 18:17 UTC] nikic@php.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.


 [2012-06-02 16:59 UTC] oeb2 at njit dot edu
Had the same issue, but with ./configure --with-apxs=/path/to/apache --with-mysql. Made a bad install and upon trying to install again, ran into this issue. Make clean, cleared it up. Thanks laruence@php.net!
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sat May 03 17:01:27 2025 UTC