From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Ms3F9-00072E-Tu for garchives@archives.gentoo.org; Sun, 27 Sep 2009 23:33:28 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5031E0802; Sun, 27 Sep 2009 23:33:26 +0000 (UTC) Received: from fg-out-1718.google.com (fg-out-1718.google.com [72.14.220.154]) by pigeon.gentoo.org (Postfix) with ESMTP id 92F11E0802 for ; Sun, 27 Sep 2009 23:33:26 +0000 (UTC) Received: by fg-out-1718.google.com with SMTP id d23so1286718fga.10 for ; Sun, 27 Sep 2009 16:33:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:from:to:subject:date :user-agent:references:in-reply-to:mime-version:content-type :content-transfer-encoding:message-id; bh=dU15B3jEn8cujGXNWTuupEkCwmBw5a6/6mjTLjqc65U=; b=J2zqoQJa6QFJgchn0tBHuAweKzgjiXjdKOTQjlPcaI34I8ui2LEU3b/TSMayOnPIe5 woKwmavFirDJFnGrkJGgdtkEP3Ct2Pw/LjHxeQJFp9eIxvIYRcf5M2XOy/4j7OVq5SGe nOrM19H5X4r3kFzgHsV3c47uIqOOU/s62Hg7c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=from:to:subject:date:user-agent:references:in-reply-to:mime-version :content-type:content-transfer-encoding:message-id; b=bee9KNfSUzNquUT7qN27U/MnwvGxyclJcN568y7N1NuijCD1y0t2xanWxt38/4iWEB 94QmNRT5OMJIUALyrSBc4uyd6lo2GglFxCNudjK7i8rYFtCEPlqSVaowxMoyt5Ny+dsJ gtVazNRWAQrnEO0ExKX38fuNQ76yc8Uv+XXaM= Received: by 10.86.220.1 with SMTP id s1mr2801596fgg.50.1254094405734; Sun, 27 Sep 2009 16:33:25 -0700 (PDT) Received: from energy.localnet (energy.heim10.tu-clausthal.de [139.174.197.94]) by mx.google.com with ESMTPS id e20sm1210273fga.3.2009.09.27.16.33.23 (version=TLSv1/SSLv3 cipher=RC4-MD5); Sun, 27 Sep 2009 16:33:23 -0700 (PDT) From: Volker Armin Hemmann To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Gentoo and Ultramonkey Date: Mon, 28 Sep 2009 01:33:21 +0200 User-Agent: KMail/1.12.1 (Linux/2.6.31r4; KDE/4.3.1; x86_64; ; ) References: <46d08bd30909271620yfcad420x2d36bce328398f03@mail.gmail.com> In-Reply-To: <46d08bd30909271620yfcad420x2d36bce328398f03@mail.gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Content-Type: Text/Plain; charset="iso-8859-15" Content-Transfer-Encoding: 7bit Message-Id: <200909280133.21106.volkerarmin@googlemail.com> X-Archives-Salt: 0adbe98d-b8df-4fbe-982d-952139b8b526 X-Archives-Hash: 277cd952008abc04608dca45a3d909b9 On Montag 28 September 2009, Nick Khamis wrote: > Hello Everyone I am new to gentoo, usually I use Debian. I have a fresh > install x86 2.6.30 kernel and I was trying to get Ultramonkey going on the > box. I looking for the equivilant to the following deb packages for Gentoo > please > > * libdbi-perl > * libdbd-mysql-perl > * libmysqlclient14-dev > > If you feel that there is anything else I need to know about getting > Ultramonkey working on Gentoo please let me know. > > Thanks In Advanced, > Ninus > emerge -s lbdbi * dev-db/libdbi Latest version available: 0.8.3 Latest version installed: [ Not Installed ] Size of files: 1,035 kB Homepage: http://libdbi.sourceforge.net/ Description: libdbi implements a database-independent abstraction layer in C, similar to the DBI/DBD layer in Perl. License: LGPL-2.1 emerge -pv libdbi [ebuild N ] dev-python/egenix-mx-base-3.1.2 7,976 kB [ebuild N ] dev-db/postgresql-server-8.4.1 USE="nls perl python xml -doc (-selinux) -tcl -uuid" LINGUAS="de -af -cs -es -fa -fr -hr -hu -it -ko -nb -pl -pt_BR -ro -ru -sk -sl -sv -tr -zh_CN -zh_TW" 0 kB [ebuild N ] virtual/postgresql-server-8.4 0 kB [ebuild N ] dev-db/libdbi-0.8.3 USE="-doc" 1,036 kB [ebuild N ] dev-db/libdbi-drivers-0.8.3 USE="postgres sqlite sqlite3 - bindist -doc (-firebird) -mysql -oci8" 1,499 kB you see, mysql is an useflag for libdbi. So all you have to do is set the useflags and emerge libdbi. And for the future, please read the documentation. Almost everything is covered in it.