diff options
author | ijliao <ijliao@FreeBSD.org> | 2001-05-30 01:43:23 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2001-05-30 01:43:23 +0800 |
commit | 3863978c49da77d524f89671c37d15214212e6ee (patch) | |
tree | ea74fa6db86e02a95f59b052f1f1e35243905458 /www/mod_auth_pam | |
parent | 3e7be46a70fc53a8a31294201e639e90976a8ea9 (diff) | |
download | freebsd-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-message | 6 |
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 + ************************************************************ |