Gentoo Archives: gentoo-user

From: Michael Higgins <linux@×××××××.org>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo and Ultramonkey
Date: Mon, 28 Sep 2009 19:07:07
Message-Id: 20090928120905.1beadc77@lappy.evolone.org
In Reply to: Re: [gentoo-user] Gentoo and Ultramonkey by Nick Khamis
1 On Mon, 28 Sep 2009 00:37:58 +0000
2 Nick Khamis <symack@×××××.com> wrote:
3
4 [don't top-post, please]
5
6 > On Sun, Sep 27, 2009 at 11:33 PM, Volker Armin Hemmann <
7 > volkerarmin@××××××××××.com> wrote:
8 >
9 > > On Montag 28 September 2009, Nick Khamis wrote:
10 > > > Hello Everyone I am new to gentoo, usually I use Debian. I have a
11 > > > fresh install x86 2.6.30 kernel and I was trying to get
12 > > > Ultramonkey going on
13 > > the
14 > > > box. I looking for the equivilant to the following deb packages
15 > > > for
16 > > Gentoo
17 > > > please
18 > > >
19 > > > * libdbi-perl
20
21
22 dev-perl/DBI
23
24 ... is dbi-perl
25
26 > > > * libdbd-mysql-perl
27
28 * dev-perl/DBD-mysql
29
30 so, just: emerge [-pv] dev-perl/DBD-mysql, which needs what it needs:
31
32
33 These are the packages that would be merged, in order:
34
35 Calculating dependencies... done!
36 [ebuild N ] dev-db/mysql-init-scripts-1.2 0 kB
37 [ebuild N ] virtual/perl-Sys-Syslog-0.27 0 kB
38 [ebuild N ] dev-perl/Net-Daemon-0.43 28 kB
39 [ebuild N ] sys-apps/ed-1.0 67 kB
40 [ebuild N ] dev-perl/PlRPC-0.2020-r1 18 kB
41 [ebuild N ] dev-perl/DBI-1.601 484 kB
42 [ebuild N ] dev-db/mysql-5.0.70-r1 USE="berkdb perl ssl
43 -big-tables -cluster -debug -embedded -extraengine -latin1 -max-idx-128
44 -minimal (-selinux) -static" 28,028 kB [ebuild N ]
45 virtual/mysql-5.0 0 kB [ebuild N ] dev-perl/DBD-mysql-4.00.5 120
46 kB
47
48 and check the use flags... if it looks good, let it rip!
49
50 > > > * libmysqlclient14-dev
51
52 Well, I think Gentoo is different, in that you always get the required
53 development libs, say to build DBD::mysql. (If not, there's something
54 wrong with the ebuild.) I think dev-db/mysql-community is the server
55 part of mysql, but not sure.
56
57 > > >
58 > > > If you feel that there is anything else I need to know about
59 > > > getting Ultramonkey working on Gentoo please let me know.
60 > > >
61
62 No idea about ultramonkey, but HTH.
63
64 > Hello Gentlemen,
65 >
66 > Thank you for your responses, I do apologize for the inconvenience.
67 > So all I have to do is modify /etc/make.conf by adding mysql and
68 > emerge libdbi. I do not need to install mysql server, this machine
69 > only needs mysqlclient. Thanks again for your help.
70 >
71 > Nick
72 >
73
74 You may have to add 'perl' to make.conf. Just --pretend your emerge and
75 have a look... good luck!
76
77 -- Michael Higgins

Replies

Subject Author
Re: [gentoo-user] Gentoo and Ultramonkey Nick Khamis <symack@×××××.com>