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
Expand all | Collapse all

iperf3-3.6-1: install error

  • 1.  iperf3-3.6-1: install error

    Posted Thu March 21, 2019 09:14 AM

    Originally posted by: ctremel


    root@aixbuildhostng: /root # yum install iperf3
    Setting up Install Process
    Resolving Dependencies
    --> Running transaction check
    ---> Package iperf3.ppc 0:3.6-1 will be installed
    --> Processing Dependency: libsctp.a(shr.o) for package: iperf3-3.6-1.ppc
    --> Finished Dependency Resolution
    Error: Package: iperf3-3.6-1.ppc (AIX_Toolbox)
               Requires: libsctp.a(shr.o)

     


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 2.  Re: iperf3-3.6-1: install error

    Posted Thu March 21, 2019 09:42 AM

    Originally posted by: AyappanP


    iperf3 requires sctp library. 

     

    # lslpp -w /usr/lib/libsctp.a
      File                                        Fileset               Type
      ----------------------------------------------------------------------------
      /usr/lib/libsctp.a                          bos.net.sctp          File


    Make sure you have bos.net.sctp fileset installed. If not, install it , run "updtvpkg" and then try installing iperf3. 

     


    #AIXOpenSource
    #AIX-Open-Source-Software