From 4ede210029d1ac61ed8af9bb0e911f2b552e9cf1 Mon Sep 17 00:00:00 2001 From: Ying-Chieh Liao Date: Tue, 29 May 2001 17:43:23 +0000 Subject: Add information on what to do if the module isn't loading because of missing symbols. PR: 27721 Submitted by: maintainer --- www/mod_auth_pam/pkg-message | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'www/mod_auth_pam') 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 + ************************************************************ -- cgit v1.2.3