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


#Servers
#Opensource
 View Only
  • 1.  samba on aix7.1

    Posted 12/06/17 04:48 AM

    Originally posted by: mekneslive


    Hi,

     

    Does it exist a Samba package for AIX 7.1 OS.

     

    thanks

    regards


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 2.  Re: samba on aix7.1

    Posted 12/12/17 03:47 AM

    Originally posted by: AyappanP


    The Samba Package here --> ftp://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/samba/  built in AIX 6.1 will also work in AIX 7.1

     


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 3.  Re: samba on aix7.1

    Posted 06/21/18 11:18 AM

    Originally posted by: techxan


    Does anyone know if this version works on AIX7.2?


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 4.  Re: samba on aix7.1

    Posted 06/21/18 11:26 AM

    Originally posted by: AyappanP


    It will work. Most of the packages built in AIX 6.1 will work in AIX 7.1 ,7.2. GCC is an exception here since it depends very much on OS specific stuffs.


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 5.  Re: samba on aix7.1

    Posted 06/21/18 11:50 AM

    Originally posted by: techxan


    Ok,  I just tried installing version 4.6.15-1 on one of my AIX7.1 servers and got over 600 dependency errors.  Is there any site that is comprehensive?  

    Sample error below:

     

    +-----------------------------------------------------------------------------+
                              RPM  Error Summary:
    +-----------------------------------------------------------------------------+
    The following errors occurred during installation:
    error: Failed dependencies:
            samba-common = 4.6.15-1 is needed by libsmbclient-4.6.15-1.ppc
            libCHARSET3-samba4.so is needed by libsmbclient-4.6.15-1.ppc
            libaddns-samba4.so is needed by libsmbclient-4.6.15-1.ppc
            libasn1util-samba4.so is needed by libsmbclient-4.6.15-1.ppc
            libauth-sam-reply-samba4.so is needed by libsmbclient-4.6.15-1.ppc
            libauthkrb5-samba4.so is needed by libsmbclient-4.6.15-1.ppc
            libcli-cldap-samba4.so is needed by libsmbclient-4.6.15-1.ppc
            libcli-ldap-common-samba4.so is needed by libsmbclient-4.6.15-1.ppc
            libcli-ldap-samba4.so is needed by libsmbclient-4.6.15-1.ppc

            ....................


    #AIXOpenSource
    #AIX-Open-Source-Software


  • 6.  Re: samba on aix7.1

    Posted 06/21/18 01:06 PM

    Originally posted by: AyappanP


    Samba has lot of dependencies. Please use yum to install it.

    If you don't have yum setup, get the yum.sh script and run it.

    You can get the link to yum.sh script from AIX TOOLBOX site.


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 7.  Re: samba on aix7.1

    Posted 06/25/18 02:06 AM

    Originally posted by: sanket


    Here is the link for yum.sh

    Download yum.sh on your system and run it as a root. It will installed rpm.rte (if needed) and all the rpm packages needed to setup yum.

    Once you have installed yum you can use yum to install any open source package from AIX toolbox. yum will automatically resolved the dependencies and download and install them. 

     


    #AIX-Open-Source-Software
    #AIXOpenSource