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
  • 1.  problem starting apache with php

    Posted Tue November 24, 2020 04:20 AM
    Hello.
    I cannot find any useful info on the web - so kindly please help me, if you can.
    When I start apache, this error message appears:

    # /opt/freeware/sbin/apachectl start
    httpd: Syntax error on line 551 of /opt/freeware/etc/httpd/conf/httpd.conf: Syntax error on line 6 of /opt/freeware/etc/httpd/conf/extra/httpd-php.conf: Cannot load /opt/freeware/lib/httpd/modules/libphp5.so into server: rtld: 0712-001 Symbol sigsetjmp was referenced\n from module /opt/freeware/lib/httpd/modules/libphp5.so(), but a runtime definition\n of the symbol was not found.\nrtld: 0712-001 Symbol siglongjmp was referenced\n from module /opt/freeware/lib/httpd/modules/libphp5.so(), but a runtime definition\n of the symbol was not found.

    ------------------------------
    Karol Ciesla
    ------------------------------


  • 2.  RE: problem starting apache with php

    Posted Tue November 24, 2020 10:26 AM

    List the following output.
    rpm -qa 

    Looks like you have a old php rpm. Can you update it ?



    ------------------------------
    Ayappan P
    ------------------------------



  • 3.  RE: problem starting apache with php

    Posted Tue November 24, 2020 11:16 AM
    Hello.
    PHP is quite old - I'll try to check with customer and software developer if we can update it without any problem. Till last Monday it was working. I'm not aware of any change, but I'm not the only person who administers this system.
    Here is output.

    # rpm -qa
    gd-2.0.35-5.ppc
    glib2-2.38.2-1.ppc
    grep-2.14-1.ppc
    httpd-2.4.4-1.ppc
    libXpm-3.5.12-1.ppc
    libgpg-error-1.10-1.ppc
    libjpeg-9b-2.ppc
    libmpc-1.0.1-2.ppc
    libsigsegv-2.10-1.ppc
    libstdc++-4.8.1-1.ppc
    libtool-2.4.6-2.ppc
    libxml2-2.9.7-1.ppc
    libxslt-1.1.26-2.ppc
    lynx-2.8.4-2.ppc
    make-3.80-1.ppc
    mpfr-3.1.2-1.ppc
    pkg-config-0.28-1.ppc
    proftpd-1.3.4d-1.ppc
    rsync-3.0.6-1.ppc
    sed-4.2.2-1.ppc
    t1lib-5.1.2-1.ppc
    tcl-8.4.7-3.ppc
    unzip-5.51-1.ppc
    xz-devel-5.2.3-1.ppc
    zlib-1.2.8-3.ppc
    file-libs-5.32-1.ppc
    nano-2.3.6-1.ppc
    coreutils-64bit-8.29-1.ppc
    ncurses-5.9-1.ppc
    bzip2-1.0.6-2.ppc
    perl-5.8.8-2.ppc
    libffi-3.2.1-2.ppc
    libidn-1.34-1.ppc
    python-libs-2.7.13-1.ppc
    less-530-1.ppc
    gdbm-devel-1.13-1.ppc
    cyrus-sasl-2.1.27-1.ppc
    sudo-1.8.20p2-1.ppc
    php-common-5.5.1-2.ppc
    php-cli-5.5.1-2.ppc
    gcc-cpp-4.8.1-1.ppc
    gettext-0.17-1.ppc
    gzip-1.2.4a-10.ppc
    info-5.2-1.ppc
    libgcrypt-1.5.0-1.ppc
    libiconv-1.15-1.ppc
    libmcrypt-2.5.8-5.ppc
    libpng-1.6.34-1.ppc
    libstdc++-devel-4.8.1-1.ppc
    libtool-ltdl-2.4.6-2.ppc
    libxml2-devel-2.9.7-1.ppc
    logrotate-3.8.2-1.ppc
    m4-1.4.16-1.ppc
    pcre-8.41-1.ppc
    popt-1.16-1.ppc
    readline-7.0-3.ppc
    screen-4.0.3-1.ppc
    tar-1.22-1.ppc
    tk-8.4.7-3.ppc
    xorg-compat-aix-1.1-1.ppc
    xz-libs-5.2.3-1.ppc
    zlib-devel-1.2.8-3.ppc
    file-5.32-1.ppc
    gmp-6.1.2-1.ppc
    ncdu-1.13-1.ppc
    expat-2.2.5-1.ppc
    sqlite-3.21.0-1.ppc
    bash-5.0-4.ppc
    AIX-rpm-7.2.4.0-8.ppc
    gdbm-1.13-1.ppc
    libssh2-1.8.0-1.ppc
    db4-4.8.30-1.ppc
    curl-7.60.0-1.ppc
    python-2.7.13-1.ppc
    git-2.2.2-3.ppc
    libgcc-8.1.0-1.ppc
    openldap-2.4.48-3.ppc
    freetype2-2.4.4-3.ppc
    openssl-1.0.2o-1.ppc
    mod_php_ap24-5.5.1-2.ppc

    ------------------------------
    Karol Ciesla
    ------------------------------