php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #76075 --with-fpm-acl wrongly tries to find libacl on FreeBSD
Submitted: 2018-03-09 13:33 UTC Modified: 2018-04-13 19:57 UTC
From: mgorny at gentoo dot org Assigned: bukka (profile)
Status: Closed Package: FPM related
PHP Version: master-Git-2018-03-09 (Git) OS: Gentoo/FreeBSD 11.1
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 you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mgorny at gentoo dot org
New email:
PHP Version: OS:

 

 [2018-03-09 13:33 UTC] mgorny at gentoo dot org
Description:
------------
The --with-fpm-acl option causes build failure on FreeBSD:

checking sys/acl.h usability... yes
checking sys/acl.h presence... yes
checking for sys/acl.h... yes
checking for acl_free in -lacl... no
configure: error: libacl required not found

This is because acl_* functions are built into -lc on *BSD, and therefore -lacl is not present nor necessary.

PR: https://github.com/php/php-src/pull/3170


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2018-03-12 14:50 UTC] bukka@php.net
-Package: Compile Failure +Package: FPM related -Assigned To: +Assigned To: bukka
 [2018-04-13 19:57 UTC] bukka@php.net
-Status: Assigned +Status: Closed
 [2018-04-13 19:57 UTC] bukka@php.net
This has been fixed and merged to 7.1+
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Fri Jan 31 22:01:29 2025 UTC