Friends,
I am attempting to compile PHP4 w/ java support. For the record, here's my ./configure:
...
./configure --with-roxen=/usr/local/pike/7.0.332/ --with-mysql --with-gdbm=/usr/lib --with-ndbm=/usr/lib --with-ldap=/usr --with-gd=
/usr --with-png-dir=/usr/lib --with-gmp --with-openssl=/usr/local --with-db3 --with-db2 --with-imap=/usr/src/pine4/pine4-4.21/imap -
-with-java=/usr/local/jdk1.3.0_02 --with-mysql=/usr
...
I have also set JAVA_HOME to /usr/local/jdk1.3.0_02 and CLASSPATH to ".". Of course when make get's to ext/java, no go. Here's the output:
...
gcc: java.lo: No such file or directory
make[1]: [libphp_java.la] Error 1
make[1]: Leaving directory `/home/bittondb/php4-src/ext/java'
make: [all-recursive] Error 1
...
I was successful w/ this in the past, but like an idiot, I forgot to note how I was able to make it work. Now, can anyone toss me a silver bullet so I can put this to bed?