php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #52002 Compile problem after 300049 revision with FreeBSD port
Submitted: 2010-06-05 18:30 UTC Modified: 2010-06-05 18:40 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: pr0di9y at mail dot ru Assigned:
Status: Not a bug Package: FPM related
PHP Version: 5.3.2 OS: FreeBSD 7.2-RELEASE
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: pr0di9y at mail dot ru
New email:
PHP Version: OS:

 

 [2010-06-05 18:30 UTC] pr0di9y at mail dot ru
Description:
------------
Building with 
svn co http://svn.php.net/repository/php/php-src/trunk/sapi/fpm sapi/fpm

sapi/fpm/fpm/fpm_main.o(.text+0xca0): In function `main':
: undefined reference to `php_output_end_all'
sapi/fpm/fpm/fpm_main.o(.text+0xca5): In function `main':
: undefined reference to `php_output_deactivate'
sapi/fpm/fpm/fpm_main.o(.text+0xea0): In function `main':
: undefined reference to `php_output_end_all'
sapi/fpm/fpm/fpm_main.o(.text+0xea5): In function `main':
: undefined reference to `php_output_deactivate'
sapi/fpm/fpm/fpm_main.o(.text+0x23b6): In function `zif_fastcgi_finish_request':
: undefined reference to `php_output_end_all'
*** Error code 1
1 error
*** Error code 1

Stop in /basejail/usr/ports/lang/php5.
*** Error code 1
------------------------------------------
Biuldind with 
svn co --revision 300049 http://svn.php.net/repository/php/php-src/trunk/sapi/fpm sapi/fpm
Finished Ok


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-06-05 18:40 UTC] felipe@php.net
-Status: Open +Status: Bogus
 [2010-06-05 18:40 UTC] felipe@php.net
Hi, the fpm has been merged to 5_3 branch. So for use it with PHP 5.3.x try to build the fpm from the related branch.

svn co http://svn.php.net/repository/php/php-src/branches/PHP_5_3/sapi/fpm/

Thanks.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 22:01:28 2024 UTC