Gentoo Archives: gentoo-user

From: Remy Blank <remy.blank_asps@×××××.com>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Re: How can I get java compiler without x11?
Date: Tue, 23 May 2006 06:42:35
Message-Id: e4uafl$ee9$1@sea.gmane.org
In Reply to: [gentoo-user] How can I get java compiler without x11? by michael@michaelshiloh.com
1 michael@×××××××××××××.com wrote:
2 > I'm missing libdb so Apache won't run.
3 >
4 > emerge sys-libs/db
5 >
6 > failed due to missing the java compiler, javac.
7
8 Add the following line to /etc/portage/package.use
9
10 sys-libs/db -java
11
12 This will disable the java USE flag for sys-libs/db, and will avoid
13 requiring java.
14
15 HTH.
16 -- Remy
17
18
19 Remove underscore and suffix in reply address for a timely response.
20
21 --
22 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Re: How can I get java compiler without x11? michael@×××××××××××××.com