Gentoo Archives: gentoo-server

From: Chris Shelton <cshelton@×××××××.edu>
To: gentoo-server@l.g.o
Subject: Re: [gentoo-server] apr-util dependencies
Date: Wed, 19 Mar 2008 20:58:21
Message-Id: alpine.LNX.1.10.0803191651300.12848@cshelton.fms.indiana.edu
In Reply to: [gentoo-server] apr-util dependencies by "A. Khattri"
1 -----BEGIN PGP SIGNED MESSAGE-----
2 Hash: SHA1
3
4 On Wed, 19 Mar 2008 at 4:44pm, A. Khattri wrote:
5
6 > Why does apr-util have a dependency on virtual/mysql?
7 >
8 > I have a box running MySQL 4 that I dont want to upgrade to MySQL 5
9 > but Id like to upgrade Apache.
10
11 It looks like this is only a dependency if you have the mysql use flag
12 enabled for apr-util. From the apr-util ebuild:
13
14 if use mysql ; then
15 cp "${DISTDIR}"/apr_dbd_mysql-r${DBD_MYSQL}.c
16 "${S}"/dbd/apr_dbd_mysql.c || die "could not copy mysql driver"
17 fi
18
19
20 This is almost certainly the code to support the MySQL implementation
21 of the "Apache SQL/Database Framework".
22 http://apache.webthing.com/database/
23
24 chris
25
26 - --
27 Chris Shelton
28 - -
29
30 -----BEGIN PGP SIGNATURE-----
31 Version: GnuPG v2.0.7 (GNU/Linux)
32
33 iD8DBQFH4X5kM5TknMKatUwRAjvTAJ9pfBCFenzFJ2buOytnF9ndNpdS0ACfURQR
34 3aFf8Rvq0KOuNoDMO7I1SDU=
35 =EfAu
36 -----END PGP SIGNATURE-----
37 --
38 gentoo-server@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-server] apr-util dependencies "A. Khattri" <ajai@××××.net>