princemichi Posted December 23, 2010 Share Posted December 23, 2010 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.icePHP 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=768005http://www.zeroc.com/doc/Ice-3.3.1/manual/IcePHP.29.3.htmlHope 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 More sharing options...
princemichi Posted December 28, 2010 Author Share Posted December 28, 2010 any help? MAP - Mumb1e Admin Plugin go to -> http://www.mumb1e.de/ Link to comment Share on other sites More sharing options...
Administrators kissaki Posted December 29, 2010 Administrators Share Posted December 29, 2010 Try also adding the path+Ice to the include path.As a hack-fix you can also just remove the import statement and remove any uses of whats included.See/diff with what MumPI / I did to fix it https://github.com/Kissaki/MumPI/raw/master/libs/Murmur123_fixed.ice Link to comment Share on other sites More sharing options...
princemichi Posted December 29, 2010 Author Share Posted December 29, 2010 Hey,you´re rigth: /** * * Doesn´t work on this system * * include </usr/share/slice/Ice/SliceChecksumDict.ice> * **/ /** * Doesn´t work on this system * * idempotent Ice::SliceChecksumDict getSliceChecksums(); * */ Thank you very much kissaki!Best regards, P.M. MAP - Mumb1e Admin Plugin go to -> http://www.mumb1e.de/ Link to comment Share on other sites More sharing options...
Administrators kissaki Posted December 29, 2010 Administrators Share Posted December 29, 2010 no problem :) Link to comment Share on other sites More sharing options...
laryllan6 Posted January 23, 2011 Share Posted January 23, 2011 The apache2 server crashed still exist in mumble-server-web 1.2.3RC2 from PPA for Ubuntu 10.04.Do you plan to resolve this? Link to comment Share on other sites More sharing options...
Moderators pcgod Posted January 23, 2011 Moderators Share Posted January 23, 2011 You have to fix your apache config, there is nothing we can do to fix that. Link to comment Share on other sites More sharing options...
exablast Posted January 25, 2011 Share Posted January 25, 2011 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 More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now