* [gentoo-server] apr-util dependencies
@ 2008-03-19 20:44 A. Khattri
2008-03-19 20:58 ` Chris Shelton
0 siblings, 1 reply; 6+ messages in thread
From: A. Khattri @ 2008-03-19 20:44 UTC (permalink / raw
To: gentoo-server
Why does apr-util have a dependency on virtual/mysql?
I have a box running MySQL 4 that I dont want to upgrade to MySQL 5 but Id
like to upgrade Apache.
--
A
--
gentoo-server@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-server] apr-util dependencies
2008-03-19 20:44 [gentoo-server] apr-util dependencies A. Khattri
@ 2008-03-19 20:58 ` Chris Shelton
2008-05-24 16:29 ` A. Khattri
0 siblings, 1 reply; 6+ messages in thread
From: Chris Shelton @ 2008-03-19 20:58 UTC (permalink / raw
To: gentoo-server
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Wed, 19 Mar 2008 at 4:44pm, A. Khattri wrote:
> Why does apr-util have a dependency on virtual/mysql?
>
> I have a box running MySQL 4 that I dont want to upgrade to MySQL 5
> but Id like to upgrade Apache.
It looks like this is only a dependency if you have the mysql use flag
enabled for apr-util. From the apr-util ebuild:
if use mysql ; then
cp "${DISTDIR}"/apr_dbd_mysql-r${DBD_MYSQL}.c
"${S}"/dbd/apr_dbd_mysql.c || die "could not copy mysql driver"
fi
This is almost certainly the code to support the MySQL implementation
of the "Apache SQL/Database Framework".
http://apache.webthing.com/database/
chris
- --
Chris Shelton
- -
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.7 (GNU/Linux)
iD8DBQFH4X5kM5TknMKatUwRAjvTAJ9pfBCFenzFJ2buOytnF9ndNpdS0ACfURQR
3aFf8Rvq0KOuNoDMO7I1SDU=
=EfAu
-----END PGP SIGNATURE-----
--
gentoo-server@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-server] apr-util dependencies
2008-03-19 20:58 ` Chris Shelton
@ 2008-05-24 16:29 ` A. Khattri
2008-05-25 17:39 ` kashani
2008-05-26 0:23 ` Randy Barlow
0 siblings, 2 replies; 6+ messages in thread
From: A. Khattri @ 2008-05-24 16:29 UTC (permalink / raw
To: gentoo-server
On Wed, 19 Mar 2008, Chris Shelton wrote:
> It looks like this is only a dependency if you have the mysql use flag
> enabled for apr-util. From the apr-util ebuild:
Yeah, but I dont:
# equery uses apr-util
[ Searching for packages matching apr-util... ]
[ Colour Code : set unset ]
[ Legend : Left column (U) - USE flags from make.conf ]
[ : Right column (I) - USE flags packages was installed with ]
[ Found these USE variables for dev-libs/apr-util-1.2.8 ]
U I
+ + berkdb : Adds support for sys-libs/db (Berkeley DB for MySQL)
+ + gdbm : Adds support for sys-libs/gdbm (GNU database libraries)
- - ldap : Adds LDAP support (Lightweight Directory Access Protocol)
- - postgres : Adds support for the postgresql database
- - sqlite : Adds support for sqlite - embedded sql database
- - sqlite3 : Adds support for sqlite3 - embedded sql database
#
--
A
--
gentoo-server@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-server] apr-util dependencies
2008-05-24 16:29 ` A. Khattri
@ 2008-05-25 17:39 ` kashani
2008-06-06 13:14 ` A. Khattri
2008-05-26 0:23 ` Randy Barlow
1 sibling, 1 reply; 6+ messages in thread
From: kashani @ 2008-05-25 17:39 UTC (permalink / raw
To: gentoo-server
A. Khattri wrote:
> On Wed, 19 Mar 2008, Chris Shelton wrote:
>
>> It looks like this is only a dependency if you have the mysql use flag
>> enabled for apr-util. From the apr-util ebuild:
>
> Yeah, but I dont:
>
> # equery uses apr-util
> [ Searching for packages matching apr-util... ]
> [ Colour Code : set unset ]
> [ Legend : Left column (U) - USE flags from make.conf ]
> [ : Right column (I) - USE flags packages was installed with ]
> [ Found these USE variables for dev-libs/apr-util-1.2.8 ]
It might be that the later version is trying to pull it in.
apr-util-1.2.10 and up definitely has a mysql USE flag.
kashani
--
gentoo-server@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-server] apr-util dependencies
2008-05-25 17:39 ` kashani
@ 2008-06-06 13:14 ` A. Khattri
0 siblings, 0 replies; 6+ messages in thread
From: A. Khattri @ 2008-06-06 13:14 UTC (permalink / raw
To: gentoo-server
On Sun, 25 May 2008, kashani wrote:
> It might be that the later version is trying to pull it in. apr-util-1.2.10
> and up definitely has a mysql USE flag.
Sorry for the slow response.
You are correct, the new version has new database flags - switching them
off in package.use removed MySQL as a dependency (of course, this server
now has a LOT of updates due since its fallen behind a bit because of
the apr-util update being blocked :-)
Thanks,
--
A
--
gentoo-server@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-server] apr-util dependencies
2008-05-24 16:29 ` A. Khattri
2008-05-25 17:39 ` kashani
@ 2008-05-26 0:23 ` Randy Barlow
1 sibling, 0 replies; 6+ messages in thread
From: Randy Barlow @ 2008-05-26 0:23 UTC (permalink / raw
To: gentoo-server
On Sat, 24 May 2008 12:29:44 -0400 (EDT), "A. Khattri" <ajai@bway.net>
declared:
> + + berkdb : Adds support for sys-libs/db (Berkeley DB for MySQL)
Could it be this USE flag?
--
Randy Barlow
http://electronsweatshop.com
--
gentoo-server@lists.gentoo.org mailing list
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2008-06-06 13:14 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-19 20:44 [gentoo-server] apr-util dependencies A. Khattri
2008-03-19 20:58 ` Chris Shelton
2008-05-24 16:29 ` A. Khattri
2008-05-25 17:39 ` kashani
2008-06-06 13:14 ` A. Khattri
2008-05-26 0:23 ` Randy Barlow
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox