PDA

View Full Version : PHP Fatal error


deanjo
04-11-2008, 02:16 PM
Using the latest git I now get this on startup


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>

deanjo
04-12-2008, 01:33 PM
This error is still present in the 2.1 release.

Michael
04-12-2008, 01:36 PM
This error is still present in the 2.1 release.

Which is odd since that function is part of PHP 4/5:

http://us.php.net/posix_getpwuid

Hmmm

deanjo
04-12-2008, 01:40 PM
Which is odd since that function is part of PHP 4/5:

http://us.php.net/posix_getpwuid

Hmmm

OK, found out that it added another dependency on openSUSE

The package needed to be installed is php-posix