aboutsummaryrefslogtreecommitdiffstats
path: root/www/mod_auth_pam
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2001-05-30 01:43:23 +0800
committerijliao <ijliao@FreeBSD.org>2001-05-30 01:43:23 +0800
commit3863978c49da77d524f89671c37d15214212e6ee (patch)
treeea74fa6db86e02a95f59b052f1f1e35243905458 /www/mod_auth_pam
parent3e7be46a70fc53a8a31294201e639e90976a8ea9 (diff)
downloadfreebsd-ports-gnome-3863978c49da77d524f89671c37d15214212e6ee.tar.gz
freebsd-ports-gnome-3863978c49da77d524f89671c37d15214212e6ee.tar.zst
freebsd-ports-gnome-3863978c49da77d524f89671c37d15214212e6ee.zip
Add information on what to do if the module isn't loading because of missing
symbols. PR: 27721 Submitted by: maintainer
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
+
************************************************************