Announcement

Collapse
No announcement yet.

PHP Fatal error

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • PHP Fatal error

    Using the latest git I now get this on startup

    Code:
    dean@linux:~/Desktop/phoronix-test-suite> ./phoronix-test-suite benchmark universe
    PHP Fatal error:  Call to undefined function posix_getpwuid() in /home/dean/Desktop/phoronix-test-suite/pts-core/functions/pts-functions_linux.php on line 15
    PHP Fatal error:  Call to undefined function posix_getpwuid() in /home/dean/Desktop/phoronix-test-suite/pts-core/functions/pts-functions_linux.php on line 15
    dean@linux:~/Desktop/phoronix-test-suite>

  • #2
    This error is still present in the 2.1 release.

    Comment


    • #3
      Originally posted by deanjo View Post
      This error is still present in the 2.1 release.
      Which is odd since that function is part of PHP 4/5:



      Hmmm
      Michael Larabel
      https://www.michaellarabel.com/

      Comment


      • #4
        Originally posted by Michael View Post
        Which is odd since that function is part of PHP 4/5:



        Hmmm
        OK, found out that it added another dependency on openSUSE

        The package needed to be installed is php-posix

        Comment

        Working...
        X