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

murmur.ice -> SliceChecksumDict.ice -> apache crash


princemichi
 Share

Recommended Posts

Hey Guys,

i search for your help, because i try to fix this issue since a few weeks. Okay.

When i wants to update to murmur 1.2.3-rc1-8-g979bf30 my apache2-server is going down.


In Apache error.log i got this error:

/srv/murmur/Murmur.ice:9: No include path in which to find Ice/SliceChecksumDict.ice

PHP Fatal error: Unable to start ice module in Unknown on line 0

 

I have added this line into my php.ini:

ice.slice = "-I/usr/share/slice /srv/murmur/Murmur.ice"

 

The correct path to my "SliceChecksumDict.ice" on my server (ubuntu) is:

/usr/share/slice/Ice/SliceChecksumDict.ice

 

I know also about this url´s:

https://sourceforge.net/tracker/index.php?func=detail&aid=3009456&group_id=147372&atid=768005

http://www.zeroc.com/doc/Ice-3.3.1/manual/IcePHP.29.3.html


Hope you can help me, have a nice christmas,

Regards,

P.M.

MAP - Mumb1e Admin Plugin go to -> http://www.mumb1e.de/

Link to comment
Share on other sites

  • 4 weeks later...

hi, i had this problem this morning too...

i've upgraded my server yesterday and saw today, that apache isn't working...


i've fixed it on putting the includepath of ice (not the file) with -I in the MurmurPHP.ini


/etc/php5/apache2/conf.d/MurmurPHP.ini:

ice.slice=-I/usr/share/Ice/slice /usr/share/slice/Murmur.ice

 

fix it in two lines: (tested Ubuntu 10.04 LTS)

sudo echo "ice.slice=-I/usr/share/Ice/slice /usr/share/slice/Murmur.ice" > /etc/php5/apache2/conf.d/MurmurPHP.ini
sudo service apache2 restart

 

cya J:-)

Link to comment
Share on other sites

 Share

×
×
  • Create New...