Open Source Development

Power Open Source Development

Explore the open source tools and capabilities for building and deploying modern applications on IBM Power platforms including AIX, IBM i, and Linux.


#Power


#Power

 View Only
  • 1.  Samba-4.6.4 is available on AIX toolbox

    Posted Sun July 02, 2017 06:33 AM

    Originally posted by: sanket


    Samba-4.6.4 and all its dependencies are now available on AIX toolbox.

    This is official release of Samba with fix for CVE-2017-7494

    https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/samba/

    You can also use YUM to install samba on AIX. 

     

    Thanks

    Sanket


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 2.  Re: Samba-4.6.4 is available on AIX toolbox

    Posted Tue July 04, 2017 05:26 PM

    Originally posted by: dieter_mosbach


    Are the patches available?


    #AIXOpenSource
    #AIX-Open-Source-Software


  • 3.  Re: Samba-4.6.4 is available on AIX toolbox

    Posted Thu July 06, 2017 12:38 PM

    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