php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #65926 configure statedir option does not apply to fpm on source rebuild
Submitted: 2013-10-18 03:42 UTC Modified: 2021-12-05 04:22 UTC
From: marfillaster at gmail dot com Assigned: cmb (profile)
Status: No Feedback Package: FPM related
PHP Version: 5.5.5 OS: 2.6.32-358.el6.x86_64
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2013-10-18 03:42 UTC] marfillaster at gmail dot com
Description:
------------
1. Initially, configure was not passed --statedir. Then php was built.
2. FPM wrote logs as expected in $prefix/var/log.
3. As a preference, logs should be in /var/log, so php was reconfigured with --statedir=/var then rebuilt.
4. The defaults written in php-fpm.conf.defaults automatically reflected /var.
5. Starting php-fpm service triggers an error as it still looking at $prefix/var/log

workaround: 
a. make clean
or
b. manually override all conf that relies on statedir

Expected result:
----------------
php-fpm should start normally and use the reconfigured statedir

make clean should not be required

Actual result:
--------------
php-fpm did not start as it still looks in default derived statedir

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2021-11-23 13:35 UTC] cmb@php.net
-Status: Open +Status: Feedback -Assigned To: +Assigned To: cmb
 [2021-11-23 13:35 UTC] cmb@php.net
Is this still an issue with any of the actively supported PHP
versions[1]?

[1] <https://www.php.net/supported-versions.php>
 [2021-12-05 04:22 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 "Re-Opened". Thank you.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 08:01:29 2024 UTC