AIX

 View Only
  • 1.  how to verify PHP and XAMPP installed or not in AIX

    Posted Fri June 21, 2024 07:50 AM

    We have AIX 7.1 servers
    How to verify PHP and XAMPP are installed in those servers or not ?
    How to verify using commands ?
    In which default path it will get installed in AIX server ?



    ------------------------------
    Arun kumar Rajendran
    ------------------------------


  • 2.  RE: how to verify PHP and XAMPP installed or not in AIX

    Posted Mon June 24, 2024 02:16 AM

    Hi,

    You can verify if php is installed using the rpm command.

    rpm -qa | grep php

    The default installation path for RPMs or toolbox packages on AIX is /opt/freeware.



    ------------------------------
    Saikrishna Akkela
    ------------------------------



  • 3.  RE: how to verify PHP and XAMPP installed or not in AIX

    Posted Mon June 24, 2024 09:08 AM

    Hello.....Im agree with Saikrishna Akkela.
    You should see the followed link https://www.ibm.com/support/pages/aix-toolbox-open-source-software-downloads-alpha
    and try to find with rpm -qa all the dev tools you mention on XAMPP (mariadb, mysql, php or perl....)

    Regards

    Juanjo MO



    ------------------------------
    Juan Jose Morales Ortiz
    ------------------------------



  • 4.  RE: how to verify PHP and XAMPP installed or not in AIX

    Posted Mon June 24, 2024 08:40 AM
    Edited by Alexander Pettitt Mon June 24, 2024 08:40 AM

    I don't see a XAMPP installer for AIX. There is one for Linux.

    XAMPP's basic idea was an installer that would just install everything. It doesn't require packages. 
    The Linux version installs in /opt/lampp.



    ------------------------------
    Alexander Pettitt
    ------------------------------