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

apache apxs does not honor bitness

  • 1.  apache apxs does not honor bitness

    Posted Tue March 19, 2019 07:42 AM

    Originally posted by: ctremel


    next bug on the line..

     

    while building mod_jk against your httpd-devel stuff, it has come to my attention that your apxs ignores module bitness.

    i would say this is not intended behaviour.

     

    root@aixtest01: /root/tomcat-connectors-1.2.46-src/native #  /opt/freeware/bin/apxs -q libexecdir
    Use of uninitialized value in concatenation (.) or string at /opt/freeware/bin/apxs line 222.
    /opt/freeware/lib/httpd/modules
    root@aixtest01: /root/tomcat-connectors-1.2.46-src/native #
    root@aixtest01: /root/tomcat-connectors-1.2.46-src/native #  /opt/freeware/bin/apxs_64 -q libexecdir
    Use of uninitialized value in concatenation (.) or string at /opt/freeware/bin/apxs_64 line 222.
    /opt/freeware/lib/httpd/modules

     



  • 2.  Re: apache apxs does not honor bitness

    Posted Thu March 21, 2019 10:30 AM

    Originally posted by: AyappanP


    Thanks for reporting the issue. Noted.