AIX

 View Only
  • 1.  installation of httpd-2.4.38-2.aix6.1.ppc.rpm not working

    Posted Thu May 09, 2019 10:02 AM

    Originally posted by: cforget2810


    Hi,  I am trying to install httpd 2.3.38 but it does not work:


    wcalqa5n:root:/var/tmp> rpm -ivq httpd-2.4.38-2.aix6.1.ppc.rpm
    package httpd-2.4.38-2.aix6.1.ppc.rpm is not installed
    wcalqa5n:root:/var/tmp> rpm -qa | grep http
    wcalqa5n:root:/var/tmp> oslevel -s
    7100-05-02-1832


    wcalqa5n:root:/var/tmp> rpm -ivq httpd-2.4.38-2.aix6.1.ppc.rpm --force
    rpm: only installation and upgrading may be forced
    wcalqa5n:root:/var/tmp> 
     

     

    What can I do?



  • 2.  Re: installation of httpd-2.4.38-2.aix6.1.ppc.rpm not working

    Posted Thu May 09, 2019 10:52 AM

    Originally posted by: AyappanP


    You are invoking the rpm command with "-q" option that overrides the "-i" option. Remove the "-q" option and try.



  • 3.  Re: installation of httpd-2.4.38-2.aix6.1.ppc.rpm not working

    Posted Thu May 09, 2019 11:02 AM

    Originally posted by: cforget2810


    Thanks very much.  I have no experience with that.
    Now I get a bunch of dependencies...

    Most of the libraries are not on 'toolbox'.  I guess they are part or the package mentionned below.
    error: Failed dependencies:
            apr >= 1.5.2-1 is needed by httpd-2.4.38-2.ppc
            apr-util >= 1.5.4-1 is needed by httpd-2.4.38-2.ppc
            cyrus-sasl >= 2.1.26-3 is needed by httpd-2.4.38-2.ppc
            db >= 4.8 is needed by httpd-2.4.38-2.ppc
            libapr-1.so is needed by httpd-2.4.38-2.ppc
            libaprutil-1.so is needed by httpd-2.4.38-2.ppc
            libcrypto.a(libcrypto.so.1.0.2) is needed by httpd-2.4.38-2.ppc
            liblber.a(liblber-2.4.so.2) is needed by httpd-2.4.38-2.ppc
            libldap.a(libldap-2.4.so.2) is needed by httpd-2.4.38-2.ppc
            libpcre.a(libpcre.so.1) is needed by httpd-2.4.38-2.ppc
            libsasl2.a is needed by httpd-2.4.38-2.ppc
            libssl.a(libssl.so.1.0.2) is needed by httpd-2.4.38-2.ppc

            openldap >= 2.4.40 is needed by httpd-2.4.38-2.ppc
            pcre >= 8.42 is needed by httpd-2.4.38-2.ppc
            zlib >= 1.2.11 is needed by httpd-2.4.38-2.ppc

     

    I will go download the packages then try again and we'll see.

    Have a good day



  • 4.  Re: installation of httpd-2.4.38-2.aix6.1.ppc.rpm not working

    Posted Thu May 09, 2019 11:10 AM

    Originally posted by: cforget2810


    Hi again,  I have idsldap already installed, will openldap cause issues ?
     

    There are 2 packages I can't find on toolbox:
            AIX-rpm >= 7.2.0.0 is needed by libstdc++-8.1.0-2.ppc
            libgcc = 8.1.0-2 is needed by libstdc++-8.1.0-2.ppc

     

    wcalqa5n:root:/var/tmp/httpd-2.4.38> rpm -qa | grep rpm
    AIX-rpm-7.1.4.1-3.ppc
    wcalqa5n:root:/var/tmp/httpd-2.4.38>  rpm -qa | grep libgcc
    libgcc-6.3.0-2.ppc
     

    Where can I get them?

     

    I have to ask : is it possible to get a package with all the dependencies required for httpd installation?  Seems like this will take forever (dependencies of dependencies...) ?



  • 5.  Re: installation of httpd-2.4.38-2.aix6.1.ppc.rpm not working

    Posted Thu May 09, 2019 11:22 AM

    Originally posted by: AyappanP


    Try to use yum to install the packages.

    Check this topic to see how to setup yum  -->  https://www.ibm.com/developerworks/community/forums/html/topic?id=8f013176-da59-4234-b96a-b0580b55b7c2&ps=25

    If symbolic links are created in /usr/bin by idslink (from idsldap), then installing openldap will overwrite those symbolic links. Other than that i don't see any issue. 

    By the way , there is a separate forum for AIX Opensource.

    https://www.ibm.com/developerworks/community/forums/html/forum?id=2eb0f36d-9534-471b-8b27-c21e6c5b9b2b



  • 6.  Re: installation of httpd-2.4.38-2.aix6.1.ppc.rpm not working

    Posted Thu May 09, 2019 12:04 PM

    Originally posted by: cforget2810


    Thanks for replying. 

    yes there a a bunch of idsldap links, all pointing to /opt/IBM/ldap/v6.1/bin.  I am not sure it is a good idea.  Can I receate them after to point to what it was?

    I will go check the opensource forum.



  • 7.  Re: installation of httpd-2.4.38-2.aix6.1.ppc.rpm not working

    Posted Thu May 09, 2019 12:08 PM

    Originally posted by: AyappanP


    Yes. You can recreate them by invoking this command " /opt/IBM/ldap/V6.1/bin/idslink -g -f "

     



  • 8.  Re: installation of httpd-2.4.38-2.aix6.1.ppc.rpm not working

    Posted Thu May 09, 2019 12:19 PM

    Originally posted by: cforget2810


    Thank you very much.  I was going to do it 'by hand'.