Learn about Centmin Mod LEMP Stack today
Register Now

[Solved] Install Fresh install of beta09 without PHP

Discussion in 'Bug Reports' started by EckyBrazzz, Oct 2, 2019.

  1. EckyBrazzz

    EckyBrazzz Active Member

    916
    189
    43
    Mar 28, 2018
    >>>>Click here<<<< i'm nearby......
    Ratings:
    +362
    Local Time:
    11:06 PM
    Latest
    Latest
    Please fill in any relevant information that applies to you:
    • CentOS Version: centos 7.7
    • Centmin Mod Version Installed: 23.09beta01
    • Nginx Version Installed: 1.17.4
    • PHP Version Installed: none
    • Persistent Config: Do you have any persistent config file options set in



    • On fresh installation of beta09 PHP7.3 did not get installed.
    Did get on error on installation, but pressed 'n'
    Going to stop this server, and give another a try with the new kernel 5.3 at UpCloud.

    If needed can post the installation file.
     
    Last edited: Oct 3, 2019
  2. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,672
    Local Time:
    12:06 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
  3. EckyBrazzz

    EckyBrazzz Active Member

    916
    189
    43
    Mar 28, 2018
    >>>>Click here<<<< i'm nearby......
    Ratings:
    +362
    Local Time:
    11:06 PM
    Latest
    Latest
    @eva2000 I just email you 3 files

    When I tried PHP -v got illegal function error.
     
    Last edited: Oct 2, 2019
  4. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,672
    Local Time:
    12:06 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Got the email and initial install logs. When you recompiled PHP via centmin.sh menu option 5 and it worked, did you recompile same PHP version = 7.3.10 or downgrade to 7.3.9 ? can you also provide the php_upgrade log from /root/centminlogs so I can compare.

    Seems PHP 7.3.10 initial install has run some php unit tests which previous versions didn't and ran into a unit test failure. But your PHP 7.3.10 initial install installed fine and from what I could see was working as the post-install check list of software versions reported PHP 7.3.10 being installed. Or did PHP not work after initial install ?
     
  5. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,672
    Local Time:
    12:06 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    Ah I see you enabled php make tests which runs through php unit testing for developers of PHP to work on fixes etc. It's not uncommon for php unit tests to fail
    Code (Text):
    PHPMAKETEST='y'
    

    so there's nothing wrong with your initial PHP install, just set PHPMAKETEST='n' or don't set it at all (default is disabled).

    I added the option for PHPMAKETEST just for troubleshooting if PHP fails to install. In your case PHP installed fine.
     
  6. EckyBrazzz

    EckyBrazzz Active Member

    916
    189
    43
    Mar 28, 2018
    >>>>Click here<<<< i'm nearby......
    Ratings:
    +362
    Local Time:
    11:06 PM
    Latest
    Latest
    Worked out of the box when I recompiled
     
  7. eva2000

    eva2000 Administrator Staff Member

    53,488
    12,130
    113
    May 24, 2014
    Brisbane, Australia
    Ratings:
    +18,672
    Local Time:
    12:06 PM
    Nginx 1.27.x
    MariaDB 10.x/11.4+
    so how did it not work on initial install ? other than those make unit reported errors, any php task you did that didn't work ? restarting php-fpm or php app use ? as post-install check list suggests PHP 7.3.10 installed fine initially