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

httpd won't start after successfull installation

  • 1.  httpd won't start after successfull installation

    Posted Mon July 15, 2019 10:57 AM

    Originally posted by: cforget2810


    Hi,

    I install httpd 2.4.39 successfully but when trying to start it I have and error:

    root@wcalqu06:/etc/rc.d/rc2.d> ./Shttpd start
    Starting Apache httpd... Could not load program /opt/freeware/sbin/httpd:
    Symbol resolution failed for /opt/freeware/lib/libaprutil-1.so because:
            Symbol _GLOBAL__AIXI_libapr_1_so (number 4) is not exported from dependent
              module /opt/freeware/lib/libapr-1.so.
            Symbol _GLOBAL__AIXD_libapr_1_so (number 5) is not exported from dependent
              module /opt/freeware/lib/libapr-1.so.
            Symbol apr_os_uuid_get (number 84) is not exported from dependent
              module /opt/freeware/lib/libapr-1.so.
    System error: Error 0
    Examine .loader section symbols with the 'dump -Tv' command.
    done.

    apr-util-1.5.4-1.ppc is installed:

     

    Any idea what may be wrong?

     

    Thanks very much for your help,

     



  • 2.  Re: httpd won't start after successfull installation

    Posted Mon July 15, 2019 11:13 AM

    Originally posted by: AyappanP


    Install the latest apr rpm package (1.5.2)



  • 3.  Re: httpd won't start after successfull installation

    Posted Mon July 15, 2019 11:53 AM

    Originally posted by: cforget2810


    It is strange,  Here is what I have:

    root@wcalqu06:/export/download/Apache> rpm -qa | grep apr
    apr-1.6.2-1.ppc
    apr-util-1.5.4-1.ppc

    I installed yum running yum.sh from a download site https://public.dhe.ibm.com/aix/freeSoftware/aixtoolbox/ezinstall/ppc/



  • 4.  Re: httpd won't start after successfull installation

    Posted Mon July 15, 2019 02:01 PM

    Originally posted by: cforget2810


    Hi,

    I forced the installation of 1.5.2 then remove 1.6.2.  Now it starts.

    Thanks for your help