Bug 7327 - Build fails while building without kerberos
Summary: Build fails while building without kerberos
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.6
Classification: Unclassified
Component: Build environment (show other bugs)
Version: unspecified
Hardware: Other Linux
: P3 normal
Target Milestone: ---
Assignee: Björn Jacke
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-04-05 04:47 UTC by Kai Blin
Modified: 2010-04-07 15:33 UTC (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Kai Blin 2010-04-05 04:47:22 UTC
When trying to build s3 with ./configure --enable-developer --without-krb5 --without-ads --disable-merged-build,
the build fails with:
libsmb/clispnego.c: In function ‘spnego_gen_negTokenTarg’:
libsmb/clispnego.c:391: error: implicit declaration of function ‘cli_krb5_get_ticket’

Note that another bug (I'll open another bugzilla entry for that right away) seems to "fix" the build if you have the kerberos and ldap libraries installed and don't specify --without-ads, even if you say --without-krb5, as configure will just go on and pretend we used --with-krb5 in that case.
Comment 1 Volker Lendecke 2010-04-07 15:33:00 UTC
Fixed with 7ccd68073ddc02abdd6d8fbfaefef5c42e4e8178

Thanks!

Volker