[gentoo-user] Re: How can I get java compiler without x11?

2006-05-23 Thread Remy Blank
[EMAIL PROTECTED] wrote: I'm missing libdb so Apache won't run. emerge sys-libs/db failed due to missing the java compiler, javac. Add the following line to /etc/portage/package.use sys-libs/db -java This will disable the java USE flag for sys-libs/db, and will avoid requiring java.

Re: [gentoo-user] Re: How can I get java compiler without x11?

2006-05-23 Thread michael
On Tue, 23 May 2006, Remy Blank wrote: [EMAIL PROTECTED] wrote: I'm missing libdb so Apache won't run. emerge sys-libs/db failed due to missing the java compiler, javac. Add the following line to /etc/portage/package.use sys-libs/db -java This will disable the java USE flag for

[gentoo-user] Re: How can I get java compiler without x11?

2006-05-23 Thread Sven Köhler
Thanks Remy. That's exactly what I need. No need for x11 on a server only system! If you don't want X, then disable all X-related use-flags. The java use-flag is _not_ X related, since all JRE/JDK ebuilds (at least those, that i now) won't install X if the right use-flags are disabled. javac