php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #54975 php make
Submitted: 2011-06-02 05:15 UTC Modified: 2013-02-18 00:34 UTC
Votes:1
Avg. Score:5.0 ± 0.0
Reproduced:0 of 1 (0.0%)
From: hzhihu at gmail dot com Assigned:
Status: No Feedback Package: *General Issues
PHP Version: 5.3.6 OS: fedora15
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2011-06-02 05:15 UTC] hzhihu at gmail dot com
Description:
------------
Generating phar.php
/home/charles/下载/php-5.3.3/sapi/cli/php: symbol lookup error: /home/charles/下载/php-5.3.3/sapi/cli/php: undefined symbol: client_errors
make: *** [ext/phar/phar.php] 错误 127


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-06-03 03:48 UTC] felipe@php.net
-Status: Open +Status: Feedback
 [2011-06-03 03:48 UTC] felipe@php.net
Not enough information was provided for us to be able
to handle this bug. Please re-read the instructions at
http://bugs.php.net/how-to-report.php

If you can provide more information, feel free to add it
to this bug and change the status back to "Open".

Thank you for your interest in PHP.



 [2012-08-20 19:38 UTC] balaurulmaresipufos at yahoo dot com
open("/usr/share/locale/en/LC_MESSAGES/make.mo", O_RDONLY) = -1 ENOENT (No such file or directory)
write(2, "make: ", 6make: )                   = 6
write(2, "*** [ext/phar/phar.phar] Error 1"..., 34*** [ext/phar/phar.phar] Error 127) = 34
write(2, "\n", 1
)                       = 1
rt_sigprocmask(SIG_BLOCK, [HUP INT QUIT TERM XCPU XFSZ], NULL, 8) = 0
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
chdir("/root/setup/php-5.3.15")         = 0
close(1)                                = 0
exit_group(2)
 [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.
 [2013-04-24 13:39 UTC] mzeynalli at gmail dot com
Setting the LD_LIBRARY_PATH with /usr/lib value before trying to compile php 
5.3.24 solved this problem. Of course there could be another options to solve this 
issue.

export LD_LIBRARY_PATH=/usr/lib
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 06:01:28 2024 UTC