-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Hey,
I had this working for years. I started to setup a new laptop and it wasn't working anymore, mbsync
was issuing
Error performing SASL authentication step: SASL(-1): generic failure: Unable to find a callback: 32775
Turns out the install path was wrong. At least the following fixed for me.
--- a/Makefile.am
+++ b/Makefile.am
@@ -3,7 +3,7 @@ CYRYS_SASL_PREFIX = @CYRUS_SASL_PREFIX@
CYRYS_SASL_CPPFLAGS = @CYRUS_SASL_CPPFLAGS@
CYRUS_SASL_LDFLAGS = @CYRUS_SASL_LDFLAGS@
-pkglibdir = ${CYRUS_SASL_PREFIX}/lib/sasl2
+pkglibdir = ${CYRUS_SASL_PREFIX}/lib64/sasl2
pkglib_LTLIBRARIES = libxoauth2.la
libxoauth2_la_CPPFLAGS = ${CYRUS_SASL_CPPFLAGS}
libxoauth2_la_LDFLAGS = ${CYRUS_SASL_LDFLAGS} -module
I'm running a Fedora 42.
Cheers,
Metadata
Metadata
Assignees
Labels
No labels