aboutsummaryrefslogtreecommitdiff
path: root/www/mod_auth_pam
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-29 17:43:23 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2001-05-29 17:43:23 +0000
commit4ede210029d1ac61ed8af9bb0e911f2b552e9cf1 (patch)
tree98b2669f753b5c13d7e108a998dee0a8feead50c /www/mod_auth_pam
parent9ee06a45a1067b76699ca1400a459ebf832c1a61 (diff)
downloadports-4ede210029d1ac61ed8af9bb0e911f2b552e9cf1.tar.gz
ports-4ede210029d1ac61ed8af9bb0e911f2b552e9cf1.zip
Notes
Diffstat (limited to 'www/mod_auth_pam')
-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 90c2cacacd98..45bf7026c5d3 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
+
************************************************************