Gentoo Archives: gentoo-dev

From: Kevin Hayes <kjhaze@×××××.com>
To: gentoo-dev@g.o
Subject: Re: [gentoo-dev] emerge php not finding java
Date: Fri, 10 May 2002 00:20:19
Message-Id: 20020510152129.4feb21d0.kjhaze@yahoo.com
In Reply to: [gentoo-dev] emerge php not finding java by Dustin Knie
1 On Thu, 9 May 2002 21:09:51 -0700 (PDT)
2 Dustin Knie <dustin@×××××.com> wrote:
3
4 > emerge search blackdown returns:
5 >
6 > prophet root # emerge search blackdown
7 > [ Results for search key : blackdown ]
8 > [ Applications found : 2 ]
9 >
10 > * dev-java/blackdown-jdk
11 > Latest version Available: 1.3.1-r5
12 > Latest version Installed: 1.3.1-r5
13 > Homepage: http://www.blackdown.org
14 > Description:
15 > Blackdown Java Development Kit 1.3.1
16 >
17 > * dev-java/blackdown-jre
18 > Latest version Available: 1.3.1-r7
19 > Latest version Installed: 1.3.1-r7
20 > Homepage: http://www.blackdown.org
21 > Description:
22 > Blackdown Java Runtime Environment 1.3.1
23 >
24 > prophet root #
25 >
26 > So, I'm assuming java is installed and should work if I need it. However,
27 > when I was installing php and apache, php failed when it got to checking
28 > for java. export USE=-java allowed it to compile, but I would like java
29 > support as well, as I do plan on messing with java in the near future.
30 >
31
32 What output do you get from "echo $JAVA_HOME" ?
33
34 If there is no output then you should set JAVA_HOME, if you get
35 an output, then is it correct ?
36
37 --
38 Kevin Hayes

Replies

Subject Author
Re: [gentoo-dev] emerge php not finding java Dustin Knie <dustin@×××××.com>