php is included int the beta2 of the SDK :-)
Quoting sambuls <[EMAIL PROTECTED]>: > I'm trying to compile php for the fox board. > There is a document that explanes it > http://www.acmesystems.it/?id=26#Downloads > > If I execute the command: > $ ./configure --disable-libxml --disable-dom --disable-simplexml > --disable-xml --without-pear --without-iconv > --with-config-file-path=/etc/ --enable-discard-path --with-sqlite=shared > > then I get an error : > > configure: error: XMLReader extension requires LIBXML extension, add > --enable-libxml > > So I executed the command: > $ ./configure --enabmle-libxml --disable-dom --disable-simplexml > --disable-xml --without-pear --without-iconv > --with-config-file-path=/etc/ --enable-discard-path --with-sqlite=shared > > So far so good:) > > After executed the patch and make cris-axis-linux-gnu > Then they say to execute: > $ make > > after some compile messages I get an error: > /usr/local/cris/lib/gcc-lib/cris-axis-linux-gnu/3.2.1/../../../../cris-axis-linux-gnu/bin/ld: > cannot find -lxml2 > collect2: ld returned 1 exit status > > Does someone can help me? > > > >
