Jump to content
Mumble forums

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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
 Share

×
×
  • Create New...