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
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: r dot bergoin at openium dot fr
New email:
PHP Version: OS:

 

 [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

Pull Requests

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: Mon Dec 30 17:01:29 2024 UTC