Gentoo Archives: gentoo-perl

From: Zhang Jun <gb2313@×××××.com>
To: gentoo-perl@l.g.o
Subject: [gentoo-perl] DBD-mysql should not depend on dev-db/mysql
Date: Wed, 01 Jul 2009 14:54:52
Message-Id: a4e18fef0907010754s76034affvd08a785920989a28@mail.gmail.com
1 DBD::mysql is just need some mysql library and header files,
2 mysqld should not be needed.
3
4 maybe the reason is gentoo does not like other pre-compiled distro,
5 and compiling the header/lib need compile mysqld ?
6
7 # emerge -pvt DBD-mysql
8
9 These are the packages that would be merged, in reverse order:
10
11 Calculating dependencies... done!
12 [ebuild N ] dev-perl/DBD-mysql-4.00.5 120 kB
13 [ebuild N ] virtual/mysql-5.0 0 kB
14 [ebuild N ] dev-db/mysql-5.0.70-r1 USE="berkdb perl ssl
15 -big-tables -cluster -debug -embedded -extraengine -latin1
16 -max-idx-128 -minimal (-selinux) -static" 28,028 kB
17 [ebuild N ] dev-db/mysql-init-scripts-1.2 0 kB
18 [ebuild N ] sys-apps/ed-1.0 67 kB

Replies

Subject Author
Re: [gentoo-perl] DBD-mysql should not depend on dev-db/mysql Ruslan Zakirov <ruslan.zakirov@×××××.com>
Re: [gentoo-perl] DBD-mysql should not depend on dev-db/mysql Kent Fredric <kentfredric@×××××.com>