1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-22 08:58:47 +00:00

Add information on what to do if the module isn't loading because of missing

symbols.

PR:		27721
Submitted by:	maintainer
This commit is contained in:
Ying-Chieh Liao 2001-05-29 17:43:23 +00:00
parent 9ee06a45a1
commit 4ede210029
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43282

View File

@ -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
************************************************************