[Bug 1010573] Re: Depends on incompatible version of php-zeroc-ice (Call to undefined function Ice_intversion())
Thue Janus Kristensen
thuejk at gmail.com
Sat Jun 9 12:02:41 UTC 2012
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.
--
You received this bug notification because you are a member of Debian
VoIP Team, which is subscribed to mumble in Ubuntu.
https://bugs.launchpad.net/bugs/1010573
Title:
Depends on incompatible version of php-zeroc-ice (Call to undefined
function Ice_intversion())
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/mumble/+bug/1010573/+subscriptions
More information about the Pkg-voip-maintainers
mailing list