I'm having trouble compiling PHP with Java on Mac OS X 10.2 Here are the details: PHP 4.3.3 (also fails with 4.3.2) OS X Server 10.2
I've tried ./configure --with-mysql --with-apxs --with-xml --with-java=/Library/Java/Home and ./configure --with-mysql --with-apxs --with-xml --with-java When I run make, it dies with: make: *** [ext/java/java.lo] Error 1 I can build just fine if I configure with: ./configure --with-mysql --with-apxs --with-xml Any ideas? I've searched the archives of a bunch of mailing lists, as well as Google, and come up empty. thanks, Karl