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
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)

     



  • 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.