Gentoo Archives: gentoo-user

From: Volker Armin Hemmann <volkerarmin@××××××××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Gentoo and Ultramonkey
Date: Sun, 27 Sep 2009 23:33:28
Message-Id: 200909280133.21106.volkerarmin@googlemail.com
In Reply to: [gentoo-user] Gentoo and Ultramonkey by Nick Khamis
1 On Montag 28 September 2009, Nick Khamis wrote:
2 > Hello Everyone I am new to gentoo, usually I use Debian. I have a fresh
3 > install x86 2.6.30 kernel and I was trying to get Ultramonkey going on the
4 > box. I looking for the equivilant to the following deb packages for Gentoo
5 > please
6 >
7 > * libdbi-perl
8 > * libdbd-mysql-perl
9 > * libmysqlclient14-dev
10 >
11 > If you feel that there is anything else I need to know about getting
12 > Ultramonkey working on Gentoo please let me know.
13 >
14 > Thanks In Advanced,
15 > Ninus
16 >
17
18 emerge -s lbdbi
19
20 * dev-db/libdbi
21 Latest version available: 0.8.3
22 Latest version installed: [ Not Installed ]
23 Size of files: 1,035 kB
24 Homepage: http://libdbi.sourceforge.net/
25 Description: libdbi implements a database-independent abstraction
26 layer in C, similar to the DBI/DBD layer in Perl.
27 License: LGPL-2.1
28
29 emerge -pv libdbi
30
31 [ebuild N ] dev-python/egenix-mx-base-3.1.2 7,976 kB
32 [ebuild N ] dev-db/postgresql-server-8.4.1 USE="nls perl python xml -doc
33 (-selinux) -tcl -uuid" LINGUAS="de -af -cs -es -fa -fr -hr -hu -it -ko -nb -pl
34 -pt_BR -ro -ru -sk -sl -sv -tr -zh_CN -zh_TW" 0 kB
35 [ebuild N ] virtual/postgresql-server-8.4 0 kB
36 [ebuild N ] dev-db/libdbi-0.8.3 USE="-doc" 1,036 kB
37 [ebuild N ] dev-db/libdbi-drivers-0.8.3 USE="postgres sqlite sqlite3 -
38 bindist -doc (-firebird) -mysql -oci8" 1,499 kB
39
40
41
42 you see, mysql is an useflag for libdbi. So all you have to do is set the
43 useflags and emerge libdbi.
44
45 And for the future, please read the documentation. Almost everything is
46 covered in it.

Replies

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