ID: 8847
Updated by: sniper
Reported By: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: Compile Failure
Assigned To: 
Comments:

Your analysis is wrong. reflect.class is _created_ by javac
which you don't have anywhere in your PATH.Just add the path to javac into your PATH 
environment variable and do following steps:

# rm config.cache
# ./configure (with your configure line)
# make clean ; make ; make install

Also read the ext/java/README
:)

Reopen this bug report if this doesn't help you.
 
--Jani





Previous Comments:
---------------------------------------------------------------------------

[2001-01-22 21:41:05] [EMAIL PROTECTED]
./configure --prefix=/usr/local/php --with-mysql 
--with-apxs=/usr/local/apache/bin/apxs --with-imap=/usr/home/rick/imap-2000a/ 
--with-gettext --enable-track-vars --enable-versioning --with-mm=/usr/local/mm/ 
--with-openssl=/usr/local/openssl/ --with-java=/usr/local/jdk1.1.8

javac:No such file or directory
*** Error code 1

Acording to the Makefile there should be a file named reflect.class in 
/php-4.0.3pl1/ext/java that gets moved to php-4.0.3pl1/ext/java/net/php. This file 
does not exist in either directory and causes make to fail.

---------------------------------------------------------------------------


Full Bug description available at: http://bugs.php.net/?id=8847


-- 
PHP Development 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]

Reply via email to