delset Posted February 26, 2011 Share Posted February 26, 2011 Just thought this might help someone...I am running murmur on Ubuntu 9.10 and I upgraded to murmur version 1.2.3-1~ppa1~karmic1(X11) and upon server restart ( I upgraded kernel too ) apache failed to startup. Was given an apache error in logs saying: /usr/share/slice/Murmur.ice:9 error: Can't open include file "Ice/SliceChecksumDict.ice"I changed the line in Murmur.ice from:#include To:#include /share/slice/Ice/SliceChecksumDict.ice>After that the problem seems to be resolved, at least apache will now startup. I don't understand why the original config couldn't find the file, it seems as though it should have worked. So if you get an error saying it can't find the file, try the full path to the file in your config. Ensure that your path doesn't differ from mine.-Cheers Link to comment Share on other sites More sharing options...
Administrators kissaki Posted February 26, 2011 Administrators Share Posted February 26, 2011 I don't understand why the original config couldn't find the file, it seems as though it should have workedBecause /usr/share/slice was not in the working-dir, thus not found.The Murmur.ice itself is included from apache, thus apaches working dir. Link to comment Share on other sites More sharing options...
delset Posted February 27, 2011 Author Share Posted February 27, 2011 That makes sense! Thanks for the explanation. Link to comment Share on other sites More sharing options...
kentarii Posted March 4, 2011 Share Posted March 4, 2011 For debian/ubuntu, you can add the path to the .ice files in the /etc/php5/conf.d/IcePHP.iniextension = IcePHP.so ice.slice = "-I/usr/share/Ice/slice /usr/share/Ice/slice/Murmur.ice"Path's may be different depending on your installation though. 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