I've noticed a problem with the config.m4 in the ext/java directory.
Basic issue I'm running redhat 7.0 with the sun jdk installed in
/usr/java/jdk1.3
I type in really simple after doing a buildconf
I have my JAVA_HOME and PATH's setup to get all java exe's.
configure --with-mysql=/usr --with-java=/usr/java/jdk1.3
now when I go to do a make it's trying to use zip and not jar, so what I did
what I changed line
23 to match line 21 and everything compiles correctly.
So it sounds like autoconf is not recognizing the PATH statement in my
system.
I'm not experienced enough with the autoconf and automake to really make
this change so it works properly since I know that I didn't do the right
thing to get it working.
if someone else has a suggestion on how to fix it properly please let me
know, and hopefully the CVS tree will get updated.
evan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]