Gentoo Archives: gentoo-user

From: Richard Fish <bigfish@××××××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] USE=mysql
Date: Tue, 28 Feb 2006 15:38:48
Message-Id: 7573e9640602280725w7452194eg4462e08fdc5c3774@mail.gmail.com
In Reply to: [gentoo-user] USE=mysql by "Arnau Bria Ramírez"
1 On 2/28/06, Arnau Bria Ramírez <arnau@×××××××××.net> wrote:
2 > !!! ERROR: net-analyzer/cacti-0.8.6g_p20051023 failed.
3 > !!! Function pkg_setup, Line 48, Exitcode 1
4 > !!! php cli sapi must be compiled with USE=mysql
5 >
6 > Which package is "php cli sapi" refering to?¿
7
8 >From the ebuild:
9
10 pkg_setup() {
11 webapp_pkg_setup
12 built_with_use virtual/php mysql || \
13 die "php cli sapi must be compiled with USE=mysql"
14 built_with_use virtual/httpd-php mysql || \
15 die "php apache/cgi sapi must be compiled with USE=mysql"
16 }
17
18 So whatever package is providing virtual/php on your system (most
19 likely dev-lang/php) needs to have USE=mysql. So does
20 virtual/httpd-php, but that should be the same package (dev-lang/php).
21
22 -Richard
23
24 --
25 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] USE=mysql "Arnau Bria Ramírez" <arnau@×××××××××.net>