[kontact] [Bug 508752] Creating a mailbox fails
bluelupo
bugzilla_noreply at kde.org
Wed Aug 27 11:52:40 BST 2025
https://bugs.kde.org/show_bug.cgi?id=508752
--- Comment #7 from bluelupo <info at sinweb.de> ---
The solution suggested in the bug 505656 report helped.
1. Create a new script in ~/.config/plasma-workspace/env named 'sasl_path.sh'
with the following content.
export SASL_PATH=/usr/lib/x86_64-linux-gnu/sasl2
2. Create a new symlink in /usr/lib/x86_64-linux-gnu/sasl2 since
libkdexoauth2.so didn't exist:
cd /usr/lib/x86_64-linux-gnu/sasl2
sudo ln -s libkdexoauth2.so.3 libkdexoauth2.so
After that, it was possible to set up a mailbox again.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list