freebsd-ports/www/mod_auth_pam/pkg-message
Ying-Chieh Liao 4ede210029 Add information on what to do if the module isn't loading because of missing
symbols.

PR:		27721
Submitted by:	maintainer
2001-05-29 17:43:23 +00:00

22 lines
690 B
Plaintext

************************************************************
You've installed mod_auth_pam, a PAM authentication module
for Apache.
Edit your apache.conf or httpd.conf to enable and setup this
module. Have a look at the files in
${PREFIX}/share/doc/mod_auth_pam for information on how to
to configure it etc.
Then do this to make it work effective:
# apachectl configtest (see if there are any config errors)
# apachectl restart
If you have trouble loading this module due to missing
symbols, try adding the following line to the top of your
apachectl script (on line 2):
LD_PRELOAD=/usr/lib/libpam.so.1; export LD_PRELOAD
************************************************************