Compiling Imap with PHP
This server is using Apache/1.3.33 (Unix) mod_auth_passthrough/1.8 mod_log_bytes/1.2 mod_bwlimited/1.4 PHP/4.3.9 FrontPage/5.0.2.2634a mod_ssl/2.8.22 OpenSSL/0.9.7a and I would like to compile Imap so it works with PHP. I downloaded the latest version of Imap, and the Makefile has several choices. For Linux I'm offered these choices:nx Linux with traditional passwords and crypt() in the C library (see lnp, sl4, sl5, and slx)
lnp Linux with Pluggable Authentication Modules (PAM)
lmd Mankdrake Linux
lrh RedHat Linux 7.2 and later
sl4 Linux using -lshadow to get the crypt() function
sl5 Linux with shadow passwords, no extra libraries
slx Linux using -lcrypt to get the crypt() function
Imap is a registered service on the server and does function, it just doesn't work with PHP. So my question is, what option do I choose to run with the Makefile? Or more importantly, how would I check to see what option I should choose?
Thanks!