You are not logged in.

#1 2009-09-28 17:47:54

ben123
Member
Registered: 2009-04-19
Posts: 13

Mythweb no longer works after PHP 5.3 upgrade

After upgrading to php 5.3 and manually patching up the configurations according to the news post, I'm now seeing the following error in /var/log/httpd/error_log when starting mythweb:

[Mon Sep 28 10:26:23 2009] [error] [client 127.0.0.1] PHP Fatal error:  Call to undefined function posix_uname() in /home/mythtv/mythweb/includes/defines.php on line 21

Here is the php and all the split packages I've installed.

ocal/php 5.3.0-3
    An HTML-embedded scripting language
local/php-apache 5.3.0-3
    Apache SAPI for PHP
local/php-gd 5.3.0-3
    gd module for PHP
local/php-mcrypt 5.3.0-3
    mcrypt module for PHP
local/php-sqlite 5.3.0-3
    sqlite3 module for PHP

Anyone knows what package posix_uname should be included in, or if it's no longer compiled in?  Here's a mythtv ticket on the issue:

http://www.gossamer-threads.com/lists/m … its/388774

It suggested manually patching mythweb, but I prefer not doing that.  Another suggestion was to use the php-process package on Fedora.  Any idea what this now corresponds to in Arch, if any?

Offline

#2 2009-09-28 18:18:23

Pierre
Developer
From: Bonn
Registered: 2004-07-05
Posts: 1,964
Website

Re: Mythweb no longer works after PHP 5.3 upgrade

Try to enable the posix.so module in php.ini

Offline

#3 2009-09-28 18:47:36

ben123
Member
Registered: 2009-04-19
Posts: 13

Re: Mythweb no longer works after PHP 5.3 upgrade

Thanks a lot.  It was in my old php.ini file, but I missed merging that change into the new config file.

Offline

Board footer

Powered by FluxBB