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:
parent
9ee06a45a1
commit
4ede210029
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=43282
@ -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
|
||||
|
||||
************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user