php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8847 Missing file when doing make
Submitted: 2001-01-22 21:41 UTC Modified: 2001-01-26 13:45 UTC
From: rick at pacwestconsulting dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0.4pl1 OS: FreeBSD 4.1.1
Private report: No CVE-ID: None
 [2001-01-22 21:41 UTC] rick at pacwestconsulting dot com
./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.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-01-26 13:45 UTC] sniper@php.net
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




 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 16:01:27 2024 UTC