How do you compile php with java support on Mac OS X?

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

    How do you compile php with java support on Mac OS X?

    Hi,

    Does anybody have experience with compiling php with java support on Mac
    OS X?

    I called './configure --with-java' and then 'sudo make install'. Problem
    is, compiling stops with an error message, because it can't find some
    files necessary for java.

    I know that you can call configure with the option
    --with-java='jdk_insta ll_directory'. Maybe I gave it the wrong directory
    - can anybody tell me, which one to use for Mac OS X?

    However, it seems to me (I don't have much experience) that the
    directory structure of the JDK on Mac OS X is different from other
    platforms (different from how the Makefile expects it to be).

    Any help with this would be greatly appreciated.

    Thanks,
    Martin
Working...