From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux ppc; en-US; rv:0.9.8+) Gecko/20020203 Description of problem: pam cannot build because of wrong INCLUDED. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. build stage Actual Results: INCLUDED=${topdir}/include Expected Results: INCLUDED=${topdir}/include/pwdb Additional info: In source files, pwdb header files are included as: #include <pwdb/pwdb_public.h> So header files from pwdb are installed to ${topdir}/include/pwdb not to ${topdir}/include. BTW, Why pwdb is included with pam SRPM? Now the version of pwdb package is 0.61.2. # But no header files are included in pwdb package now. :-( # Why?
The pwdb maintainer has moved on to other packages, and requested that pwdb be removed from the distribution. For the moment, we're attempting to continue building pam_pwdb to keep existing configurations from breaking, but it will be fixed in 0.75-27. Thanks!