I have Installed the Ice-PHP with yum and all files are on the right place.
I've add the following lines in ./usr/local/psa/admin/conf/php.ini:
The Murmur.ice file have the following rights:Code:extension=IcePHP.so ice.slice=./usr/lib/Murmur.ice
Here is the phpinfo()Code:Path: -rw-r--r-- 1 root root 29917 9. Jun 03:17 Murmur.ice
I think i must compile the library from source, but i have no idea about itCode:[root@sl35124 /]# php -m PHP Warning: PHP Startup: ice: Unable to initialize module Module compiled with module API=20050922, debug=0, thread-safety=0 PHP compiled with module API=20060613, debug=0, thread-safety=0 These options need to match in Unknown on line 0 [PHP Modules] bcmath bz2 calendar ctype curl date dbase dom exif filter ftp gd gettext gmp hash iconv imap json libxml mbstring mcrypt mhash mysql mysqli openssl pcntl pcre PDO pdo_mysql pdo_sqlite posix readline Reflection session shmop SimpleXML soap sockets SPL standard sysvmsg sysvsem sysvshm tokenizer wddx xml xmlreader xmlwriter xsl zip zlib [Zend Modules]
I have download Ice-3.3.1.tar.gz and make
and it throws:Code:[root@sl35124 ~]# tar zxvf Ice-3.3.1.tar.gz [root@sl35124 ~]# cd Ice-3.3.1 [root@sl35124 ~]# export ICE_HOME=/usr [root@sl35124 ~]# make
I don't know what's wrong with it... I hope anybody can help me.Code:[root@sl35124 Ice-3.3.1]# make making all in cpp make[1]: Entering directory `/root/Ice-3.3.1/cpp' making all in config make[2]: Entering directory `/root/Ice-3.3.1/cpp/config' echo "" make[2]: Leaving directory `/root/Ice-3.3.1/cpp/config' making all in src make[2]: Entering directory `/root/Ice-3.3.1/cpp/src' making all in IceUtil make[3]: Entering directory `/root/Ice-3.3.1/cpp/src/IceUtil' c++ -c -I../../include -DICE_UTIL_API_EXPORTS -I.. -ftemplate-depth-128 -Wall -D_REENTRANT -I/usr/include/nptl -fPIC -g ArgVector.cpp make[3]: c++: Kommando nicht gefunden make[3]: *** [ArgVector.o] Fehler 127 make[3]: Leaving directory `/root/Ice-3.3.1/cpp/src/IceUtil' make[2]: *** [all] Fehler 1 make[2]: Leaving directory `/root/Ice-3.3.1/cpp/src' make[1]: *** [all] Fehler 1 make[1]: Leaving directory `/root/Ice-3.3.1/cpp' make: *** [all] Fehler 1 [root@sl35124 Ice-3.3.1]#


Reply With Quote
