Re: Unable to install both Samba and Claws-Mail
Daniel Lysfjord <[email protected]>
| Newsgroups | gmane.os.freebsd.questions |
|---|---|
| Message-ID | <[email protected]> |
On 2026-08-13 15:32, Jerry 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. > Looking at freshports.org (again), it doesn't seem like it should cause any problems. postfix uses LMDB, but has no relationship with libetpan as I can see. Dovecot has no relationship with either. I have never tried using libetpan without LMDB (nor with, for that matter), so my answers are only based on the information I can see looking at the dependencies listed on freshports.org. According to the options for libetpan, it uses LMDB for caching, so, using it without might impact performance. Good luck:)