php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #59150 Incorrect path for pam_appl.h
Submitted: 2010-04-08 11:34 UTC Modified: 2017-04-01 21:07 UTC
From: r dot bergoin at openium dot fr Assigned:
Status: Wont fix Package: PAM (PECL)
PHP Version: 5.3.2 OS: Mac OS X 10.5
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2010-04-08 11:34 UTC] r dot bergoin at openium dot fr
Description:
------------
The path should be :
pam/pam_appl.h instead of security/pam_appl.h

Reproduce code:
---------------
Just install the module (using macports php)
pecl install pam

And the configure script fails

Expected result:
----------------
configure should be ok

Actual result:
--------------
configure: error: install the the PAM library or use --with-
pam=DIR to specify the location.
ERROR: `/opt/local/PEAR/temp/pam/configure' failed


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2012-02-23 20:41 UTC] rrcms at terra dot com
need  libpam0g-dev

centos

yum install pam pam-devel

but on Ubuntu

apt-get install libpam0g-dev libpam-devperm
 [2017-04-01 21:07 UTC] tpunt@php.net
-Status: Open +Status: Wont fix
 [2017-04-01 21:07 UTC] tpunt@php.net
Due to this extension not seeing any activity since 2009, this issue will not be fixed. We are therefore closing this now.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 02:01:28 2024 UTC