From: <php...@li...> - 2006-09-08 12:55:15
|
Hi Folks, I encounter an error when compiling JavaBridge: ./configure --with-java=3D$JAVA_HOME,$JRE_HOME ends up with http://phpfi.com/150294 Kind regards, Matthias Quade Here are my versions: -------- # echo $JAVA_HOME && echo $JAVA_JRE /usr/lib/jvm/java-1.5.0-sun /usr/lib/jvm/java-1.5.0-sun/jre They are correct: # $JAVA_HOME/bin/javac -version javac 1.5.0_06 # $JAVA_JRE/bin/java -version java version "1.5.0_06" -------- # java -version && gcc --version && apache2ctl -version && libtool = --version && automake --version && make null --version && autoconf --version && php-config --version java version "1.5.0_06" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_06-b05) Java HotSpot(TM) Client VM (build 1.5.0_06-b05, mixed mode, sharing) gcc (GCC) 4.0.3 (Ubuntu 4.0.3-1ubuntu5) Copyright (C) 2006 Free Software Foundation, Inc. Dies ist freie Software; die Kopierbedingungen stehen in den Quellen. Es gibt KEINE Garantie; auch nicht f=C3=BCr VERKAUFBARKEIT oder F=C3R = SPEZIELLE ZWECKE. Server version: Apache/2.0.55 Server built: Jul 26 2006 17:59:52 ltmain.sh (GNU libtool) 1.5.22 Debian 1.5.22-2 (1.1220.2.365 2005/12/18 22:14:06) Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is = NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR = PURPOSE. automake (GNU automake) 1.4-p6 Copyright (C) 1999, 2001 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is = NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR = PURPOSE. Written by Tom Tromey <tr...@re...> GNU Make 3.81beta4 Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. This program built for i486-pc-linux-gnu autoconf (GNU Autoconf) 2.59 Written by David J. MacKenzie and Akim Demaille. Copyright (C) 2003 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is = NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR = PURPOSE. 5.1.2 |