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

 View Only
Expand all | Collapse all

Apr 1.5.2, Apr-util 1.5.4 and httpd 2.4.38-2 available on AIX Toolbox

  • 1.  Apr 1.5.2, Apr-util 1.5.4 and httpd 2.4.38-2 available on AIX Toolbox

    Posted Wed April 17, 2019 06:39 AM

    Originally posted by: ReshmaVKumar


    AIX Toolbox used to provide apr, apr-util and httpd as a single package/rpm.

    Recently, it is split up into separate apr,apr-util and httpd rpms(in line with other distros).

    Those who use yum to update to the latest version of httpd won't face any issues.

    Others who manually update httpd through rpm command, follow these steps.

    1. Download apr-1.5.2, apr-util-1.5.4 (https://ftp.software.ibm.com/aix/freeSoftware/aixtoolbox/RPMS/ppc/apr/) and httpd-2.4.38-2 rpms (If httpd-devel of old version is installed,then download apr-devel and apr-util-devel as well).

    2. Run rpm -Uvh <apr> <apr-util> <httpd>

      If httpd-devel is also installed, then run

       rpm -Uvh <apr> <apr-devel> <apr-util> <apr-util-devel> <httpd> <httpd-devel>

     

     

     

     


    #AIXOpenSource
    #AIX-Open-Source-Software


  • 2.  Re: Apr 1.5.2, Apr-util 1.5.4 and httpd 2.4.38-2 available on AIX Toolbox

    Posted Mon May 06, 2019 09:16 AM

    Originally posted by: ctremel


    please refrain from adding K*and S* scripts in the rc.d directories, it is not the vendors matter to force the startup of server daemons.  this might be cool on desktop distributions but in an server environment this is highly

    uncomfortable. this possibly relates to other packages to (samba, etc...).

     

    /etc/rc.d/rc2.d/Khttpd
    /etc/rc.d/rc2.d/Shttpd
    /etc/rc.d/rc3.d/Khttpd
    /etc/rc.d/rc3.d/Shttpd

     


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 3.  Re: Apr 1.5.2, Apr-util 1.5.4 and httpd 2.4.38-2 available on AIX Toolbox

    Posted Mon May 06, 2019 05:47 PM

    Originally posted by: sanket


     

    Hi Chris,

    Sorry I am not able to understand the concern over having Startup/Shutdown scripts in the /etc/rc2.d dir.

    This is system V standard/recommendation style of init. 


    #AIX-Open-Source-Software
    #AIXOpenSource


  • 4.  Re: Apr 1.5.2, Apr-util 1.5.4 and httpd 2.4.38-2 available on AIX Toolbox

    Posted Tue May 07, 2019 03:31 AM

    Originally posted by: ctremel


    hi,

    its a little bit prone to failure as for example httpd is a dependency of another needed package, and on next reboot httpd comes up unexpected. now one can oppose that the script can be removed on the user side, but on

    next upgrade it is reinstalled.  unpleasant, isnt it, especially in an hacmp/ha environment?

     

    chris

     


    #AIX-Open-Source-Software
    #AIXOpenSource