Results 1 to 6 of 6

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

  1. #1
    W4NTED is offline Registered User
    Name: Aissani Mehdi
    Organization: W4NTED.NET
    Project: W4NTED PROJECT
    Join Date
    Jan 2011
    Posts
    12

    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 :

    Code:
    ice.slice = /murmur/server-1/Murmur.ice
    It result to an error:
    on php -m
    and other php command
    and an error with apache2

    Code:
    /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

  2. #2
    W4NTED is offline Registered User
    Name: Aissani Mehdi
    Organization: W4NTED.NET
    Project: W4NTED PROJECT
    Join Date
    Jan 2011
    Posts
    12
    Engine: Ice 3.3.1
    On Debian

  3. #3
    xdm's Avatar
    xdm
    xdm is offline ZeroC Staff
    Name: Jose Gutierrez de la Concha
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Sep 2003
    Location
    La Coruņa, Spain
    Posts
    588
    Hi,

    You need to specify the directories to search for Slices files with -I.
    Code:
    ice.slice= -I/opt/Ice-3.3.1/slice /murmur/server-1/Murmur.ice

  4. #4
    W4NTED is offline Registered User
    Name: Aissani Mehdi
    Organization: W4NTED.NET
    Project: W4NTED PROJECT
    Join Date
    Jan 2011
    Posts
    12
    It works but i have a warning.

    Code:
    PHP Warning:  PHP Startup: skipping dictionary ::Murmur::UserInfoMap - unsupported key type in Unknown on line 0

  5. #5
    bernard's Avatar
    bernard is offline ZeroC Staff
    Name: Bernard Normier
    Organization: ZeroC, Inc.
    Project: Ice
    Join Date
    Feb 2003
    Location
    Palm Beach Gardens, FL
    Posts
    1,294
    You may want to read the Ice Murmur page.

    Best regards,
    Bernard
    Bernard Normier
    ZeroC, Inc.

  6. #6
    W4NTED is offline Registered User
    Name: Aissani Mehdi
    Organization: W4NTED.NET
    Project: W4NTED PROJECT
    Join Date
    Jan 2011
    Posts
    12
    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.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 02-18-2010, 12:46 PM
  2. Replies: 1
    Last Post: 02-05-2006, 01:58 AM
  3. Replies: 4
    Last Post: 01-13-2006, 06:23 AM
  4. Ice 2.1.2 and PHP SSL error ???
    By surfer in forum Help Center
    Replies: 4
    Last Post: 01-09-2006, 05:29 AM
  5. Ice Php 1.0.2 link error
    By fengxb in forum Help Center
    Replies: 12
    Last Post: 03-09-2004, 12:08 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •