Comment 1 for bug 1010573

Revision history for this message
Thue Janus Kristensen (thuejk) wrote :

Hmm, I retract the above comment.

Doing a

    ln -s /usr/lib/php5/20090626+lfs/IcePHP.so /usr/lib/php5/20090626

Makes the "Call to undefined function Ice_intversion()" go away. But why is that manual linking neccesary?

After that I get an error that /usr/share/mumble-server-web/www/weblist.php cannot include Ice.php . But manually modifying the include path
    set_include_path(get_include_path() . PATH_SEPARATOR . "/usr/share/Ice-3.4.2/php/lib/");
Fixes that (of course that shouldn't be neccesary).

After fixing that, I get an error
    PHP Fatal error: require(): Failed opening required 'Murmur.php' (include_path='.:/usr/share/php:/usr/share/pear:/usr/share/Ice-3.4.2/php/lib/') in /usr/share/mumble-server-web/www/weblist.php on line 17
Which doesn't seem fixable. Doing a
    find /usr -iname murmur.php
doesn't return anything.