Bug 4229 - SAMBA_3_0_23 branch do not compile without kerberos
Summary: SAMBA_3_0_23 branch do not compile without kerberos
Status: RESOLVED FIXED
Alias: None
Product: Samba 3.0
Classification: Unclassified
Component: libsmbclient (show other bugs)
Version: 3.0.23
Hardware: Other Linux
: P3 minor
Target Milestone: none
Assignee: Derrell Lipman
QA Contact: Samba QA Contact
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-11-15 08:01 UTC by Mikhail Kshevetskiy (dead mail account)
Modified: 2006-11-15 09:15 UTC (History)
0 users

See Also:


Attachments
trivial patch to fix the samba compilation without kerberos (457 bytes, patch)
2006-11-15 08:03 UTC, Mikhail Kshevetskiy (dead mail account)
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Mikhail Kshevetskiy (dead mail account) 2006-11-15 08:01:01 UTC
compiling SAMBA_3_0_23 svn branch (revision 19713) on slackware linux i got the following error:

Compiling libsmb/cliconnect.c
libsmb/cliconnect.c: In function `cli_session_setup_spnego':
libsmb/cliconnect.c:751: error: `got_kerberos_mechanism' undeclared (first use in this function)
libsmb/cliconnect.c:751: error: (Each undeclared identifier is reported only once
libsmb/cliconnect.c:751: error: for each function it appears in.)
make: *** [libsmb/cliconnect.o] Error 1
Comment 1 Mikhail Kshevetskiy (dead mail account) 2006-11-15 08:03:16 UTC
Created attachment 2220 [details]
trivial patch to fix the samba compilation without kerberos
Comment 2 Gerald (Jerry) Carter (dead mail address) 2006-11-15 09:14:59 UTC
Much appreciated.  Patch has gone in just in time for 3.0.23d.
Comment 3 Gerald (Jerry) Carter (dead mail address) 2006-11-15 09:15:11 UTC
marking as fixed.