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

ncat rpm installation is giving multiple dependencies

  • 1.  ncat rpm installation is giving multiple dependencies

    Posted Sat January 05, 2019 01:42 AM

    Originally posted by: SBI_AIX


    ncat rpm installation is giving multiple dependencies:

     

    rpm -ivh ncat-7.60-2.aix6.1.ppc.rpm
    error: failed dependencies:
            liblua.a(liblua-5.3.so)   is needed by ncat-7.60-2
            libpcap >= 1.8.1-1 is needed by ncat-7.60-2
            libssh2 >= 1.8.0 is needed by ncat-7.60-2
            libssh2.a(libssh2.so.1)   is needed by ncat-7.60-2
            nmap = 2:7.60-2 is needed by ncat-7.60-2

     

    I am using AIX 7.1 TL4 SP6



  • 2.  Re: ncat rpm installation is giving multiple dependencies

    Posted Mon January 07, 2019 01:12 AM

    Originally posted by: sangameshm


    Yes. ncat has dependency on the list of packages shown.

    You also need to download and install along with ncat.

    or if it is feasible you can configure and use yum to install ncat which takes care of installing the dependencies.

    https://developer.ibm.com/articles/configure-yum-on-aix/

     

    Thanks,

    Sangamesh



  • 3.  Re: ncat rpm installation is giving multiple dependencies

    Posted Mon January 07, 2019 02:18 AM

    Originally posted by: SBI_AIX


    Thanks for replying.

    Unfortunately we do not have linux server for creating repository. I tried to install yum bundle available on ibm site, but that is also giving some library dependencies. 



  • 4.  Re: ncat rpm installation is giving multiple dependencies

    Posted Tue January 08, 2019 06:21 AM

    Originally posted by: AyappanP


    Your AIX machines have access to outside world ? 

    What is the error you are getting ? Please be more specific.