This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

Using ICE to add a new channel on Centos 7


fbartolom
 Share

Recommended Posts

Hullo,


I think I have installed ICE on my Centos 7 server. My need is to dynamically create channels on the murmur server by means of some scripting language ultimately called by a php script. I did not find any information on the internet about this practice. I tried following one of the scripts in the forum as a test:

#!/usr/bin/python
import Ice
Ice.loadSlice('-I/usr/share/Ice-3.5.1/slice', ['Murmur.ice'])
import Murmur
comm = Ice.initialize()

 

but python stopped it cold by complaining it does not find the Ice module. How do I add it?

I checked and in fact I have IcePHP.so, even if python my not find it, at:

/usr/lib64/php/modules/IcePHP.so

Sorry, but I am very new to both murmur and Ice.

My phpInfo information is temporarily availabel at:

http://backoffice.taxiprofessional.net/inarrivo/php/phpinfo.php

where the Ice module seems to be present, albeit with nearly no configuration as you may see.


Thanks, Fabrizio

Link to comment
Share on other sites

 Share

×
×
  • Create New...