AIX Open Source

AIX Open Source

Share your experiences and connect with fellow developers to discover how to build and manage open source software for the AIX operating system

 View Only
  • 1.  AIX GTK2 for AIX7.1 0 revised package to be added to toolbox

    Posted Thu October 19, 2017 02:24 AM

    Originally posted by: SiewEinLee


    we updated the IBM SDK version in our product  , and that impact the gtk2 rpm packages required. We need the following rpm packages to be installed in AIX box .

    What is the process ?

     

    atk-1.32.0-1.aix5.1.ppc.rpm

    cairo-1.12.12-1.aix5.1.ppc.rpm

    expat-2.1.0-1.aix5.1.ppc.rpm

    fontconfig-2.8.0-2.aix5.1.ppc.rpm

    freetype2-2.4.11-1.aix5.1.ppc.rpm

    gettext-0.10.40-8.aix5.2.ppc.rpm

    glib2-2.30.3-2.aix5.1.ppc.rpm

    gtk2-2.20.1-2.aix5.1.ppc.rpm

    jasper-1.900.1-2.aix5.1.ppc.rpm

    jbigkit-libs-2.0-2.aix5.1.ppc.rpm

    libart_lgpl-2.3.21-1.aix5.1.ppc.rpm

    libcroco-0.6.5-1.aix5.1.ppc.rpm

    libdatrie-0.2.4-1.aix5.1.ppc.rpm

    libffi-3.0.11-2.aix5.1.ppc.rpm

    libgcc-4.7.2-1.aix7.1.ppc.rpm

    libiconv-1.14-2.aix5.1.ppc.rpm

    libjpeg-9-1.aix5.1.ppc.rpm

    libpng-1.5.14-1.aix5.1.ppc.rpm

    librsvg2-2.34.2-1.aix5.1.ppc.rpm

    libthai-0.1.18-1.aix5.1.ppc.rpm

    libtiff-4.0.3-1.aix5.1.ppc.rpm

    libxcb-1.7-1.aix5.1.ppc.rpm

    libxml2-2.9.0-1.aix5.1.ppc.rpm

    libXrender-0.9.7-2.aix6.1.ppc.rpm

    lzo-2.06-1.aix5.1.ppc.rpm

    pango-1.24.5-1.aix5.1.ppc.rpm

    pixman-0.28.0-1.aix5.1.ppc.rpm

    xz-libs-5.0.4-1.aix5.1.ppc.rpm

    zlib-1.2.3-4.aix5.2.ppc.rpm



  • 2.  Re: AIX GTK2 for AIX7.1 0 revised package to be added to toolbox

    Posted Thu October 19, 2017 03:21 AM

    Originally posted by: AyappanP


    Most of these packages are available in AIX Toolbox site --> http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html

    Packages are periodically updated so you will not find older versions. Libiconv comes with AIX base OS, so we are providing it in the Toolbox. 

    Make use of yum for installing these packages. All you need to do is download the yum.sh script mentioned in the above link and run it. It will setup everything and then you can use yum install <package>.

     



  • 3.  Re: AIX GTK2 for AIX7.1 0 revised package to be added to toolbox

    Posted Tue October 24, 2017 01:07 AM

    Originally posted by: siewein


    We tested above packages and it work with our application.

    If we need to use the above ( since it is not available in  http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html ) , can we bundle the above rpm files with our product ? Do we need to go through any OSS approval ?

    Kindly advice.



  • 4.  Re: AIX GTK2 for AIX7.1 0 revised package to be added to toolbox

    Posted Wed October 25, 2017 08:58 AM

    Originally posted by: AyappanP


    I think that depends on your company policies. For AIX Toolbox rpms , these are the licensing conditions --> http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/altlic.html



  • 5.  Re: AIX GTK2 for AIX7.1 0 revised package to be added to toolbox

    Posted Fri October 27, 2017 01:24 AM

    Originally posted by: sanket


    You are saying it is not available in  http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html

    Then from where did you get all the packages ? yum.sh set repository as aixtoolbox and any packages installed then via yum is from from aix toolbox for which web page is ( http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html)

    As Ayappan said it depends on your company policy how you want to use/distribute these packages with your software.

     



  • 6.  Re: AIX GTK2 for AIX7.1 0 revised package to be added to toolbox

    Posted Thu November 02, 2017 04:58 AM

    Originally posted by: SiewEinLee


     http://www-03.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html

    only maintain the latest version of rpm . We need the older version of rpm .Eg

    atk-1.32.0-1.aix5.1.ppc.rpm

    Toolbox already at v2.20.0

    The team obtain it from the open source website .

     

     



  • 7.  Re: AIX GTK2 for AIX7.1 0 revised package to be added to toolbox

    Posted Wed November 08, 2017 01:36 AM

    Originally posted by: sanket


    If you are building it yourself and providing it with you product then consider they should not conflict with other RPMs from other sources.

    If someone has your product and your provided RPMs installed and goes and install something from AIX toolbox then he might overwrite if both RPMs binary get installed at same location.

    One solution I can think of is if you provide you bundle and that gets installed at a different location then default and only known to your product.

    In this way your product can use the binaries you provided and customers can still install software from other sources and still they will not conflict.

     

    Thanks

    Sanket