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


#Servers
#Opensource
 View Only
  • 1.  httpd won't start after successfull installation

    Posted 07/15/19 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,

     


    #AIX-Open-Source-Software
    #AIXOpenSource


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

    Posted 07/15/19 11:13 AM

    Originally posted by: AyappanP


    Install the latest apr rpm package (1.5.2)


    #AIX-Open-Source-Software
    #AIXOpenSource


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

    Posted 07/15/19 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/


    #AIX-Open-Source-Software
    #AIXOpenSource


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

    Posted 07/15/19 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


    #AIXOpenSource
    #AIX-Open-Source-Software