[PHP-INSTALL] cross-compile php with dynamic library support enabled

2010-11-15 Thread martin mangard
Hello I'm using openembedded to cross-compile php. My application depends on the dl function. If i cross compile php with the buildsystem of openembedded. phpinfo() writes "Dynamic Library support not available". If I compile php native inside the openembedded target the dymamic library support is

[PHP-INSTALL] cross compile php problems

2010-06-16 Thread andres felipe tamayo cortes
hi im tring to cross compile php with this command lines: export CROSS_COMPILE=arm-none-linux-gnueabi- export CC=${CROSS_COMPILE}"gcc" export CXX=${CROSS_COMPILE}"g++" ./configure --host=arm-linux --target=arm --with-libxml-dir=/opt/libxml --prefix=/opt/php but this its the mistake: cc1: war

[PHP-INSTALL] cross-compile php

2004-09-30 Thread Dan
Has anybody gained general experience with crosscompling PHP? I want to run PHP on an axis devboard82 in combination with sqlite and boa-webserver. The crosscompiler is gcc-cris (cris-dist-1.56). I appreciate any feedback, thanks, Daniel