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 Toolbox -- Numerous new open source packages for AIX

    Posted Wed September 14, 2016 06:29 AM

    Originally posted by: sanket


    There is renewed focus on the "AIX Toolbox" open source site, providing open source packages built for AIX.
    You'll want to read the assorted disclaimers (this is 'as-is' 3rd party software; we built and packaged these but we don't own the code, etc.)
    The web page table is updated at the Toolbox HTTP site with the new and updated packages.
    http://www.ibm.com/systems/power/software/aix/linux/toolbox/alpha.html
     
    There are over 50 packages those are newly built this year.
    Recently updated packages include the following -- in no particular order:

     

    pysqlite-1.1.7

    gdb-7.9.1

    httpd-2.4.18
    ptpd-2.3.1
    libstdc++-4.8.5 (6.1)
    libgomp-4.8.5 (6.1)
    libgcc-4.8.5 (6.1)
    gcc-gfortran-4.8.5 (6.1)
    gcc-c++-4.8.5 (6.1)
    gcc-4.8.5 (6.1)
    libmpc-1.0.3
    gzip-1.6
    tkinter-2.7.10
    python-2.7.10
    libpcap-1.7.4
    tcpdump-4.7.4
    emacs-24.5
    dbus-1.6.12
    rsync-3.1.2
    openldap-2.4.40
    logrotate-3.8.5
    curl 7.44.0
    bash 4.3.30
    findutils 4.4.2
    autoconf 2.69
    automake 1.15
    make 4.1
    binutils 2.25.1
    perl 5.22.0
    python 2.7.10
    gzip 1.6
    grep 2.22
    diffutils 3.3
    coreutils 8.25
    libtool 2.4.6
    ruby 2.3.0
    sudo 1.8.15
    http 2.4.18
    lsof 4.89
    file 5.12
    libxml2 2.7.8
    openldap 2.4.40
    pcre 8.33
    php 7.0.7
    zlib 1.2.8
    cups 2.0.2
    dbus 1.6.12
    emacs 2.4.5
    jbigkit 2.0
    libpaper 1.1.24
    libpcap 1.7.4
    logrotate 3.8.5
    rsync 3.1.2
    tcpdump 4.7.4
    wget 1.17.1

     

    More package updates will come over time.



  • 2.  Re: AIX Toolbox -- Numerous new open source packages for AIX

    Posted Wed October 19, 2016 09:51 AM

    Originally posted by: Sylvain DELABARRE


    Hello,

    Is there any plan to add the "watch" rpm.

    It's available from http://www.perzl.org/aix/index.php?n=Main.Watch  , but seems incompatible with the latest ncurses from our favorite AIT Toolbox.



  • 3.  Re: AIX Toolbox -- Numerous new open source packages for AIX

    Posted Thu October 20, 2016 02:07 AM

    Originally posted by: sanket


    Hi Sylvain,

    watch utility is part of procps package and that package supply lot more utilities (ps, top, vmstat, sysctl, w, kill, skill, nice, snice, pgrep, free, tload, uptime, watch etc).

    Most of these are already provided by AIX hence there is no current plan to port this package.

    Regarding only watch also, I think the basic functionality of watch can be achieved by simple shell script (agree watch provide lot more options) hence not anyone else requested this tool ever.

    I can add watch utility in the whishlist and will see if in future we can port this package.

     

    Thanks

    Sanket



  • 4.  Re: AIX Toolbox -- Numerous new open source packages for AIX

    Posted Wed January 03, 2018 09:13 AM

    Originally posted by: Chris_Monk


    Hi, are there any plans to add bash-complete to the toolbox please?

     

    Cheers Chris



  • 5.  Re: AIX Toolbox -- Numerous new open source packages for AIX

    Posted Tue February 13, 2018 06:00 AM

    Originally posted by: sanket


    I think you are referring to bash-completion. Currently there are no plans to port bash-completions on AIX. 



  • 6.  Re: AIX Toolbox -- Numerous new open source packages for AIX

    Posted Fri June 15, 2018 06:29 AM

    Originally posted by: AnuRaja


    Hi,

    I am trying to configure unixODBC on my AIX 7.1 server for connecting SAP HANA Database. 

    Installed unixODBC  from AIX toolbox site using yum. 

    But it is not working out, getting error like below...I checked all things and looks good. Pls help how to check further. 

    Does unixODBC (from AIX toolbox) support 64 bit drivers ?

    ------------------------------------------------------------------------------------------------------------------------------------------------------

    root@ddb2:/opt/freeware/etc>isql -v SD0

    [01000][unixODBC][Driver Manager]Can't open lib '/usr/sap/hdbclient/libodbcHDB.so' : file not found

    ---------------------------------------------------------------------------------------------------------------------------------------------------------

     

     

    root@ddb2:/opt/freeware/etc>ls -l /usr/sap/hdbclient/libodbcHDB.so
    -r-xr-xr-x    1 root     system     45288207 May  2 10:51 /usr/sap/hdbclient/libodbcHDB.so

    ---------------------------------------------------------------------------------------------------------------------------------------
    root@cddb2:/opt/freeware/etc>ldd /usr/sap/hdbclient/libodbcHDB.so
    /usr/sap/hdbclient/libodbcHDB.so needs:
             /usr/lib/libpthread.a(shr_xpg5_64.o)
             /usr/lib/libC.a(shr_64.o)
             /usr/lib/libC.a(shr2_64.o)
             /usr/lib/libC.a(shr3_64.o)
             /usr/lib/libC.a(ansi_64.o)
             /usr/lib/libc.a(shr_64.o)
             /unix
             /usr/lib/libC.a(shrcore_64.o)
             /usr/lib/libC.a(ansicore_64.o)
             /usr/lib/libcrypt.a(shr_64.o)

    -------------------------------------------------------------------------------------------------------------------------------------------------------
    root@ddb2:/opt/freeware/etc>file /usr/sap/hdbclient/libodbcHDB.so
    /usr/sap/hdbclient/libodbcHDB.so: 64-bit XCOFF executable or object module not stripped
    -----------------------------------------------------------------------------------------------------------------------------------------------
    root@ddb2:/opt/freeware/etc>file /usr/bin/isql
    /usr/bin/isql: executable (RISC System/6000) or object module
    root@ddb2:/opt/freeware/etc>

    ----------------------------------------------------------------------------------------------------------------------------
    root@ddb2:/opt/freeware/etc>odbcinst -j
    unixODBC 2.3.5
    DRIVERS............: /opt/freeware/etc/odbcinst.ini
    SYSTEM DATA SOURCES: /opt/freeware/etc/odbc.ini
    FILE DATA SOURCES..: /opt/freeware/etc/ODBCDataSources
    USER DATA SOURCES..: //.odbc.ini
    SQLULEN Size.......: 4
    SQLLEN Size........: 4

    SQLSETPOSIROW Size.: 2

    -----------------------------------------------------------------------------------------------------------------------

    root@ddb2:/opt/freeware/etc>echo $LIBPATH
    :/usr/lib64:/usr/sap/hdbclient:/opt/freeware/lib64
    root@ddb2:/opt/freeware/etc>

     

    ---------------------------------------------------------------------------------------------------------------------

     

     

     

     

     



  • 7.  Re: AIX Toolbox -- Numerous new open source packages for AIX

    Posted Mon June 25, 2018 02:19 AM

    Originally posted by: sanket


    The solution for problem has been provided in 

    https://www.ibm.com/developerworks/community/forums/html/topic?id=89cc2398-a5b4-4d15-bf42-78a30e535fad&ps=25