Originally posted by: dieter_mosbach
      If i understand
    
    
      https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/SPECS/samba-4.6.4-1.spec
    
    
      this package is without AD-support?
    
    
       
    
    
      If I try to compile with AD-Support, I'm getting errors.
    
    
      Waf: Entering directory `/tmp/samba-4.6.4/bin'
          Selected embedded Heimdal build
  [ 557/3386] Compiling lib/addns/dnsrecord.c
  "../source4/heimdal/lib/gssapi/gssapi/gssapi_spnego.h", line 49.28: 1506-277 (S) Syntax error: possible missing ';' or ','?
  "../source4/heimdal/lib/gssapi/gssapi/gssapi_spnego.h", line 41.1: 1506-485 (S) Parameter declaration list is incompatible with declarator for GSSAPI_CPP_START.
  Waf: Leaving directory `/tmp/samba-4.6.4/bin'
  Build failed:  -> task failed (err #1):
          {task: cc dnsrecord.c -> dnsrecord_1.o}
    
    
       
    
    
      configured with:
    
    
       
    
    
      cd /tmp/samba-4.6.4 && \
  ./configure \
      --prefix=/usr/local/samba \
      --with-winbind \
      --with-ads \
      --with-ldap \
      --without-ad-dc \
      --disable-gnutls \
      --with-automount \
      --disable-cups \
      --disable-iprint \
      --with-pam \
      --with-sendfile-support \
      --with-syslog \
      --with-utmp \
      --check-c-compiler=xlc
    
    
       
    
    
       
    
    
       
    
#AIXOpenSource#AIX-Open-Source-Software