cross-compiling with phpize

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • CptDondo

    cross-compiling with phpize

    I hope someone can help me out.

    I am trying to cross-compile xcache <http://trac.lighttpd.n et/xcache/>
    and I'm not having much luck.

    The problem is that xcache depends on phpize to build the configure script.

    My setup is as follows:

    ../src/php-4.4.2
    ../src/xcache
    ../arm/[cross-compiled stuff]

    I manually move only those tidbits from php-4.4.2 that are needed for
    php to run on the target system, so the include and build files are left
    in the build directory.

    well, phpize apparently is looking for all of the build files to be in
    one directory, under /lib/php/build. I've edited phpize to use the
    target directories, but I can't for the life of me figure out which
    files are supposed to go in the arm/build directory.

    Can someone provide some clue as to how phpize works and what it is
    looking for?

    Thanks,

    --Yan
Working...