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.  rrdtool fails

    Posted Mon July 01, 2019 10:03 AM

    Originally posted by: bdbfitit


    Installed latest version of rrdtool :

    rpm -qi rrdtool
    Name        : rrdtool
    Version     : 1.7.0
    Release     : 4
    Architecture: ppc
    Install Date: Mon Jul  1 15:16:15 CEST 2019
    Group       : Applications/Databases
    Size        : 9863006
    License     : GPL
    Signature   : (none)
    Source RPM  : rrdtool-1.7.0-4.src.rpm
    Build Date  : Thu Jan 24 09:48:05 CET 2019
    Build Host  : pokndd10.pok.stglabs.ibm.com
     

    Running the command fails :

     /usr/bin/rrdtool
    exec(): 0509-036 Cannot load program /usr/bin/rrdtool because of the following errors:
            0509-130 Symbol resolution failed for /opt/freeware/lib/librrd.a(librrd.so.8) because:
            0509-136   Symbol _GLOBAL__AIXI_libdbi_so (number 5) is not exported from
                       dependent module /opt/freeware/lib/libdbi.a(libdbi.so.1).
            0509-136   Symbol _GLOBAL__AIXD_libdbi_so (number 6) is not exported from
                       dependent module /opt/freeware/lib/libdbi.a(libdbi.so.1).
            0509-026 System error: Error 0
            0509-192 Examine .loader section symbols with the
                     'dump -Tv' command.

    ls -l /usr/bin/rrdtool /opt/freeware/bin/rrdtool
    -rwxr-xr-x    1 root     system        24931 Jan 24 09:48 /opt/freeware/bin/rrdtool
    lrwxrwxrwx    1 root     system           30 Jul 01 15:16 /usr/bin/rrdtool -> ../../opt/freeware/bin/rrdtool

     

    It seems to be a problem with libdbi package :

    rpm -qi libdbi-0.8.4-1.ppc
    Name        : libdbi
    Version     : 0.8.4
    Release     : 1
    Architecture: ppc
    Install Date: Wed Dec  5 17:31:30 CET 2018
    Group       : Development/Libraries
    Size        : 383359
    License     : LGPLv2+
    Signature   : (none)
    Source RPM  : libdbi-0.8.4-1.src.rpm
    Build Date  : Thu Nov 11 15:19:31 CET 2010
    Build Host  : aix51.perzl.org
     

     


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 2.  Re: rrdtool fails

    Posted Mon July 01, 2019 10:59 AM

    Originally posted by: AyappanP


    Install the AIX Toolbox version of libdbi package. You seems to have perzl libdbi rpm. 

     


    #AIXOpenSource
    #AIX-Open-Source-Software


  • 3.  Re: rrdtool fails

    Posted Tue July 02, 2019 03:16 AM

    Originally posted by: bdbfitit


    Thanks for the update.

    Installed libdbi of AIX toolbox, rrdtool now working.

     


    #AIX-Open-Source-Software
    #AIXOpenSource