aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--www/mod_auth_pam/pkg-message6
1 files changed, 6 insertions, 0 deletions
diff --git a/www/mod_auth_pam/pkg-message b/www/mod_auth_pam/pkg-message
index 90c2cacacd9..45bf7026c5d 100644
--- a/www/mod_auth_pam/pkg-message
+++ b/www/mod_auth_pam/pkg-message
@@ -12,4 +12,10 @@ 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
+
************************************************************