Results 1 to 3 of 3

Thread: Does ICE 3.3.1 support version 5.2.5 or 5.3 of PHP on RHEL 5 64 bit?

  1. #1
    tinat is offline Registered User
    Name: Tina Tsui
    Organization: Vanderbilt University Medical Center
    Project: Collaborative platform for Imaging Mass Spec
    Join Date
    Apr 2011
    Posts
    2

    Does ICE 3.3.1 support version 5.2.5 or 5.3 of PHP on RHEL 5 64 bit?

    Hi all,

    I'm using the latest version of OMERO which requires Ice 3.3.1 I also would like to integrate with another PHP component that requires version 5.2.5 or later on the same server running RHEL 5.x (x86_64). Your document lists 5.1.6 as the supported version of PHP. I'm wondering if PHP 5.2.5 or 5.3 is compatible with Ice 3.3.1 on RHEL 5.

    Thanks!
    Tina

  2. #2
    mes's Avatar
    mes
    mes is offline ZeroC Staff
    Name: Mark Spruiell
    Organization: ZeroC, Inc.
    Project: Ice Developer
    Join Date
    Feb 2003
    Location
    California
    Posts
    1,445
    Hi Tina,

    Welcome to the forum.

    Our PHP extension in Ice 3.3.1 should work with PHP 5.2.x. You will need to download the Ice 3.3.1 source distribution and compile the extension yourself. In order to build the source distribution, you will also need to install our mcpp-devel RPM.

    It's not necessary to build the entire source distribution. Here's all you really need to do:

    % tar xzf Ice-3.3.1.tar.gz
    % cd Ice-3.3.1/cpp/src/IceUtil
    % make
    % cd ../Slice
    % make
    % cd ../slice2cpp
    % make
    % cd ../Ice
    % make
    % cd ../../../php
    % make


    This assumes that PHP 5.2.x is installed in the default location. If it's installed somewhere else, set PHP_HOME to the installation directory.

    I quickly tried this on CentOS 5.5 (x86) with PHP 5.2.10 (from the CentOS Testing repo) and everything worked as expected (including the test suite).

    Note that the PHP extension from Ice 3.3.1 will not compile against PHP 5.3.x.

    See the file Ice-3.3.1/php/INSTALL for more details on building a source distribution.

    Regards,
    Mark

  3. #3
    tinat is offline Registered User
    Name: Tina Tsui
    Organization: Vanderbilt University Medical Center
    Project: Collaborative platform for Imaging Mass Spec
    Join Date
    Apr 2011
    Posts
    2
    Thanks Mark!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. 64-bit unsigned integer specified in Slice
    By ShaChris23 in forum Help Center
    Replies: 1
    Last Post: 12-04-2009, 04:20 AM
  2. Compile 64 bit ice on non 64 bit OS
    By Andrew S in forum Help Center
    Replies: 2
    Last Post: 03-31-2009, 01:43 PM
  3. Do I have to build Ice in 64 bit mode?(on Solaris 10)
    By shenhongzhou in forum Help Center
    Replies: 1
    Last Post: 04-27-2008, 07:03 AM
  4. 64-bit JVM support?
    By vincei in forum Comments
    Replies: 2
    Last Post: 03-18-2008, 01:41 PM
  5. Ice 1.2.0 tests fail on 64 bit platform
    By rbx in forum Help Center
    Replies: 2
    Last Post: 02-18-2004, 09:04 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
  •