Re: Unable to install both Samba and Claws-Mail
Paul Mather <[email protected]>
| Newsgroups | gmane.os.freebsd.questions |
|---|---|
| Message-ID | <[email protected]> |
On Aug 13, 2026, at 9:32 am, Jerry <[email protected]> wrote: > On 2026-08-13 14:15, Jerry wrote: >>> The incompatibility between "lmdb0: 0.9.35" and "lmdb: 1.0.1.1" >>> prevents me from installing both Claws-Mail and Samba at the same >>> time. This issue has become a significant obstacle. I am unsure why >>> this incompatibility was not identified before these ports were >>> released. Although bug reports exist, I have not been able to >>> determine whether any corrective action is planned or underway. >>> >>> Could anyone recommend a workaround for this incompatibility? >>> >>> Thanks! >>> >> On Thu, Aug 13, 2026 at 8:54 AM Daniel Lysfjord <[email protected]> wrote: >> You can rebuild mail/libetpan without LMDB-support, or use a samba >> version that requires lmdb0 instead of lmdb (samba416 and samba422 is >> listed on freshports). >> >> Hope that helps. > > Would " rebuilding mail/libetpan without LMDB support" cause any > problems with other ports? I have both Postfix and Dovecot running on > this machine. FWIW, I got caught by this recently. I have samba423 installed and it seems my postfix-sasl package got uninstalled because of the fallout with the lmdb changes. As a workaround, I rebuilt postfix-sasl with the LMDB option unset. (I'm not knowingly using LMDB in my Postfix setup.) That allowed me to install both postfix-sasl and samba423. Cheers, Paul.