I am working on a horde / imp install on my linode. It is rather involved but I am stuck trying to get the –with-imap option to work with phpv4. One of the prerequisites is the c-client library and the c-client library won't install due to a missing pam module. The source is from "ftp://ftp.cac.washington.edu/imap/" and I am compiling it on Mandrake 9.1 (large). The error message is:
osdep.c:71:31: security/pam_appl.h: No such file or directory
The file pam_appl.h is not in the source or anywhere in my file systems. This is followed by a series of errors due to the missing file.
Does anyone have any ideas?