Bug 11532 - insufficient dependencies for samba-cluster-support library
Summary: insufficient dependencies for samba-cluster-support library
Status: RESOLVED WORKSFORME
Alias: None
Product: Samba 4.1 and newer
Classification: Unclassified
Component: Clustering (show other bugs)
Version: unspecified
Hardware: All All
: P5 normal (vote)
Target Milestone: ---
Assignee: Volker Lendecke
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-09-28 01:05 UTC by Jelmer Vernooij
Modified: 2021-09-03 13:22 UTC (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jelmer Vernooij 2015-09-28 01:05:57 UTC
When building with clustering support in Samba 4.3, I get many references to undefined symbols.

This appears to be because samba-cluster-support does not depend on samba3core. However, when I add this dependency, it creates a circular dependency so won't build.

A workaround is to build with --builtin-libraries=samba-cluster-support and adding 'samba3util' as dependency to smbregistry.
Comment 1 Volker Lendecke 2021-09-03 13:22:23 UTC
Assuming this is no longer an issue. --with-clustering-support works fine for me. If you can still reproduce this with a supported version, please re-open this bug. Sorry for not getting back to you earlier.