X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/blobdiff_plain/ceafd592b7c084e0857902f0dd4132db97b2abf7..3c4b9ee388be517609fd6e911e3d3a8fa5bfc571:/FAQ diff --git a/FAQ b/FAQ index 826f75b..f1628c7 100644 --- a/FAQ +++ b/FAQ @@ -51,3 +51,10 @@ A7) When you run the "configure" script, you must enable the MemoServ module; for example, "./configure --enable-modules=memoserv". Then see the comment near the start of src/mod-memoserv.c for configuration options. + +Q8) How do I enable both HelpServ and MemoServ? +A8) In addition to the post-install configuration steps above, you +must mention both when you run the configure script. For example, run +it using "./configure --enable-modules=memoserv,helpserv". (You may +add the snoop and/or sockcheck modules as well; separate the module +names with commas.)