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 :
I do have php compiled and installed: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
thank you for any help.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

Reply With Quote