Archived

This forum has been archived. Please start a new discussion on GitHub.

Fatal error - php SliceChecksumDict.ice and murmur.ice.

Hello,
It's me again :(
I am very sorry because i am not a super pro.

My new problem:

I have had in my php ini the line :
ice.slice = /murmur/server-1/Murmur.ice

It result to an error:
on php -m
and other php command
and an error with apache2
/murmur/server-1/Murmur.ice:9: error: Can't open include file "Ice/SliceChecksumDict.ice"
    #include <Ice/SliceChecksumDict.ice>
1 error in preprocessor.
PHP Fatal error:  Unable to start ice module in Unknown on line 0

Comments

  • Engine: Ice 3.3.1
    On Debian
    ;)
  • xdm
    xdm La Coruña, Spain
    Hi,

    You need to specify the directories to search for Slices files with -I.
    ice.slice= -I/opt/Ice-3.3.1/slice /murmur/server-1/Murmur.ice
    
  • It works but i have a warning.
    PHP Warning:  PHP Startup: skipping dictionary ::Murmur::UserInfoMap - unsupported key type in Unknown on line 0
    
  • bernard
    bernard Jupiter, FL
    You may want to read the Ice Murmur page.

    Best regards,
    Bernard
  • Yeah !!!

    Zerocs rocks ;)

    Thanx a lot xdm and Bernard, you have been very helpfull.

    I don't know how i can reward the zeroc staff for the help but i will.
    Maybe, i ll make some free pub on my website.
    I love your staff.

    It's a pleasure to use ice.
    Thanx.