php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #8439 make failure in ext/java/
Submitted: 2000-12-27 11:30 UTC Modified: 2000-12-28 10:36 UTC
From: wirtz at web-active dot com Assigned:
Status: Closed Package: Compile Failure
PHP Version: 4.0 Latest CVS (27/12/2000) OS: SuSE 6.3
Private report: No CVE-ID: None
View Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
If you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: wirtz at web-active dot com
New email:
PHP Version: OS:

 

 [2000-12-27 11:30 UTC] wirtz at web-active dot com
switch: --with-java

The make aborts in ext/java, because the Makefile creates net/php, copies reflect.java
to this location and compiles this file. Then it continues in this same directory and not
in net/php/net/php, where reflect.class is located
(Error occurs in 4.0.3pl1 and 4.0.4 as well, sorry for reporting this that late ;-p)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-12-27 14:38 UTC] akilov@php.net
Make sure you have CLASSPATH=.:$CLASSPATH before attempting to build ext/java.
 [2000-12-28 10:36 UTC] wirtz at web-active dot com
The Classpath wasn't the problem and imho it shouldn't be a problem, when I compile php. Tthe javac runs just fine, but the Makefile wasn't cd'ing into the proper path...anyways, as I am not able to reproduce the error right now (don't ask me why) I guess, that is was a faulty Shell-Variable, maybe even a Classpath... Let's give this 'bug' a closed ;-)

Greetings
   Alex

 
PHP Copyright © 2001-2026 The PHP Group
All rights reserved.
Last updated: Wed Jul 01 13:00:02 2026 UTC