#4072 gentoo: Linking issue in idmap test program with samba 4.10.6
Closed: cloned-to-github 5 years ago by pbrezina. Opened 5 years ago by musover.

I have been unable to build sssd 2.2.0 on a gentoo system due to the idmap test failing to build. As such, the output obtained from configure is

checking Samba's idmap plugin interface version... idmap test result is: 127
configure: error: Cannot determine Samba's idmap interface version, please use --with-smb-idmap-interface-version

The test program requires two additional libraries in order to be built. That would be replace-samba4 and smbd-shim-samba4.

Replacing line 63,

LIBS="$LIBS -L${sambalibdir} -lidmap-samba4 -Wl,-rpath ${sambalibdir}"

with

LIBS="$LIBS -L${sambalibdir} -lidmap-samba4 -lreplace-samba4 -lsmbd-shim-samba4 -Wl,-rpath ${sambalibdir}"

in src/external/samba.m4 produces a valid result on the idmap test.


Metadata Update from @thalman:
- Issue tagged with: Future milestone

5 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/5040

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Metadata Update from @pbrezina:
- Issue close_status updated to: cloned-to-github
- Issue status updated to: Closed (was: Open)

5 years ago

Log in to comment on this ticket.

Metadata