Page 1 of 1

LAMPP can't use ICEphp ,why?

PostPosted: 05. June 2012 04:13
by lichnow
Hi,My os is fedora linux,I has installed lampp,and it is very good,but when I install Ice libraries,and add it in php.ini,then restart lampp,it give me a error,like this "Warning: PHP Startup: Unable to load dynamic library '/usr/lib/php/modules/IcePHP.so' - /opt/lampp/lib/libgcc_s.so.1: version `GCC_4.2.0' not found (required by /usr/lib/libstdc++.so.6) in Unknown on line 0",how can I do for it,so let me can use Icephp,thank you!please help me!

Re: LAMPP can't use ICEphp ,why?

PostPosted: 05. June 2012 05:56
by JonB
http://mumble.sourceforge.net/Ice
Note that the references they made to XAMPP, are about XAMPP for Windows.

Succinctly put - I think you will need to compile from source, and that is probably not 'do-able' on LAMPP without a lot of knowledge/fixes.

The reason - XAMPP/LAMPP is NOT a stack, so none of the 'parts' are in the right places, nor is Linux aware that they are on the machine.
When you go to compile, I'm very unsure what will happen (probably endless errors).

http://mumble.sourceforge.net/Ice#Build ... S_machines

ICE really has nothing to do with XAMMP, you need to seek advice from the developers. It may be much simpler than I think, but the fact you apparently need a build for Fedora indicates to me you should build a stack with yum, so all the parts (including the GCC compiler) go in the right places.

Good Luck
8)