* [gentoo-dev] PHP 4.1.2
@ 2002-04-28 12:20 Stephane Dudzinski
2002-04-28 12:30 ` Thilo Bangert
` (2 more replies)
0 siblings, 3 replies; 5+ messages in thread
From: Stephane Dudzinski @ 2002-04-28 12:20 UTC (permalink / raw
To: gentoo-dev
Hello, i emerged php 4.1.2 the other day and got a look at it only
yesterday. It was failing saying that java could not be found.
emerge decided i also needed blackdown's jdk 1.3.1, so it carried on
downloading and installing it.
Still, no java found. Looked in the ebuild script and realised that two
variables weren't passed : JDK_HOME and JAVAC, i then did set those
properly and php compiled and worked alright.
I don't know if it's been fixed, just wanted to report it.
Steph
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] PHP 4.1.2
2002-04-28 12:20 [gentoo-dev] PHP 4.1.2 Stephane Dudzinski
@ 2002-04-28 12:30 ` Thilo Bangert
2002-04-28 18:10 ` Pichai Asokan
2002-04-28 21:49 ` Ryan Phillips
2 siblings, 0 replies; 5+ messages in thread
From: Thilo Bangert @ 2002-04-28 12:30 UTC (permalink / raw
To: gentoo-dev
On 28 Apr 2002 13:20:46 +0100
Stephane Dudzinski <stephane@antefacto.com> wrote:
> Hello, i emerged php 4.1.2 the other day and got a look at it only
> yesterday. It was failing saying that java could not be found.
>
> emerge decided i also needed blackdown's jdk 1.3.1, so it carried on
> downloading and installing it.
>
> Still, no java found. Looked in the ebuild script and realised that
> two variables weren't passed : JDK_HOME and JAVAC, i then did set
> those properly and php compiled and worked alright.
>
did you run java-config? worked for me...
> I don't know if it's been fixed, just wanted to report it.
the right place to report bugs is bugs.gentoo.org!
> Steph
>
>
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
>
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] PHP 4.1.2
2002-04-28 12:20 [gentoo-dev] PHP 4.1.2 Stephane Dudzinski
2002-04-28 12:30 ` Thilo Bangert
@ 2002-04-28 18:10 ` Pichai Asokan
2002-04-28 19:15 ` Stephane Dudzinski
2002-04-28 21:49 ` Ryan Phillips
2 siblings, 1 reply; 5+ messages in thread
From: Pichai Asokan @ 2002-04-28 18:10 UTC (permalink / raw
To: gentoo-dev
On Sun, Apr 28, 2002 at 01:20:46PM +0100, Stephane Dudzinski wrote:
> Hello, i emerged php 4.1.2 the other day and got a look at it only
> yesterday. It was failing saying that java could not be found.
>
> emerge decided i also needed blackdown's jdk 1.3.1, so it carried on
> downloading and installing it.
>
> Still, no java found. Looked in the ebuild script and realised that two
> variables weren't passed : JDK_HOME and JAVAC, i then did set those
Where did u set them?
P Asokan
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] PHP 4.1.2
2002-04-28 18:10 ` Pichai Asokan
@ 2002-04-28 19:15 ` Stephane Dudzinski
0 siblings, 0 replies; 5+ messages in thread
From: Stephane Dudzinski @ 2002-04-28 19:15 UTC (permalink / raw
To: gentoo-dev
Sorry to have polluted the gentoo-dev list, just wanted to report this
one.
did an export to set them.
Steph
On Sun, 2002-04-28 at 19:10, Pichai Asokan wrote:
> On Sun, Apr 28, 2002 at 01:20:46PM +0100, Stephane Dudzinski wrote:
> > Hello, i emerged php 4.1.2 the other day and got a look at it only
> > yesterday. It was failing saying that java could not be found.
> >
> > emerge decided i also needed blackdown's jdk 1.3.1, so it carried on
> > downloading and installing it.
> >
> > Still, no java found. Looked in the ebuild script and realised that two
> > variables weren't passed : JDK_HOME and JAVAC, i then did set those
> Where did u set them?
> P Asokan
> _______________________________________________
> gentoo-dev mailing list
> gentoo-dev@gentoo.org
> http://lists.gentoo.org/mailman/listinfo/gentoo-dev
^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [gentoo-dev] PHP 4.1.2
2002-04-28 12:20 [gentoo-dev] PHP 4.1.2 Stephane Dudzinski
2002-04-28 12:30 ` Thilo Bangert
2002-04-28 18:10 ` Pichai Asokan
@ 2002-04-28 21:49 ` Ryan Phillips
2 siblings, 0 replies; 5+ messages in thread
From: Ryan Phillips @ 2002-04-28 21:49 UTC (permalink / raw
To: gentoo-dev; +Cc: stephane
[-- Attachment #1: Type: text/plain, Size: 735 bytes --]
On 28 Apr 2002 13:20:46 +0100
"Stephane Dudzinski" <stephane@antefacto.com> wrote:
> Hello, i emerged php 4.1.2 the other day and got a look at it only
> yesterday. It was failing saying that java could not be found.
>
> emerge decided i also needed blackdown's jdk 1.3.1, so it carried on
> downloading and installing it.
>
> Still, no java found. Looked in the ebuild script and realised that two
> variables weren't passed : JDK_HOME and JAVAC, i then did set those
> properly and php compiled and worked alright.
>
It really isn't a bug... Upon installation of java one has to configure it by
running java-config, then source /etc/profile (or logout, then login again). Then
the environmental variables should be set.
-ryan
[-- Attachment #2: Type: application/pgp-signature, Size: 481 bytes --]
^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2002-04-28 23:20 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-04-28 12:20 [gentoo-dev] PHP 4.1.2 Stephane Dudzinski
2002-04-28 12:30 ` Thilo Bangert
2002-04-28 18:10 ` Pichai Asokan
2002-04-28 19:15 ` Stephane Dudzinski
2002-04-28 21:49 ` Ryan Phillips
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox