On Fri, Nov 24, 2023 at 2:54 PM Mihamina RKTMB via Exim-users < [email protected]> wrote:
> On 11/24/23 14:22, Jeremy Harris via Exim-users wrote: > > On 11/24/23 11:06, Mihamina RKTMB via Exim-users wrote: > >> diff --git a/exim.Makefile b/exim.Makefile > > > > The Exim project git has no file called that, so I'm unclear how you > > are building and from what. > > The modifications I showed are those I made to src/src/EDITME > (https://git.exim.org/exim.git/blob/HEAD:/src/src/EDITME) before I > copied it to Local/Makefile. Sorry about not being clear. > You normally should copy src/EDITME to Local/Makefile then edit the Local/Makefile. I made the following modifications to src/src/EDITME and then launched > the build, which reported no errors, then I run the binary I built. > > The problem is I still get "support for "saslauthd" not compiled" message. > > Is uncommenting "AUTH_CYRUS_SASL=yes" and "AUTH_LIBS=-lsasl2" enough, or > should I uncomment more lines? > Actually you should look at Local/Makefile very keenly and uncomment all the options that you want. Once you do that, `make` will tell you whether there is some header files it wants that you need to install. Once compile completes, exim -bV will tell you what has been compiled into the binary. -- Best regards, Odhiambo WASHINGTON, Nairobi,KE +254 7 3200 0004/+254 7 2274 3223 "Oh, the cruft.", egrep -v '^$|^.*#' ¯\_(ツ)_/¯ :-) [How to ask smart questions: http://www.catb.org/~esr/faqs/smart-questions.html] -- ## subscription configuration (requires account): ## https://lists.exim.org/mailman3/postorius/lists/exim-users.lists.exim.org/ ## unsubscribe (doesn't require an account): ## [email protected] ## Exim details at http://www.exim.org/ ## Please use the Wiki with this list - http://wiki.exim.org/
