php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #75803 Systemd-dev installed but configure fails
Submitted: 2018-01-11 19:42 UTC Modified: 2018-01-15 19:49 UTC
From: jr at geeshoe dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 7.2.1 OS: Debian 9
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: jr at geeshoe dot com
New email:
PHP Version: OS:

 

 [2018-01-11 19:42 UTC] jr at geeshoe dot com
Description:
------------
Configure errors saying your system does not support systemd. But -dev package is installed 

./configure --enable-fpm --with-fpm-systemd

checking for pkg-config... no
checking for sd_notify in -lsystemd-daemon... no
checking systemd/sd-daemon.h usability... yes
checking systemd/sd-daemon.h presence... yes
checking for systemd/sd-daemon.h... yes
configure: error: Your system does not support systemd.

Installed libs

ii  libpam-systemd:amd64            232-25+deb9u1                  amd64        system and service manager - PAM module
ii  libsystemd-dev:amd64            232-25+deb9u1                  amd64        systemd utility library - development files
ii  libsystemd0:amd64               232-25+deb9u1                  amd64        systemd utility library
ii  systemd                         232-25+deb9u1                  amd64        system and service manager
ii  systemd-sysv                    232-25+deb9u1                  amd64        system and service manager - SysV links



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-01-15 19:49 UTC] jr at geeshoe dot com
-Status: Open +Status: Closed
 [2018-01-15 19:49 UTC] jr at geeshoe dot com
Running apt-get install pkgconf corrected the problem.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 11:01:29 2024 UTC