Results 1 to 3 of 3

Thread: Centos 5.4 php install issues

  1. #1
    KingPin is offline Registered User
    Name: Roland McShane
    Organization: personal
    Project: Mumble
    Join Date
    Oct 2009
    Posts
    2

    Centos 5.4 php install issues

    I have tried to install ice-php 3.3.1 and am having issues where the .so is in the same directory as other php .so files but it wont get loaded. php-v doesnt show it but there are no errors in any log file either. Someone linked me to 3.4-b1 so I tried installing that via yum and RPM it gives me the following dependency errors :

    Code:
    Resolving Dependencies
    --> Running transaction check
    ---> Package ice-php.x86_64 0:3.4b-1.rhel5 set to be updated
    --> Processing Dependency: php for package: ice-php
    --> Finished Dependency Resolution
    ice-php-3.4b-1.rhel5.x86_64 from zeroc-ice has depsolving problems
      --> Missing Dependency: php is needed by package ice-php-3.4b-1.rhel5.x86_64 (zeroc-ice)
    Error: Missing Dependency: php is needed by package ice-php-3.4b-1.rhel5.x86_64 (zeroc-ice)
     You could try using --skip-broken to work around the problem
     You could try running: package-cleanup --problems
                            package-cleanup --dupes
                            rpm -Va --nofiles --nodigest
    I do have php compiled and installed:
    Code:
    # php -v
    PHP 5.3.1 (cli) (built: Jan  5 2010 12:34:54)
    Copyright (c) 1997-2009 The PHP Group
    Zend Engine v2.3.0, Copyright (c) 1998-2009 Zend Technologies
        with the ionCube PHP Loader v3.3.7, Copyright (c) 2002-2009, by ionCube Ltd., and
        with XCache v1.3.0, Copyright (c) 2005-2009, by mOo
        with Suhosin v0.9.29, Copyright (c) 2007, by SektionEins GmbH
    thank you for any help.

  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,

    Welcome to the forum.

    The RPMs we provide are built against the default version of PHP that is supplied with the OS. In the case of CentOS/RHEL 5.4, that would be PHP 5.1.6. You will not be able to use the Ice for PHP extension from our RPMs together with your own build of PHP 5.3.1.

    Instead, you should download the Ice source code distribution and compile the PHP extension yourself. You'll need to ensure that the build uses the correct version of PHP. Refer to the php/INSTALL file in the source distribution for more information.

    Regards,
    Mark

  3. #3
    KingPin is offline Registered User
    Name: Roland McShane
    Organization: personal
    Project: Mumble
    Join Date
    Oct 2009
    Posts
    2
    ah thank you for the help I will try that now.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Compile 3.3.1 on centos 5.5
    By criminala in forum Help Center
    Replies: 8
    Last Post: 04-02-2011, 05:54 AM
  2. Replies: 5
    Last Post: 03-15-2011, 10:27 AM
  3. PHP-ICE install HowTo for Linux
    By princemichi in forum Help Center
    Replies: 2
    Last Post: 01-19-2010, 04:25 PM
  4. Can not install ICE in CentOS 5.2
    By anhpnt in forum Help Center
    Replies: 1
    Last Post: 08-12-2009, 10:59 PM
  5. install fedora core 4 issues
    By Keith Marter in forum Help Center
    Replies: 1
    Last Post: 10-07-2005, 05:37 PM

Posting Permissions

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